Explorer

Minimal explorer view backed by public read-only endpoints.

Dedicated UI

If a dedicated explorer UI is deployed for your environment, you can open it here.

Open Explorer UI

Chain intelligence

Read-only metrics and deterministic narrative summaries.

{
  "ok": true,
  "data": {
    "mode": "deterministic",
    "summary": "The network is operating normally. Throughput is ~0 TPS (10s avg) with ~0 TPS (60s avg). No invariants are currently reported. Peers observed: 4. Status latency: 5ms. Peer distribution suggests healthy redundancy.",
    "grounded_in": {
      "height": 1445,
      "peer_count": 4,
      "tip_hash": "66068e71d45b465d043590a32a2d947c411a4468cb48a72baa63a18a62eedc0f",
      "throughput": {
        "tps_1s": 0,
        "tps_10s": 0,
        "tps_60s": 0
      },
      "latency": {
        "status_latency_ms": 5,
        "updated_at_ms": 1776102680140
      },
      "uptime": {
        "started_at_ms": 1776102187919,
        "uptime_seconds": 493
      },
      "invariants": []
    }
  }
}

Chain status

Live status from https://praxis-explorer-2qd2vxdyua-uc.a.run.app/metrics/live.

{
  "ok": true,
  "data": {
    "height": 1445,
    "peer_count": 4,
    "tip_hash": "66068e71d45b465d043590a32a2d947c411a4468cb48a72baa63a18a62eedc0f",
    "throughput": {
      "tps_1s": 0,
      "tps_10s": 0,
      "tps_60s": 0
    },
    "latency": {
      "status_latency_ms": 5,
      "updated_at_ms": 1776102680140
    },
    "uptime": {
      "started_at_ms": 1776102187919,
      "uptime_seconds": 493
    },
    "invariants": []
  }
}

Block lookup

Fetch a block by height via https://praxis-explorer-2qd2vxdyua-uc.a.run.app/blocks/{height}.

Example: /explorer?height=0

Block fetch failed: HTTP 404

Public endpoints