Initia
Blocks
Initia blockchain blocks data
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Initia blockchain blocks data
| Column name | Data Type | Description |
|---|---|---|
| block_date | date | The date of the block. |
| block_height | bigint | The height of the block, a unique identifier for each block. |
| block_timestamp | timestamp(3) with time zone | Timestamp when the block was validated. |
| chain_id | varchar | The ID of the chain where the block belongs. |
| proposer_address | varchar | The address of the validator proposing the block. |
| validators_hash | varchar | The hash of the validators set for the block. |
| updated_at | timestamp(3) with time zone | Timestamp of when the record was last updated. |
| ingested_at | timestamp(3) with time zone | Timestamp of when the record was ingested into Dune. |
Was this page helpful?