ethereum.beacon_chain Table: ez_withdrawals Type: View
This convenience table contains information about the withdrawals made from the beacon chain,
alongside address labels for analysis purposes. Withdrawal activity in this table is derived
directly from the withdrawals object in the eth_getBlockByNumber Ethereum JSON-RPC Method, where
block_number represents the block on Ethereum Mainnet and slot_number corresponds to the Beacon
Chain slot that the withdrawal was executed in. For more info, please visit
The Ethereum Organization.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCK_NUMBER | NUMBER | Sequential counter representing the position of a block in the blockchain since genesis (block 0). |
- Immutable once finalized
- Primary ordering mechanism for blockchain data
- Increments by 1 for each new block
- Used as a proxy for time in many analyses
- Set by block producer
- Can have minor variations (±15 seconds)
- Always increasing (newer blocks = later timestamps)
- Deduplication in incremental loads
- Join operations for data quality checks
- Troubleshooting specific records
- Data freshness monitoring
- Incremental processing markers
- Debugging data pipeline issues
- SLA tracking