Skip to main content

Overview

  • Dataset ID: 0101
  • Table: blockdb_evm.b0101_blocks_v1
  • Description: Canonical block headers with BlockDB integrity metadata
  • Primary Key: block_number
  • API: POST /evm/raw/blocks
  • Sample: Hugging Face Sample

Columns

ColumnTypeDescription
chain_idBIGINTEVM chain identifier; see Chain.
block_numberBIGINTMonotonic block height (chain-local). Primary key.
block_hashBYTEA32B Keccak block hash.
parent_block_hashBYTEA32B hash of the parent block.
receipt_rootBYTEA32B receipts trie root from block header.
minerBYTEA20B fee recipient (coinbase) address.
gas_limitBIGINTBlock gas limit.
extra_dataBYTEAUp to 32B extra data from header.
sizeBIGINTEncoded block size (bytes).
timestamp_utcTIMESTAMPTZBlock timestamp as timestamptz (UTC, microsecond precision).
_tracing_idBYTEABlockDB tracing ID; unique.
_computed_receipt_rootBYTEARecomputed receipts root (BlockDB integrity check).
_computed_receipt_timestamp_utcTIMESTAMPTZUTC timestamp when receipts root was (re)computed.
_created_atTIMESTAMPTZRecord creation timestamp.
_updated_atTIMESTAMPTZRecord last update timestamp.

Use Cases

  • Chain reconstruction and blockchain state verification
  • Block production and mining analytics
  • Gas market analysis and block space utilization
  • Chain reorganization detection and handling
  • Foundation for transaction and log indexing
  • Block-level time series analysis and chain health monitoring

Transactions

EVM transaction records with gas, status, and calldata.

Logs

Smart contract event logs tied to each block.

Internal Transactions

Nested calls and value flows within transactions.
Last modified on March 21, 2026