hyperliquid.raw.blocks table contains block level metadata, including block height, hash, timestamp, and proposer.
Table Columns
| Column Name | Description |
|---|---|
| timestamp | The UTC timestamp of the block |
| hash | Block hash |
| height | Block height |
| num_transactions | Total number of transactions in the block |
| proposer | Address for the user that proposed the block. (Generated the block) |