Skip to main content

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 NameTypeDescription
block_heightINTEGERAbsolute position of a block within a blockchain.
block_timestampTIMESTAMPTimestamp when a block was mined or committed.
chain_idSTRINGUniquely identifies a Cosmos blockchain network instance.
proposer_addressSTRINGAddress of the validator that proposed a block.
validators_hashSTRINGMerkle sum of validator addresses in a block.
ingestion_timestampTIMESTAMPTimestamp when the block data was ingested.
messages_bytesINTEGERTotal size of all messages within a block in bytes.
tx_countINTEGERNumber of transactions included within a block.