sei.core Table: fact_blocks Type: View
Records of all blocks that have occurred on Sei, dating back to the genesis block.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCK_ID | NUMBER | The block height the block was recorded at. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The date and time at which the block began. |
| CHAIN_ID | TEXT | The name and version of the blockchain |
| TX_COUNT | NUMBER | The number of transactions that occurred during a block. |
| PROPOSER_ADDRESS | TEXT | The address of the validator that proposed the block. |
| VALIDATOR_HASH | TEXT | The root hash of the new validator set. |
| HEADER | VARIANT | The block header. Json field that contains attributes about the block. |
| FACT_BLOCKS_ID | TEXT | The unique identifier for each row in the table. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |