Osmosis Fact Blocks Table
osmosis.core.fact_blocks
Field | Type | Description |
---|---|---|
block_id | integer | Unique sequential number that identifies the current block. Called "height" on block explorers. |
block_timestamp | timestamp | The time the block began. |
blockchain | string | Cross-chain identifier. In this table, blockchain will always be Osmosis. |
chain_id | string | ID of the blockchain to connect to, i.e. Osmosis-1. |
tx_count | integer | Number of transactions that occurred on the block. |
proposer_address | string | The address of the validator that proposed this block and is the validator responsible for building the block. |
validators_hash | string | The root hash of the new validator set. |
Last modified 9mo ago