Skip to main content
Schema: osmosis.core Table: fact_blocks Type: View Records of all blocks that have occurred on Osmosis, 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. This column will deprecate in all tables except core.fact_blocks soon. Please modify your queries to join to the blocks table to use this field.
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.
FACT_BLOCKS_IDTEXT
INSERTED_TIMESTAMPTIMESTAMP_NTZ
MODIFIED_TIMESTAMPTIMESTAMP_NTZ