ORBION DOCS
WebsiteWhitepaper
  • πŸ”ΉIntroduction
  • πŸ”ΉCore Architecture
  • πŸ”ΉWhy Modular
  • πŸ”ΉGovernance
  • πŸ”ΉFee Model & Token Utility
  • πŸ”ΉArchitecture Overview
  • Core Team
  • πŸ”ΉFAQ
  • Network
    • πŸ”ΉOverview
    • πŸ”ΉPublic RPC Endpoints
    • πŸ”ΉExplorer & Faucet
    • πŸ”ΉValidator Setup
    • πŸ”ΉNetwork Parameters
  • Developer Guide
    • πŸ”ΉHow to Connect with MetaMask
    • πŸ”ΉDeploy Smart Contracts on Orbion
    • πŸ”ΉUsing the Testnet Faucet
    • πŸ”ΉValidator Setup Guide
  • RPC Access
    • πŸ”ΉPublic RPC Specs
    • πŸ”ΉRate Limits & Best Practices
    • πŸ”ΉRunning a Node
  • for user
    • πŸ”ΉTokenomics
    • πŸ”ΉOrbion Roadmap
  • Ecosystem
    • πŸ”ΉOrb Coin
    • πŸ”ΉOrbion Finance
    • πŸ”ΉOrbion Bridge
    • πŸ”ΉOrbion Tools (Telegram Bot Suite)
    • πŸ”ΉOrbion Locker
    • πŸ”ΉOrbion Explorer
    • πŸ”ΉOrbion SDK & API
    • πŸ”ΉThird-Party Integrations
Powered by GitBook
On this page
  1. Ecosystem

Orbion Explorer

Orbion Explorer is the official block explorer for the Orbion blockchain β€” a real-time indexing and analytics interface designed to provide full visibility into every on-chain event, transaction, contract, and validator activity.

It functions as the transparent public ledger for Orbion, empowering users, developers, validators, and auditors to verify all protocol activity without relying on intermediaries.


🧭 Core Capabilities

πŸ”— Block & Transaction Tracking

  • View real-time blocks as they are finalized

  • Inspect transaction details, including gas used, fees paid, status (success/fail), and logs

  • View transaction propagation timing across the network

πŸ‘€ Wallet Address Lookup

  • View wallet balance (native ORB + tokens)

  • Display full transaction history

  • Token transfer breakdown (ERC20/ERC721 compatible)

  • Internal transactions visibility (e.g., contract-to-contract calls)

πŸ“œ Smart Contract Interface

  • View deployed contract address

  • Verify contract source code & ABI

  • Interact with read/write functions via browser UI

  • View compiler version, license, and constructor arguments

πŸ’± Token & Asset Registry

  • Live view of all verified tokens deployed on Orbion

  • Token symbol, decimals, supply, holders, contract link

  • Holder analysis (top 10, transfer trends)

  • LP token recognition (for Orbion Finance pairs)

πŸ›‘οΈ Validator Analytics

  • Track active validator list

  • View voting power, status (jailed/active), uptime %

  • Delegation history and current staking distribution

  • Slash event history with block trace


🌐 Network Overview Panel

  • Finalized block height

  • Avg. block time

  • Total transactions

  • Current gas price (dynamic)

  • Chain ID & network info (mainnet/testnet distinction)

  • Native currency: $ORB

  • Explorer version & API status


πŸ§ͺ Testnet & Mainnet Support

Network
Status
Explorer URL

Orbion Testnet

βœ… Live

https://scantestnet.orbionchain.com

Orbion Mainnet

πŸ”œ Launching

https://scan.orbionchain.com (reserved)

Each environment is fully isolated for accurate indexing and deployment traceability.


πŸ› οΈ Developer Features

  • Contract verification UI

  • ABI auto-fetch & contract interaction

  • Support for Vyper & Solidity source code

  • Bytecode decompiler (coming soon)

  • Verification via Hardhat, Foundry, or Remix

All verified contracts are publicly visible and cannot be modified post-verify.


πŸ” Security & Audit Utility

  • Track slashing events, unlock timestamps, validator jailing

  • Confirm locker ID statuses (via Orbion Locker)

  • Monitor DAO votes, proposal lifecycle, and treasury movements

  • Historical gas trends and fee burn analytics


πŸ”§ API (Coming Soon)

  • JSON-based API for indexing tools, bots, and dashboards

  • Endpoint coverage: blocks, tx, contracts, tokens, staking

  • Optional API key registration for higher rate limits


Orbion Explorer is more than a scanner. It’s the protocol observatory β€” making every contract, block, and validator action verifiable, trustless, and accessible.

Without data, decentralization is blind. Orbion Explorer gives it vision.

PreviousOrbion LockerNextOrbion SDK & API

Last updated 5 days ago

πŸ”Ή