MEV-Boost Winning Bid Data
收藏资源简介:
本仓库收集了公共领域的以太坊MEV-Boost获胜竞标数据。数据通过cryo工具从Infura RPC提取,并与多个中继器的数据合并,包括Flashbots、ultrasound等。数据覆盖从2023年10月10日开始,以Parquet格式提供,每10,000个区块为一个数据块。
This repository collects public domain Ethereum MEV-Boost winning bid data. The data is extracted from Infura RPC using the cryo tool and merged with data from multiple relays, including Flashbots and ultrasound. The data covers the period starting from October 10, 2023, and is provided in Parquet format, with each data block containing 10,000 blocks.
数据集概述
数据集名称
MEV-Boost Winning Bid Data
数据集内容
该数据集收集了以太坊MEV-Boost的获胜竞标数据,数据来源于多个中继节点,包括Flashbots、ultrasound、bloXroute regulated等。
数据覆盖范围
数据覆盖从2023年10月10日的区块18,320,000开始,并可能随时间进行更多数据的回填。
数据格式
数据以Parquet格式提供,每10,000个区块为一个数据块,便于用户选择性地更新数据集。
数据架构
数据集包含以下字段:
block_datetime:datetime64[ns]slot:int64block_number:int64block_hash:strvalue:strbase_fee_per_gas:uint64gas_limit:float64gas_used:int64num_tx:int64builder_label:strbuilder_pubkey:strrelay:strbid_timestamp_ms:float64slot_time_ms:float64proposer_pubkey:strproposer_mev_recipient:stroptimistic_submission:boolbuilder_fee_recipient:strblock_timestamp:uint32extra_data:strpayload_delivered:bool
数据处理示例
提供了一个使用Python和Pandas处理数据的示例,展示了如何合并数据文件和处理数据以去除未交付的有效载荷。




