Chain
What the chain is doing right now, and what it charged for it. loading throughput
- Head block
- Loading Head block
- Block time p50
- Loading Block time p50
- Extrinsics
- Loading Extrinsics
- Events
- Loading Events
- Signers
- Loading Signers
Throughput. What the chain's extrinsics are actually doing.
- Loading Extrinsics by call module legend
7d call-module mix · chain-direct · row by row: blocks · extrinsics · events
Fees. What the chain charged.
- Fees 7d
- Loading Fees 7d
- Per extrinsic
- Loading Per extrinsic
- Tips 7d
- Loading Tips 7d
- Days measured
- Loading Days measured
7d · signed extrinsic fees · chain-direct
Stake flow. Where stake moved.
7d stake inflow and outflow by subnet · chain-direct
Concentration. How concentrated the stake is.
holder shares and Nakamoto coefficient · chain-direct
Emission. How a subnet's published share becomes the share it is paid.
- Paid
- Loading Paid
- Block emission
- Loading Block emission
- Pool liquidity
- Loading Pool liquidity
- Chain buys
- Loading Chain buys
paid emission share and eligibility state · chain-direct
Governance. What changed about how the chain runs.
Runtime upgrades, sudo calls and config changes
runtime upgrades, sudo calls and AdminUtils changes · chain-direct
Chain API
- chain/activity
https://api.metagraph.sh/api/v1/chain/activity- chain/calls
https://api.metagraph.sh/api/v1/chain/calls- chain/stake-flow
https://api.metagraph.sh/api/v1/chain/stake-flow- chain/concentration
https://api.metagraph.sh/api/v1/chain/concentration- chain/emission-pipeline
https://api.metagraph.sh/api/v1/chain/emission-pipeline- governance/config-changes
https://api.metagraph.sh/api/v1/governance/config-changes
Blocks, extrinsics and events
A block is a batch of state transitions. An extrinsic is a call submitted to the chain — a transfer, a registration, a weight update. Events are what the runtime emitted while executing them, which is where the outcome of a call actually shows up. Most questions about what happened are event questions.
Published share is not paid share
A subnet's emission share is what it would receive; the gate decides what it does receive. Between the two sit a weighting and the gate itself, and a subnet reaches zero by three separate routes: never eligible to emit, eligible with emission switched off, or eligible and enabled but weighted to nothing before the gate ever sees it. Ranking by the published figure puts a subnet that is paid nothing above one that is paid, which is the gate stated backwards.
Depth and freshness
Recent chain state is served hot; deep history is served from the lakehouse and can answer more slowly for a wide range. Where a query reaches past the warm window the response says so explicitly rather than returning a truncated result that looks complete.