You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMPORTANT NOTE: WORK IN PROGRESS! Some things might not always work as expected.
The Polkadot Introspector is a collection of tools for monitoring and introspection of Polkadot or other substrate-based blockchains.
The tools utilize data sources such as subxt or substrate-telemetry to generate output. Depending on the tool used, the data source and output may differ. For examples of how this data can be visualized in Grafana, please see the section about Grafana dashboards.
polkadot-block-time - display the current block time in the Substrate-based network
polkadot-kvdb - inspect key-value database used by parachains or the relay chain
polkadot-whois - tracking of validators using on-chain and substrate telemetry data.
Building
We utilize the latest polkadot metadata to decode block data. It is possible that we might lack some types, which are already present in test networks but not yet in polkadot. In such instances, we implement our own provisional types, which should be removed once they are included in the polkadot metadata.