
BlockDB EVM Block Headers
datasetscryptomarket-data
About
Canonical EVM block headers with deterministic integrity metadata. One row per mined block, providing the full header fields alongside BlockDB-recomputed receipt roots for independent verification. Use Cases - Chain reconstruction and blockchain state verification - Gas market analysis and block space utilization - Foundation for transaction and log indexing - Block-level time series analysis and chain health monitoring
Endpoints
Endpoints (2)
POST
/v1/evm/raw/blocksReturns canonical EVM block headers. Provide exactly one of: a block range (`from_block`/`to_block`), a timestamp range (`from_timestamp`/`to_timestamp`), `block_numbers`, or `block_hashes`. `block_numbers` and `block_hashes` are mutually exclusive.POST
/v1/evm/raw/blocks-summaryReturns aggregate block-level statistics bucketed by time granularity. Optionally includes a 10-bucket gas fee histogram when `include_fee_histogram` is true.