Ethereum
Datasets
All datasets matching “Ethereum”Transactions-Ethereum-Cryptocurrency-Data
Transactions-Ethereum-Cryptocurrency-Data
Hive-partitioned Parquet export of BlockDB transactions (Ethereum).
Load
from datasets import load_dataset
ds = load_dataset("RBudzynski/Transactions-Ethereum-Cryptocurrency-Data", split="train")
Files live under data/year=YYYY/month=MM/part-NNNN.parquet.
Range: 2015-08 .. 2026-06 (UTC calendar months).
Schema
column
type
block_timestamp
timestamp
block_number
int64
tx_index
int32
tx_hash… See the full description on the dataset page: https://huggingface.co/datasets/RBudzynski/Transactions-Ethereum-Cryptocurrency-Data.ethereum-gas-estimator-accuracy
Ethereum gas estimator comparisons
Ethereum mainnet gas suggestions from public RPC providers, recorded alongside provider-reported head blocks and subsequent block-fee statistics. The panel supports analysis of differences in gas recommendations and their relationship to observed block conditions.
Contents
Table
Record
ethereum_gas_recommendations
A provider's gas-price and priority-fee suggestions, with its reported head block
ethereum_block_fees
A… See the full description on the dataset page: https://huggingface.co/datasets/dataforge-labs/ethereum-gas-estimator-accuracy.ethereum-attestation-pool
Ethereum attestation pool
Slot-level observations comparing attestations visible in a consensus client's pending pool with attestations subsequently included in blocks. The panel supports analysis of local pool coverage and inclusion counts.
Contents
Table
Record
ethereum_attestation_observations
Attester-slot counts observed pending and included, with their difference and collection coverage
Using the data
attesters_seen_in_pool… See the full description on the dataset page: https://huggingface.co/datasets/dataforge-labs/ethereum-attestation-pool.ethereum-mempool
Ethereum mempool observations
Ethereum pending-transaction activity, lifecycle observations and comparisons between provider views. The continuing panels contain minute-level summaries, transactions classified as dropped and differences between observed pending sets.
Contents
Table
Record
ethereum_mempool_minute_summary
A minute of pending-transaction activity
ethereum_dropped_transactions
A transaction classified as dropped during observation… See the full description on the dataset page: https://huggingface.co/datasets/dataforge-labs/ethereum-mempool.Logs-Ethereum-Cryptocurrency-Data
Logs-Ethereum-Cryptocurrency-Data
Hive-partitioned Parquet export of BlockDB logs (Ethereum).
Load
from datasets import load_dataset
ds = load_dataset("RBudzynski/Logs-Ethereum-Cryptocurrency-Data", split="train")
Files live under data/year=YYYY/month=MM/part-NNNN.parquet.
Range: 2015-08 .. 2026-06 (UTC calendar months).
Schema
column
type
block_timestamp
timestamp
block_number
int64
tx_index
int32
log_index
int32… See the full description on the dataset page: https://huggingface.co/datasets/RBudzynski/Logs-Ethereum-Cryptocurrency-Data.ERC20-Tokens-Ethereum-Cryptocurrency-Data
ERC20-Tokens-Ethereum-Cryptocurrency-Data
Hive-partitioned Parquet export of BlockDB erc20_tokens (Ethereum).
Load
from datasets import load_dataset
ds = load_dataset("BlockDB/ERC20-Tokens-Ethereum-Cryptocurrency-Data", split="train")
Files live under data/year=YYYY/month=MM/part-NNNN.parquet.
Range: 2023-08 .. 2026-06 (UTC calendar months).
Schema
column
type
block_timestamp
timestamp
block_number
int64
tx_index
int32
contract_id… See the full description on the dataset page: https://huggingface.co/datasets/BlockDB/ERC20-Tokens-Ethereum-Cryptocurrency-Data.
