Comdex
This page presents the available tables for Comdex.
Raw Tables
Cosmos Blocks Table: This table provides information about blocks mined in the Cosmos ecosystem. It contains details such as block height and timestamp, validators, and other key metrics.
Column Name | Type | Description |
---|---|---|
block_height | INTEGER | Sequence number uniquely identifying a blockchain block |
block_timestamp | TIMESTAMP | Timestamp when a blockchain block was created or finalized |
chain_id | STRING | Unique identifier for a specific Cosmos blockchain network or instance |
proposer_address | STRING | Address of the Validator node proposing a new blockchain block |
validators_hash | STRING | Hash value representing a list of active validators in the network |
ingestion_timestamp | TIMESTAMP | Timestamp when the block data was ingested into the database |
messages_bytes | INTEGER | Total size in bytes of all messages within a blockchain block |
tx_count | INTEGER | Count of transactions included within a single blockchain block |