Search
Search options
The pivotal point of the app is search. On every page there is a search input which is crucial for finding all sorts of information very quickly.

You can search in all networks, a subset or just a single network.

The search input accepts all sorts of values and intelligently recognizes what was meant.
To search for a concrete items:
block by block height (number) or hash
extrinsic by hash
account by address (network specific address / substrate address / public key)
You can also search for multiple items by:
extrinsic's call name (e.g.
Balances.transfer
)event's name (e.g.
System.ExtrinsicSuccess
)pallet name (e.g.
Balances
) ⚠ supported only by some networks

The pallet, extrinsic's and event's are auto-completed so you don't have to exactly remember it

Last updated