Crescent
This page presents the available tables for Crescent.
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 | Unique identifier for a block within a blockchain network |
block_timestamp | TIMESTAMP | Timestamp when a block was mined or added to the blockchain |
chain_id | STRING | Indentifier for a specific blockchain network or chain |
proposer_address | STRING | Address of the validator that created and proposed a block |
validators_hash | STRING | Hash value of the combination of validators active in a block |
ingestion_timestamp | TIMESTAMP | Timestamp when block data was ingested into the database |
messages_bytes | INTEGER | Total amount of bytes used to transmit messages in a block |
tx_count | INTEGER | Total number of transactions included within a block |