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.
Chain intelligence
Read-only metrics and deterministic narrative summaries.
- /metrics/live
- /metrics/throughput
- /metrics/invariants
- /metrics/peers
- /metrics/latency
- /metrics/uptime
- /metrics/summary
- /metrics/ai_summary (compat)
- /timeline
{
"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: 67ms. 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": 67,
"updated_at_ms": 1776096718152
},
"uptime": {
"started_at_ms": 1776096718074,
"uptime_seconds": 0
},
"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": 67,
"updated_at_ms": 1776096718152
},
"uptime": {
"started_at_ms": 1776096718074,
"uptime_seconds": 0
},
"invariants": []
}
}Block lookup
Fetch a block by height via https://praxis-explorer-2qd2vxdyua-uc.a.run.app/blocks/{height}.
Example: /explorer?height=0