Quicksilver
This page presents the available tables for Quicksilver.
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 | Absolute position of a block within a blockchain. |
block_timestamp | TIMESTAMP | Timestamp when a block was mined or committed. |
chain_id | STRING | Uniquely identifies a Cosmos blockchain network instance. |
proposer_address | STRING | Address of the validator that proposed a block. |
validators_hash | STRING | Merkle sum of validator addresses in a block. |
ingestion_timestamp | TIMESTAMP | Timestamp when the block data was ingested. |
messages_bytes | INTEGER | Total size of all messages within a block in bytes. |
tx_count | INTEGER | Number of transactions included within a block. |