| time | timestamp(3) | Timestamp when this block was added to the chain |
| number | bigint | Sequential position of this block in the blockchain |
| gas_limit | decimal(38,0) | Maximum amount of energy that can be used by all transactions in this block |
| gas_used | decimal(38,0) | Total amount of energy actually consumed by all transactions in this block |
| difficulty | bigint | Measure of how difficult it was to produce this block |
| total_difficulty | decimal(38,0) | Total chain difficulty up to this block |
| size | bigint | Size of this block in bytes |
| base_fee_per_gas | bigint | Minimum fee per energy unit required for transaction inclusion in this block |
| hash | varbinary | Unique identifier (hash) of this block |
| parent_hash | varbinary | Hash of the previous block in the blockchain |
| miner | varbinary | Address of the block producer (super representative) who produced this block |
| nonce | varbinary | Block nonce value used in the consensus mechanism |
| date | date | The UTC date when this block was added to the chain |