Comdex
This page presents the available tables for Comdex.
Raw Tables
This table provides information about blocks created in the Cosmos ecosystem. It contains details such as block height, timestamp, validators, and other key metrics.
| Column Name | Type | Description |
|---|---|---|
| block_height | INTEGER | Unique identifier for each block in the blockchain |
| block_timestamp | TIMESTAMP | Timestamp when the block was created in the blockchain |
| chain_id | STRING | Identifier for the specific blockchain network within the Cosmos ecosystem |
| proposer_address | STRING | Address of the validator responsible for proposing the block |
| validators_hash | STRING | Hash representing the consensus state of the validators at the time |
| ingestion_timestamp | TIMESTAMP | Timestamp when the data was ingested into the database |
| messages_bytes | INTEGER | Total size of the messages included in the block in bytes |
| tx_count | INTEGER | Total number of transactions included in the block |
| header | JSON |