Skip to content

Explorer

The Explorer gives you a live view into the chain: heads, finalized blocks, transaction receipts, contract events, and data-availability commitments. It connects directly to your configured RPC endpoint and never requires wallet permissions for read-only views.

Network Status

Offline

Head
TPS
Age

Current head height

Approx. TPS

Head
TPS
Age

Recent 60s average

RPC Endpoint

https://rpc.animica.org

Configured target

Features

  • Live head, recent blocks & finalized checkpoints
  • Transaction details with receipts & event logs
  • Contract views (ABI-aware decoding when available)
  • Data Availability commitments & proofs (if DA node configured)
  • WebSocket subscriptions for new heads & pending txs

Quickstart (API)

Explorer uses the same JSON-RPC you can call directly:

Query head via JSON-RPC
    
  
Subscribe to newHeads (TypeScript SDK)
    
  

90-second tour

A quick demo of following a transaction from submit to inclusion and receipt.

Troubleshooting

  • No data loading? Confirm your RPC endpoint (https://rpc.animica.org) is reachable from the browser.
  • Heights not changing? Check node liveness and your WebSocket URL if using live subscriptions.
  • Contract decoding issues? Ensure the ABI was verified and published (via Studio Services).

Need a different network? Switch the RPC/Chain ID in your .env and rebuild the site, or open Explorer with a network query string if supported.