| attestation_count | NUMBER(38,0) | The number of attestations included in the block. |
| attestations | VARIANT | Total rewards from attestations included in the block. |
| attester_slashings | VARIANT | Rewards from attester slashings included in the block. |
| blob_kzg_commitments | VARIANT | KZG commitments for blobs included in the block. |
| bls_to_execution_changes | VARIANT | List of BLS to execution changes included in the block. |
| deposits | VARIANT | List of deposits included in the block. |
| eth1_data | VARIANT | Data related to the Ethereum 1.0 chain. |
| execution_payload | VARIANT | The execution payload of the block. |
| graffiti | VARCHAR(16777216) | Graffiti data included in the block. |
| proposer_slashings | VARIANT | Rewards from proposer slashings included in the block. |
| randao_reveal | VARCHAR(16777216) | The RANDAO reveal for the block. |
| sync_aggregate | VARIANT | Total rewards from sync committee participation included in the block. |
| voluntary_exits | VARIANT | List of voluntary exits included in the block. |
| eth1_block_hash | VARCHAR(16777216) | 0xc0efee09619b108b8c184d7c4981b96bcef8fe63e6887f3ee20728d5ca6d6e67 |
| eth1_block_number | VARCHAR(16777216) | 17,030,996 |
| eth1_block_timestamp | VARCHAR(16777216) | 2023-04-12 09:19:47 |
| eth1_deposit_count | NUMBER(38,0) | The number of deposits in the Ethereum 1.0 block. |
| parent_root | VARCHAR(16777216) | The parent root of the block. |
| proposer_index | NUMBER(38,0) | Index of the validator who proposed the block. |
| slot | NUMBER(38,0) | The slot number of the block. |
| state_root | VARCHAR(16777216) | The root of the final state trie of the block. |
| execution_optimistic | BOOLEAN | If the slot/epoch is executed optimistically. |
| finalized | BOOLEAN | If the slot/epoch is finalized. |
| version | VARCHAR(16777216) | The version of the block. |
| slot_number | NUMBER(38,0) | Slot number of the state where the pending deposits to beacon chain is fetched. |
| slot_timestamp | TIMESTAMP_NTZ(9) | Slot timestamp of the state where the pending deposits to beacon chain is fetched. |
| transaction_count | NUMBER(38,0) | Number of transactions included in this block. |
| withdrawal_count | NUMBER(38,0) | The number of withdrawals included in the block. |
| withdrawals | VARIANT | List of validator withdrawals (from the beacon chain) included in the block |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp when the record was created. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp when the record was last updated. |
| execution_requests | VARIANT | List of execution requests included in the block. Applicable post-pectra update. |
| validator_count | NUMBER(38,0) | Total number of validators in the validator registry at the start of the epoch (from the epochβs first-slot state). On blocks this is constant across all slots of the epoch since the registry only changes at epoch boundaries. |
| epoch_number | NUMBER(38,0) | Epoch number of the state this record was read from. |