Choosing Your Explorer

OpenScan.AI gives you three ways to explore on-chain data. Pick the one whose control model matches what you want.

Hosted Explorer ↗Self-Hosted ↗Managed EaaS
SetupNone — open the siteClone from GitHub and runHandled by OpenScan.AI
ChainsXDC, EVS, Wanchain, VelasAny supported chain you point it atYour chain
BrandingOpenScan.AIYoursYours
MaintenanceNoneYou maintain itFully managed
Best forUsers and developers exploring supported chainsTeams wanting full controlChains launching an official explorer
Openxdcscan.io ↗github.com/OpenScanAI ↗Contact us ↗

Pick by audience

How much control do you need?

  • None — just explorexdcscan.io. Open the site and start searching. Begin with the Quick Start.
  • Full control over infrastructure → Self-host from GitHub. Run the explorer on your own servers, pointed at your chain. See Setup & Installation.
  • A production explorer for your chain, without the ops burden → Managed EaaS. OpenScan.AI deploys, hosts, and maintains a branded explorer for your network. Start at Explorer as a Service or contact the team.

For programmatic access — REST API v2, SDK, RPC-compatible endpoints — see the API Documentation.

What the hosted explorer looks like

Everything starts from the search bar:

  • Search — paste a block number, transaction hash, address, or token name
  • Transaction pages — AI-decoded summaries of what each transaction did
  • Address pages — balances, token holdings, and full history
  • Contract pages — verified source code with read/write interaction

For the full step-by-step, see the Explorer Onboarding Guide.

Background

The self-hosted and EaaS paths run the same explorer stack that powers xdcscan.io in production for XDC Network — including the Blockscout-compatible REST API v2 and RPC-compatible endpoints.