# IoTeXScan > IoTeXScan is the official block explorer for the IoTeX network — a DePIN L1 blockchain. The explorer lets developers and users inspect blocks, transactions, addresses, tokens (XRC20/XRC721), validators, and staking buckets on IoTeX mainnet. ## Core pages - [Homepage](https://iotexscan.io/): Latest blocks, latest transactions, and key chain metrics - [Blocks](https://iotexscan.io/blocks): Paginated list of recent blocks - [Transactions](https://iotexscan.io/txs): Paginated list of recent transactions - [Top accounts](https://iotexscan.io/top-accounts): Largest IOTX holders - [Validators](https://iotexscan.io/validators): Active delegates and voting stats - [Tokens (XRC20)](https://iotexscan.io/tokens): Fungible token directory - [NFTs (XRC721)](https://iotexscan.io/tokens-nft): Non-fungible token directory - [Charts](https://iotexscan.io/charts): Historical chain metrics - [Address converter](https://iotexscan.io/address-convert): Convert between io-prefixed and 0x-prefixed addresses - [Hard fork history](https://iotexscan.io/hard-fork-history): Protocol upgrade timeline ## Entity routes - Block detail: `https://iotexscan.io/block/{height}` - Transaction detail: `https://iotexscan.io/tx/{hash}` - Address detail: `https://iotexscan.io/address/{address}` (accepts io... or 0x...) - Token detail: `https://iotexscan.io/token/{contractAddress}` - NFT detail: `https://iotexscan.io/nft/{contractAddress}` - Action detail: `https://iotexscan.io/action/{hash}` ## Related - [IoTeX testnet explorer](https://testnet.iotexscan.io/) - [IoTeX official documentation](https://docs.iotex.io/) - [IoTeX website](https://iotex.io/)