Skip to main content

Clutch Explorer Overview

Clutch Explorer is a block explorer for the Clutch Protocol chain. It indexes blocks and transactions from clutch-node into PostgreSQL and serves a REST API plus React frontend.

Architecture

Clutch Node  ──poll──►  Explorer Indexer  ──►  PostgreSQL

└── REST API ──► React Frontend

Unlike the Hub API (GraphQL for app developers), the explorer is read-only infrastructure for browsing chain history.

Components

ComponentDescription
BackendRust/Axum REST API + block indexer
FrontendReact/TypeScript UI
PostgresIndexed blocks, transactions, accounts

What it indexes

  • Blocks and block headers
  • All transaction types including ride lifecycle txs
  • Account balances, nonces, activity
  • Validator set
  • Referrer fee metadata

Poll interval defaults to 4000ms (indexer_poll_interval_ms).

When to use

ToolUse for
Hub API / SDKBuilding ride-sharing apps, submitting txs
ExplorerBrowsing blocks, debugging txs, account history

Documentation

Deployment

Included in clutch-deploy:

ServicePort
Explorer backend8088
Explorer frontend5174