| attestation_count | The number of attestations included in the block. |
| attestations | List of attestations included in the block. |
| attester_slashings | List of attester slashings included in the block. |
| blob_kzg_commitments | KZG commitments for blobs included in the block. |
| bls_to_execution_changes | List of BLS to execution changes included in the block. |
| deposits | List of deposits included in the block. |
| eth1_data | Data related to the Ethereum 1.0 chain. |
| execution_payload | The execution payload of the block. |
| graffiti | Graffiti data included in the block. |
| proposer_slashings | List of proposer slashings included in the block. |
| randao_reveal | The RANDAO reveal for the block. |
| sync_aggregate | Sync aggregate data included in the block. |
| voluntary_exits | List of voluntary exits included in the block. |
| eth1_block_hash | The hash of the Ethereum 1.0 block. |
| eth1_block_number | The number of the Ethereum 1.0 block. |
| eth1_block_timestamp | The timestamp of the Ethereum 1.0 block. |
| eth1_deposit_count | The number of deposits in the Ethereum 1.0 block. |
| parent_root | The parent root of the block. |
| proposer_index | The index of the proposer for the block. |
| slot | The slot number of the block. |
| state_root | The state root of the block. |
| execution_optimistic | Indicates if the block is execution optimistic. |
| finalized | Indicates if the block is finalized. |
| version | The version of the block. |
| slot_number | The slot number of the block. |
| slot_timestamp | The timestamp of the slot. |
| transaction_count | The number of transactions included in the block. |
| withdrawal_count | The number of withdrawals included in the block. |
| withdrawals | List of withdrawals included in the block. |
| execution_requests | List of execution requests included in the block. Applicable post-pectra update. |
| _created_at | The timestamp when the block data was created. |
| _updated_at | The timestamp when the block data was last updated. |