Skip to main content
Schema: sei.core Table: fact_blocks Type: View Records of all blocks that have occurred on Sei, dating back to the genesis block.

Columns

Column NameData TypeDescription
BLOCK_IDNUMBERThe block height the block was recorded at.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe date and time at which the block began.
CHAIN_IDTEXTThe name and version of the blockchain
TX_COUNTNUMBERThe number of transactions that occurred during a block.
PROPOSER_ADDRESSTEXTThe address of the validator that proposed the block.
VALIDATOR_HASHTEXTThe root hash of the new validator set.
HEADERVARIANTThe block header. Json field that contains attributes about the block.
FACT_BLOCKS_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.