Skip to main content

Tables

beacon_validators

Ethereum Beacon Chain validator state records tracking each validator’s lifecycle, including activation/exit epochs, balances, slashing status, and withdrawal credentials. Used for analyzing staking participation, validator exits, and rewards accrual across proof-of-stake consensus.
Query with partition filter

blocks

Block header data containing sequential numbering, cryptographic hashes linking to parent blocks, timestamps, and consensus metadata. Primary source for blockchain state verification and chain navigation.
Query with partition filter

logs

Event logs emitted by smart contracts during transaction execution, containing indexed topics for efficient filtering and ABI-encoded data payloads. Primary source for tracking contract interactions, token transfers, and state changes across blockchain networks.
Query with partition filter

state_diff

Account-level state changes from Ethereum transactions showing before and after values for balances, nonces, and storage slots. Used for analyzing transaction effects, account activity patterns, and reconstructing historical state transitions.
Query with partition filter

traces

Individual transaction execution steps recording internal operations, including contract calls, value transfers, and gas consumption. Used for analyzing complex transaction flows and debugging smart contract interactions.
Query with partition filter

transactions

Transaction records containing signed operations that modify blockchain state. Primary source for tracking value transfers, contract interactions, and account state changes across the network.
Query with partition filter

uncle_blocks

Uncle block records from Ethereum’s proof-of-work era, representing valid blocks that were mined but not included in the canonical chain. Used for analyzing miner competition, network propagation delays, and historical block production patterns before The Merge.
Query with partition filter