Skip to main content

ADR-009: Blockchain Explorer

Status

Done

Context

The Int3face chain requires a blockchain explorer to effectively monitor and interact with the network. An explorer will provide essential visibility into the chain's operations, allowing for real-time and historical analysis of blocks, transactions, and addresses. It's crucial for both developers and stakeholders to trace transaction histories, audit balances, and verify network activity, enhancing transparency and trust in the Int3face chain.

Steps to implement

  1. Research:

    • Evaluate existing blockchain explorers that support Cosmos SDK.
    • Compare features, options, and security measures to identify the best fit for our needs.
  2. Deploy local explorer:

    • Prepare a dedicated node to run the explorer software.
    • Configure the explorer to connect to the Int3face chain and index relevant data.
  3. Integration into public explorer:

    • Choose a public blockchain explorer to integrate with.
    • Prepare the necessary code and APIs to feed Int3face chain data into the explorer.
    • Collaborate with the development team of an explorer to integrate the Int3face chain.
    • Ensure that the explorer accurately represents Int3face chain data and provides real-time updates.

Research

Existing blockchain explorers

Top most used block explorers offered by the Cosmos ecosystem: https://cosmos.network/block-explorers/

  1. MintScan:

    • Official website: MintScan.
    • Closed-source, proprietary explorer developed by Cosmostation.
    • Leading, most robust explorer for Cosmos SDK-based chains, on 07.24 has:
      • 80 mainnets & testnets
    • Can be requested to extension through the fork of chainlist repository.
    • Features:
      • Multiple networks support
        • Cosmos SDK based chains (Cosmos, Osmosis, Celestia, etc)
        • EVM compatible chains (Kava)
      • Detailed information on (with examples by Celestia):
  2. Ping.Pub Dashboard:

    • Official website: Ping Dashboard.
    • Open-source explorer developed by Ping.pub.
    • Most widely used explorer, encountered on 07.24 has:
      • 113 mainnets & testnets.
    • Features:
    • Architecture:
      • Consists only from a light client (frontend app) which fetches data from a full-nodes without any caching.
      • Scheme:
        • image
  3. Big Dipper:

    • Official website: Big Dipper.
    • Open-source explorer developed by Forbole.
    • Has two versions:
    • Popular explorer, encountered on 07.24 has:
      • 43 mainnets & testnets.
    • Features:
    • Architecture:
      • Consists of a
        • Frontend UI App
        • Three backend components
          • PostgresSQL DB: used as a cache to improve performance.
          • BDJuno: a middleware that fetches data from the full-node and stores it in the DB.
          • Hasura: a GraphQL API that serves data to the frontend.
      • Scheme:
        • image

Comparative Table of Blockchain Explorers

ExplorerNetwork SupportData VisualizationUser InterfaceAPI AccessReal-time UpdatesSearch FunctionalityCustomizabilitySecurity FeaturesMobile ResponsivenessIntegration Ease
MintScanCosmos SDK based, EVM compatible chainsBlocks, Transactions, Validators, AssetsHighly intuitive and detailedYesYesTransactions, blocks, addressesLimitedStandard HTTPS and data validationFully responsiveModerate to high
Ping DashboardCosmos SDK based chainsValidators, Proposals, GovernanceSimplified and minimalisticLimited API capabilitiesYesLimited to blocks and validatorsHigh (modular components)Basic security measuresResponsiveHigh
Big DipperCosmos SDK based chainsBlocks, Transactions, Validators, Voting powerDetailed with rich featuresExtensive API for developersYesExtensive, including transactions, blocks, addressesModerateHTTPS, rate limitingFully responsiveHigh

Solution

  • Installed a local Big Dipper explorer to monitor the Int3face chain. UI: Big Dipper