Kujira
This page presents the available tables for Kujira.
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 | Blockchain block count indicating sequence of transactions and data |
| block_timestamp | TIMESTAMP | Timestamp when blockchain block was produced or published |
| chain_id | STRING | Unique identifier for blockchain network or chain instance |
| proposer_address | STRING | Blockchain account responsible for proposing new blocks |
| validators_hash | STRING | Hashed representation of validating nodes or validators |
| ingestion_timestamp | TIMESTAMP | Timestamp when block data was ingested into dataset |
| messages_bytes | INTEGER | Size of messages or transactions included within blockchain block |
| tx_count | INTEGER | Total number of transactions within a specific blockchain block |