ethereum-mempool
收藏资源简介:
该数据集记录了以太坊区块链上待处理交易的等待时间(dwell time)以及最终未被挖出的交易(dropped transactions)。数据由独立观察者收集,旨在提供与Flashbots Mempool Dumpster互补的视角,特别适用于比较不同来源对待处理集的看法差异。数据集包含四个子表:e1_mempool_minutely(每分钟的待处理集活动快照,每行代表一分钟的数据)、e1_mempool_dropped(记录曾出现在待处理集中但最终未被任何区块收录的交易,每行代表一笔丢弃交易)、e1_mempool_lifecycle(每笔交易从其出现到被挖出或丢弃的完整生命周期,每行代表一笔交易,该子表数据截至2026-08-26)、e3_mempool_divergence(比较多个独立节点视角中待处理集的差异,每行代表一次比较)。数据规模约为1M到10M条记录,采用Parquet格式存储,按年/月分区。数据集包含一个固定的7天样本窗口(2026-08-25至2026-09-01),用于检查模式、覆盖范围和质量。完整历史数据可应要求提供。适用任务:时间序列预测、区块链交易分析、内存池行为研究、待处理集差异分析。注意事项:待处理集是节点本地的,不同节点看到的内容可能不同;“dropped”表示交易确认未上链且在所有待处理视图中消失,经过一定延迟确认,并非单次观测推断;时间戳为观测时本地时间,非共识时间戳,受网络距离影响;分钟级表是聚合数据,如需2026-08-26之后每笔交易的数据,请参考Flashbots Mempool Dumpster。许可:ODC-BY(开放数据共享,需署名来源为DataForge (dataforge-labs))。
This dataset records the dwell time of pending transactions on the Ethereum blockchain and the transactions that were eventually not mined (dropped transactions). The data is collected by an independent observer, aiming to provide a complementary perspective to the Flashbots Mempool Dumpster, particularly suitable for comparing differences in the view of the pending set from different sources. The dataset contains four sub-tables: e1_mempool_minutely (minute-level snapshots of pending set activity, each row represents one minute of data), e1_mempool_dropped (transactions that appeared in the pending set but were eventually not included in any block, each row represents a dropped transaction), e1_mempool_lifecycle (the complete lifecycle of each transaction from appearance to being mined or dropped, each row represents a transaction, data up to 2026-08-26), and e3_mempool_divergence (comparison of differences in the pending set from the perspective of multiple independent nodes, each row represents a comparison). The data size is approximately 1M to 10M records, stored in Parquet format, partitioned by year/month. The dataset includes a fixed 7-day sample window (2026-08-25 to 2026-09-01) for checking schema, coverage, and quality. Complete historical data is available upon request. Applicable tasks: time series forecasting, blockchain transaction analysis, mempool behavior research, pending set divergence analysis. Notes: The pending set is local to the node; different nodes may see different content. "Dropped" means that the transaction is confirmed not to be on-chain and has disappeared from all pending views, determined after a certain delay, not inferred from a single observation. Timestamps are local observation time, not consensus timestamps, and are affected by network distance. The minute-level table is aggregated data; for per-transaction data after 2026-08-26, refer to Flashbots Mempool Dumpster. License: ODC-BY (Open Data Commons, attribution required to DataForge (dataforge-labs)).
数据集名称:Ethereum mempool (Ethereum pending transactions, dwell times and drops)
数据集简介:该数据集记录了在以太坊上观察到的待处理交易,包括它们等待进入区块链的时长(dwell times),以及那些从未被挖掘(即永远未上链)而被丢弃的交易。
核心内容:
- e1_mempool_minutely:每分钟的待处理交易集合活动汇总。
- e1_mempool_dropped:曾被观察到处于待处理状态但最终未进入区块的交易记录。
- e1_mempool_lifecycle:针对每笔待处理交易的生命周期记录,但该数据表的更新已止于2026-08-26。
- e3_mempool_divergence:针对多个独立节点视角下待处理交易集合差异性的对比分析。
重要使用提示:
- 独立第二观察者视角:该数据集提供了一个独立的第二观察源,特别适合用于与第三方数据源进行交叉验证。其中
e3_mempool_divergence可以用来量化不同视角下的待处理交易集合差异程度。 - 数据生命周期:
e1_mempool_lifecycle的数据收集已在2026-08-26停止,原因是与Flashbots Mempool Dumpster提供的免费数据重复。而e1_mempool_minutely和e1_mempool_dropped则持续更新,其中被丢弃的交易数据是该数据集的独特价值所在,因为这类交易在上链后没有链上记录可供追溯。
数据注意事项:
- 节点本地性:待处理交易集合是节点本地的,不同节点观察到的集合可能不同,且保留机制属于节点配置,而非以太坊协议规则。
- “丢弃”定义的严谨性:标记为“dropped”的交易须同时满足缺失于链上、缺失于所有持有的待处理视图,并在经过延迟确认期后仍不存在,不基于单次观测推断。
- 时间戳属性:所有时间戳均为数据采集时的观测时间,并非区块链共识时间,受节点网络距离影响。
数据格式与获取示例:
- 数据以Parquet格式存储,按年份和月份分区(
dataset/YYYY/MM/)。 - 每个数据集内含有固定的7天样本窗口(2026-08-25至2026-09-01),用于检查数据的模式、覆盖范围和质量,该窗口不会随时间更新,下载一次即可,无需重复下载。
- 全量历史数据暂存于私有环境,可按需申请获取。
- 使用
huggingface_hub库可轻松下载子目录数据并读取。示例代码段已提供用于载入e1_mempool_minutely数据表。
覆盖范围说明:e0_run_manifest表完整列出了每次数据采集的时间窗口、轮询次数和失败次数,数据提交为全量而非分段。若数据窗口间存在时间缺口,这些缺口是真实存在的,无法后期填补,并且数据集不包含任何插值数据。
许可证与联系:采用ODC-BY(Open Data Commons Attribution License),允许自由使用,但需注明来源:DataForge (dataforge-labs)。对于数据集的疑问或获取全量历史记录的需求,可通过讨论区联系。




