Mars
This page presents the available tables for Mars.
Raw Tables
Cosmos Blockchain Blocks Dataset: This dataset contains information about blocks in the Cosmos ecosystem, providing insights into network activity and block production. It includes data on block height, timestamp, and other key metrics.
Column Name | Type | Description |
---|---|---|
block_height | INTEGER | The height of the block in the blockchain. |
block_timestamp | TIMESTAMP | The timestamp at which the block was produced. |
chain_id | STRING | The unique identifier of the Cosmos blockchain. |
proposer_address | STRING | The address of the validator that proposed the block. |
validators_hash | STRING | A hash of the validators involved in the block production process. |
ingestion_timestamp | TIMESTAMP | The timestamp at which the block data was ingested into the dataset. |
messages_bytes | INTEGER | The total size of the messages included in the block, in bytes. |
tx_count | INTEGER | The total number of transactions included in the block. |