Mars
This page presents the available tables for Mars.
Raw Tables
This table contains information about blocks in the Cosmos blockchain ecosystem, providing insights into block heights, timestamps, and other relevant metrics.
Column Name | Type | Description |
---|---|---|
block_height | INTEGER | The height of the block in the blockchain, indicating its position in the chain. |
block_timestamp | TIMESTAMP | The timestamp when the block was created, measured in seconds since the Unix epoch. |
chain_id | STRING | A unique identifier for the Cosmos blockchain network, distinguishing it from other networks. |
proposer_address | STRING | The address of the validator that proposed the block for inclusion in the blockchain. |
validators_hash | STRING | A hash of the validators that participated in the block's validation process. |
ingestion_timestamp | TIMESTAMP | The timestamp when the block data was ingested into the system, measured in seconds since the Unix epoch. |
messages_bytes | INTEGER | The total number of bytes in all the messages (transactions) included in the block. |
tx_count | INTEGER | The total number of transactions (messages) included in the block. |