# RadixScan Dashboard > Explorer for the Radix Network. Read accounts, transactions, tokens, NFTs, validators and packages on-chain, and stake XRD with a connected wallet. The dashboard targets two networks: the production mainnet and the Stokenet testnet. The search bar accepts every Radix entity address as well as transaction and subintent hashes; results route to the relevant detail page. ## Search - [Home / Search](https://dashboard.radixscan.io/): Shows the most recent network transactions and a filter panel (by transaction type, withdrawn/deposited address, badge, resource, affected entity). The global search box at the top of every page accepts any Radix address or transaction/subintent hash. ## Detail pages (reached via search, or directly via the URL patterns below) - Account (`/account/{address}`): balance summary, fungible tokens, NFTs, pool units, stake units (with unstake state and ready-to-claim amounts), recent transactions, metadata. - Transaction (`/transaction/{intent_hash}`): status, fees, payer, manifest, instruction-by-instruction events, balance changes, and the affected entities. - Resource (`/resource/{address}`, fungible token or NFT collection): summary (supply, type, divisibility), metadata (name, symbol, icon, description, tags), holders list, configuration and behaviours (who can mint, burn, freeze, change metadata), and recent transactions involving the resource. - Validator (`/validator/{address}`): uptime, fee, total stake, accepts-delegated-stake flag, recent rewards. - NFT (`/nft/{resource_address}:{local_id}`, single non-fungible): on-chain metadata, image, current owner, recent transactions. - Package (`/package/{address}`): deployed Scrypto blueprints with their function signatures, the WASM code download, authorization rules, and metadata. - Component (`/component/{address}`, instantiated blueprint): metadata, authorization rules, recent transactions, exposed state. - Pool (`/pool/{address}`): backing resources, pool unit address, list of contributors. - Identity (`/identity/{address}`): metadata fields attached to the identity. - Subintent (`/subintent/{hash}`, V2 pre-auth): subintent payload, the resulting transaction once it settles, and its summary. - Stake Unit (`/stake_unit/{address}`) / Claim NFT (`/claim_nft/{address}`): convenience pages for resources tied to validator stake. These patterns are stable — agents can construct deep links to hand a human a view of any entity or transaction. ## Network Staking - [Validator List & Staking](https://dashboard.radixscan.io/network-staking): Browse every validator with uptime, fee and stake; stake XRD with a connected wallet; queue an unstake; claim already-unstaked XRD. Includes bulk stake and bulk claim flows for users delegating across many validators. ## Site - [Privacy Notice](https://dashboard.radixscan.io/privacy-notice): What data is collected and how it is used. - [Terms & Conditions](https://dashboard.radixscan.io/terms-and-conditions): Usage terms for the explorer. ## Agent access This is a human-facing UI. For programmatic access, use the RadixScan agent layer: a keyless MCP server (read the ledger, build/validate/preview transaction manifests, non-custodial human-in-the-loop signing) at `mcp.ai.radixscan.io` — see [ai.radixscan.io/llms.txt](https://ai.radixscan.io/llms.txt).