Tables
blocks
Block header data containing sequential numbering, cryptographic hashes linking to parent blocks, timestamps, and consensus metadata. Primary source for blockchain state verification and chain navigation.Columns
Columns
| Column | Type | Description |
|---|---|---|
relay_chain | STRING | Identifier of the relay chain to which the parachain is connected. Lowercase string (e.g., ‘polkadot’, ‘kusama’). |
chain | STRING | Blockchain network identifier. Lowercase string indicating the specific chain (e.g., ‘acala’, ‘polkadot’, ‘kusama’). |
timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone. |
number | INT64 | Sequential block number indicating the position of the block in the blockchain. Increments by 1 for each new block in the chain. |
block_hash | STRING | Unique identifier for the block. 66-character hex string including 0x prefix. |
parent_hash | STRING | Hash of the parent block in the blockchain. 66-character hex string including 0x prefix. |
state_root | STRING | Merkle root hash representing the complete state of the blockchain after block execution. 66-character hex string including 0x prefix. |
extrinsics_root | STRING | Merkle root hash of all extrinsics included in the block. 66-character hex string including 0x prefix. |
author_id | STRING | Identifier of the validator or collator who authored the block. Base58-encoded string representing the block producer’s public key. |
finalized | BOOL | Boolean indicator of whether the block has been finalized by the network consensus mechanism. True indicates the block has achieved finality and is immutable in the blockchain. |
block_date | TIMESTAMP | Date when the block was produced. Derived from block timestamp, truncated to day precision. |
extrinsics_count | INT64 | Number of extrinsics included in the block. Integer value representing the total count of transactions and other state-changing operations. |
Sample Data
Sample Data
| chain | number | author_id | finalized | timestamp | block_date | block_hash | state_root | parent_hash | relay_chain | extrinsics_root | extrinsics_count |
|---|---|---|---|---|---|---|---|---|---|---|---|
| uniquenetwork | 4247304 | true | 2024-02-03T20:24:42.000Z | 0x0712ceeeebf06d740baacc790dcdf6616a55daf2730eb2a361ed9cc3c5dabe21 | 0x13ddffd0f81d6812032d8fa154b8c55589b064a8874cd0cbe557fb8398b1a0b6 | 0x7e26d5c571fd0e8e3843db38e8903382a641bc78ecaebafe5ba50e0abb12a293 | polkadot | 0x319582ba8ec7c8ca1a21da51793dc2edf03b8374338bd703eb7904d78c18ada8 | 2 | ||
| uniquenetwork | 4245197 | true | 2024-02-03T13:20:06.000Z | 0x0858c37530310507f18714fd6859a2ee5d43a8682243c5a5050b647520482ebc | 0x9cca421d9de407f9812aaec7b85d1c0335a45f64f62f1d738c5435a79aa698e1 | 0xb5e31690db1569ad1abeb1fa47579757ca3861fd1105da03390f2ab43eb4b365 | polkadot | 0x692cdfb9bf09bfa4c642d4d367d6126ba3fb9578683748761952ca4706f58d28 | 2 | ||
| uniquenetwork | 4241524 | true | 2024-02-03T00:59:42.000Z | 0x0d642d8ca6c614391a1f27776b4fee085284ee1d4c48d1497511e63acfc4586e | 0x19514f345e8ec5764f35cbc43fb122d49259fe3b3b179b24119b23b0dde98fd5 | 0xf2025199156706a001c0a118af56e8d2c8cab3dba113421a4f68002814258857 | polkadot | 0xcf520542e02ae7ac7a20f7ea4c0623d81ba53adbf354192c4fa0194092bef959 | 2 |
Example Query
Example Query
Query with partition filter
events
Blockchain state change notifications emitted by runtime modules during transaction execution and block processing. Contains event metadata (pallet, method, index), encoded parameters, block context, and optional extrinsic linkage for analyzing on-chain activity across Substrate-based chains.Columns
Columns
| Column | Type | Description |
|---|---|---|
relay_chain | STRING | Identifier of the relay chain to which the parachain is connected. Lowercase string (e.g., ‘polkadot’, ‘kusama’). |
chain | STRING | Blockchain network identifier. Lowercase string indicating the specific chain (e.g., ‘acala’, ‘polkadot’, ‘kusama’). |
block_number | INT64 | Sequential number of the block in the blockchain. Starts at 0 for the genesis block and increments by 1 for each subsequent block. |
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, microsecond precision. |
block_hash | STRING | Unique identifier for the block. 66-character hex string including 0x prefix. |
pallet | STRING | Name of the substrate runtime module containing the operation being executed. Identifies the pallet (functional module) such as balances, staking, or governance. |
method | STRING | Name of the operation or function being executed. Identifies the specific action within a pallet or module, such as transfer, stake, or swap. |
id | STRING | Unique identifier for the record. String format, specific structure varies by table and blockchain implementation. |
extrinsic_hash | STRING | Unique identifier for the extrinsic. 66-character hex string including 0x prefix. |
extrinsic_id | STRING | Composite identifier linking an event or extrinsic to its block and position within that block. Format is \{block_number\}-\{index\} where index represents the sequential position of the extrinsic within the block, starting from 0. |
success | BOOL | Boolean indicator of whether the operation completed successfully without errors. |
event_method | STRING | Name of the event triggered by the blockchain operation. Identifies the specific state change or notification emitted by a pallet, such as Transfer, Deposit, or NewSession. |
event_pallet | STRING | Name of the substrate runtime module that emitted the blockchain event. Identifies the pallet (functional module) responsible for the event, such as balances, session, or treasury. |
event_data | ARRAY<JSON> | Array of JSON-encoded parameters associated with the blockchain event. Contains ordered arguments specific to the event method being executed, such as account addresses, token amounts, transaction hashes, or state changes. |
event_index | INT64 | Sequential position of the event within its containing block. Zero-indexed integer indicating the order in which events occurred during block processing. |
event_type | STRING | Processing phase within the blockchain’s block lifecycle. Values include ‘initialize’ for events occurring during block initialization, ‘finalize’ for events during block finalization, and chain-specific event type identifiers for transaction-related events. |
Sample Data
Sample Data
| id | chain | method | pallet | success | block_hash | event_data | event_type | event_index | relay_chain | block_number | event_method | event_pallet | extrinsic_id | extrinsic_hash | block_timestamp |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ungF5vwhvEdt599kCPwmVSrhBGMbBK7MAucMn7MwQLBtiC1Ze | uniquenetwork | approve | unique | true | 0x1138df3709463832b26f40c84b3b8e9562c4cd75b3881fdf2117c473c9f17e43 | [""159"",""4"",”{“substrate”:“ungF5vwhvEdt599kCPwmVSrhBGMbBK7MAucMn7MwQLBtiC1Ze”}”,”{“ethereum”:“0xa32194392a947ff2bd8e776e8d6aae957ff6850d”}”,""1""] | extrinsic | 1 | polkadot | 2776618 | Approved | common | 2776618-2 | 0x35a881faeeadf779cc0a815097f8788f6dd3a0ac5589198c5a9b7fec72d1c889 | 2023-07-13T08:17:12.506Z |
| unjL7Fh9gDegBFPHawCHkpGPwY9CaxEBwjEeySwK6RuEqnEaq | uniquenetwork | approve | unique | true | 0x2d72c117024b3196047ce9c51f0286113bdcfa26da4b66c31bdde4b92b5fb95a | [""133"",""1"",”{“substrate”:“unjL7Fh9gDegBFPHawCHkpGPwY9CaxEBwjEeySwK6RuEqnEaq”}”,”{“ethereum”:“0xa32194392a947ff2bd8e776e8d6aae957ff6850d”}”,""1""] | extrinsic | 1 | polkadot | 2776299 | Approved | common | 2776299-2 | 0xb7e8b314aa2bf34444b05d1be3ff5dda58773516f4173f4c8eb9e040b6e66c39 | 2023-07-13T07:13:06.353Z |
| unjjbLDUMbAVRappxYXgGkCdqyub8pB68A1WmrQPJ174GFs1U | uniquenetwork | approve | unique | true | 0x42d6815d7700aff9b5c00400469a9cc886c413acd001bb6bb78c9c9dd5678b5a | [""5"",""5"",”{“substrate”:“unjjbLDUMbAVRappxYXgGkCdqyub8pB68A1WmrQPJ174GFs1U”}”,”{“ethereum”:“0xa32194392a947ff2bd8e776e8d6aae957ff6850d”}”,""1""] | extrinsic | 1 | polkadot | 2776865 | Approved | common | 2776865-2 | 0x1386ff9481ab953c2d4ca0a018e3d9c564c018f759459592197d22e88f77345c | 2023-07-13T09:06:54.714Z |
Example Query
Example Query
Query with partition filter
extrinsics
Substrate blockchain operations submitted to blocks, containing pallet module calls with method parameters, signatures, and execution metadata. Fundamental unit for tracking on-chain state transitions and user interactions across Substrate-based networks.Columns
Columns
| Column | Type | Description |
|---|---|---|
relay_chain | STRING | Identifier of the relay chain to which the parachain is connected. Lowercase string (e.g., ‘polkadot’, ‘kusama’). |
chain | STRING | Blockchain network identifier. Lowercase string indicating the specific chain (e.g., ‘acala’, ‘polkadot’, ‘kusama’). |
block_number | INT64 | Sequential number of the block in the blockchain. Starts at 0 for the genesis block and increments by 1 for each subsequent block. |
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, microsecond precision. |
block_hash | STRING | Unique identifier for the block. 66-character hex string including 0x prefix. |
pallet | STRING | Name of the substrate runtime module containing the operation being executed. Identifies the pallet (functional module) such as balances, staking, or governance. |
method | STRING | Name of the operation or function being executed. Identifies the specific action within a pallet or module, such as transfer, stake, or swap. |
signature | STRING | # Canonical Column Description: signature |
id | STRING | Unique identifier for the record. String format, specific structure varies by table and blockchain implementation. |
| nonce | INT64 | Sequential counter for transactions or operations from an account. Increments by 1 for each new transaction to prevent replay attacks and ensure transaction ordering. |
| args | JSON | JSON object containing the operation’s input parameters. Structure and fields vary by pallet and method, encoding the specific arguments required to execute the operation. |
| tip | BIGNUMERIC | Optional amount paid to the block producer to prioritize the extrinsic. Numeric value representing additional fee in the chain’s native token denomination, above the standard transaction fee. |
| extrinsic_hash | STRING | Unique identifier for the extrinsic. 66-character hex string including 0x prefix. |
| extrinsic_id | STRING | Composite identifier linking an event or extrinsic to its block and position within that block. Format is \{block_number\}-\{index\} where index represents the sequential position of the extrinsic within the block, starting from 0. |
| info | JSON | JSON object containing metadata about the extrinsic’s execution. Stores information such as weight consumed, fees paid, and dispatch result class for successful operations. |
| immortal_era | NUMERIC | Boolean indicator of whether the transaction has an immortal era. Value of 0 indicates an immortal transaction that never expires; null indicates a mortal transaction with a finite validity period. |
| success | BOOL | Boolean indicator of whether the operation completed successfully without errors. |
| pays_fee | BOOL | Boolean indicator of whether the extrinsic requires a transaction fee to be paid by the submitter. |Sample Data
Sample Data
| id | tip | args | info | chain | nonce | method | pallet | success | pays_fee | signature | block_hash | relay_chain | block_number | extrinsic_id | immortal_era | extrinsic_hash | block_timestamp |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ungXE71UW2MHSZXJ1ozijyacn9QXUhbCTrPkd2sS5rtv76fcL | 0 | {“collection_id”:“23”,“from”:{“substrate”:“ungXE71UW2MHSZXJ1ozijyacn9QXUhbCTrPkd2sS5rtv76fcL”},“item_id”:“1”,“value”:“1”} | {“error”:“Fee calculation not supported for this network”} | uniquenetwork | 5 | burnFrom | unique | true | true | 0x6cee5aa2ee555181cd0298eaa42e298679f37cb5ed66ac3990500c1e72544c75c7ec44f5e4522b70bc0c6bcebb52b19febef85b3d26086956e734dca8c14e089 | 0x642283b134b61da209032b04a5a7a0a29f0c32299a83a6d63de83a65282fe708 | polkadot | 1733620 | 1733620-2 | 0xac3f72ec05a511b54d80d86f2428dd769fe34b0ee01086658af01fa081d6bd80 | 2023-02-16T19:43:30.702Z | |
| unfDBqHgvZvkdMbDd4jdfk35PTQPEEn4WrukRW1KHM24SBkEN | 0 | {} | {“error”:“Fee calculation not supported for this network”} | uniquenetwork | 6 | claim | vesting | true | true | 0x9e8373a89a8f7b8f5cf20c09651f769366a85e54b5ac82cfaa08d4d91549bf55e1c92f699274a9ad1ab5d59c98264f6f8e47e89907502137ff08d7074b362e81 | 0x58679a80a413330f32e47597b4bdcfbb723b3c79087a91455ec72bddcb94fa2f | polkadot | 1730772 | 1730772-2 | 0x7e0d19e3386ed13c7faec1c5384f24f7a7a6adb378a8ee0485ceb1935f372355 | 2023-02-16T10:10:42.293Z | |
| unhZ7sAhHvTs45p9hHLkdMz4nGyFMRAV1gi81SBKgkmdyg1pj | 0 | {} | {“error”:“Fee calculation not supported for this network”} | uniquenetwork | 2 | claim | vesting | true | true | 0xc4a1a9d37fadb4b0e5732f209f0f7de824467ec8adfb2f04740d3a03b165967e7edeb656dfccfb10e512415c1130ad5ab88562aa003af612bc7740c0cbb9598f | 0xf189ecc566b6597925d586ae5c9ca8573d8551af681598e4e5b540aeb7c500dd | polkadot | 1727897 | 1727897-2 | 0xf3247b0b58107b049ccfa9fb55dd9ded460005c6b3c4a6ace9802e1d7a8f8f91 | 2023-02-16T00:32:18.270Z |
Example Query
Example Query
Query with partition filter