Juno
This page presents the available tables for Juno.
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 | Sequential number representing a block's position in the blockchain |
| block_timestamp | TIMESTAMP | Timestamp when a block was created in the blockchain network |
| chain_id | STRING | Unique identifier for the blockchain network or chain |
| proposer_address | STRING | Address of the validator that proposed a new block in the blockchain |
| validators_hash | STRING | Hash representing a collection of validator addresses |
| ingestion_timestamp | TIMESTAMP | Timestamp when the block data was ingested into the datastore |
| messages_bytes | INTEGER | Total size in bytes of messages within the block |
| tx_count | INTEGER | Number of transactions included in a block |