Comdex
This page presents the available tables for Comdex.
Raw Tables
This table contains information about each block in the Cosmos ecosystem, including block height and timestamp, as well as details about the proposer and validators.
Column Name | Type | Description |
---|---|---|
block_height | INTEGER | The height of the block in the blockchain. |
block_timestamp | TIMESTAMP | The timestamp when the block was created. |
chain_id | STRING | The unique identifier of the Cosmos blockchain. |
proposer_address | STRING | The address of the validator that proposed the block. |
validators_hash | STRING | A hash of the validators that secured the block. |
ingestion_timestamp | TIMESTAMP | The timestamp when the block data was ingested into the system. |
messages_bytes | INTEGER | The total size of the messages in the block in bytes. |
tx_count | INTEGER | The number of transactions in the block. |