Explore the chain visually with the OpenScan.AI web interface — no API calls required.
The explorer at xdcscan.io is a full-featured, AI-powered block explorer for XDC Network. Everything the UI shows is also available programmatically through the REST API.
What you can do
- Search anything — addresses, transaction hashes, block numbers, token names — from the unified search bar.
- Inspect addresses — native balance, token holdings, full transaction history, internal transactions, and NFTs.
- Track tokens — top tokens by market cap and holders, transfer feeds, and holder distributions.
- Interact with contracts — read and write verified smart contracts directly from the contract page using your wallet.
- Watch activity — sign in to create address watchlists with email and webhook notifications, plus private tags visible only to you.
- Verify contracts — publish source code and metadata so anyone can audit and interact with your contract.
AI-powered features
OpenScan.AI layers AI assistance on top of indexed data: plain-language transaction summaries, decoded contract interactions explained in context, and natural-language search that routes to the right entity. See AI & MCP Integration for using these capabilities programmatically.
For developers
Every page maps to API endpoints — the address page is /api/v2/addresses/{hash}, the transactions tab is /transactions, and so on. If you can see it in the UI, you can build on it. Start with Getting Started with the Explorer, then move to the REST API overview.
Other networks
The same interface powers explorers for EVS, Wanchain, and Velas, and is available for your chain through Explorer-as-a-Service or self-hosting.