Skip to main content

Accounts

Look up a Bittensor account by ss58 address (hotkey or coldkey) — its balance, staked positions, cross-subnet activity, and first-party chain-event history.

Paste a hotkey or coldkey ss58 address to view its activity.

Your wallet

Your staking positions across every subnet for the connected wallet — hotkey-owned and delegated. Read-only: this app never constructs or signs a transaction.

Connecting only reads your public on-chain positions from a browser wallet extension.

Top by stake

Accounts holding the most stake across every subnet.

  1. 15E2LP6…TKeZ5u119 SN63.37M τ
  2. 25G9hfk…hjwrc588 SN7.34M τ
  3. 35HK5tp…sREpeN28 SN7.04M τ
  4. 45GP7c3…SWVCMi42 SN4.17M τ
  5. 55GE25P…tNSfm51 SN4.08M τ
  6. 65EWwdZ…6HSxoF1 SN3.82M τ
  7. 75FLoWC…SeRv8m84 SN3.62M τ
  8. 85DtUJ9…n6iXey1 SN3.34M τ
  9. 95DUB7k…L9Wgpr1 SN3.03M τ
  10. 105FR392…Sgwxhb1 SN2.88M τ

Top by emission

Accounts earning the most emission across every subnet.

  1. 15E2LP6…TKeZ5u119 SN3.8k τ
  2. 25DCSyS…NwoWyG1 SN477.92 τ
  3. 35HNjFe…pgBp1n1 SN437.77 τ
  4. 45G9hfk…hjwrc588 SN414.38 τ
  5. 55FkF68…uNZQHy1 SN346.44 τ
  6. 65DaWtp…a7dpuS1 SN307.18 τ
  7. 75EbpCN…3mHkTp1 SN302.95 τ
  8. 85HptFX…wUhzeT2 SN295.20 τ
  9. 95FeHbW…s4UJGc2 SN294.86 τ
  10. 105FWbrc…MwSeGD1 SN287.55 τ

Most active accounts

Ranked by extrinsics signed on-chain in the last 7 days — jump straight to an account below.

Inspect an address

Decode any SS58 address's network prefix and public key, and verify its checksum — useful for catching a mistyped or wrong-network address before sending to it.

Decodes the network prefix and public key and verifies the checksum — entirely in your browser, nothing is sent anywhere.

How this works

An SS58 address is base58(prefix || public_key || checksum) — a network-prefix byte, the 32-byte sr25519/ed25519 public key, and a 2-byte checksum (the first 2 bytes of a blake2b-512 hash over "SS58PRE" || prefix || public_key), all base58-encoded. The same public key produces a different address string per network — Bittensor's hotkeys and coldkeys use prefix 42 ("generic Substrate"), the same prefix several other chains without a dedicated allocation also use.