| block_hash | hex string, null | The hash that identifies the block |
| parent_block_hash | hex string | The hash that identifies the previous block in the chain |
| block_status | PENDING , ACCEPTED_ON_L2, ACCEPTED_ON_L1 | Where the block is in the confirmation lifecycle |
| block_number | integer, null | The order of the block on the chain |
| timestamp | integer | Unix timestamp in seconds for when the block is constructed. |
| state_root | string, null | The state commitment after this block. |
| gas_price | integer, null | The gas price paid for settling this block, unit in eth wei |
| sequencer_address | hex string, null | The sequencer address that constructed the block. |
| l1_transaction_hash | hex string, null | The L1 ETH transaction hash that includes this block. |
| l1_timestamp | integer, null | Unix timestamp in seconds for when the block is settled on l1 |
| block_time | integer, null | Time in seconds to create this block |
| total_actual_fee | integer | Sum of all the transaction actual fees in the block, unit in eth wei |
| number_of_transactions | integer | Number of transactions included in the block |
| number_of_events | integer | Number of events included in the block |