ctaz-explorer

for developers

open apis, no auth, no rate limit, no key. everything scriptable, everything linkable, everything verifiable against the source.

live apis on this node

endpointreturns
/api/tipcurrent pow tip
/api/paramsprotocol parameters reported by the node
/api/anchorszap1 attestation anchor registry on ctaz
/api/verify/<txid>zap1 attestation lookup for a zcash mainnet txid
/api/sync-check/<height>/<hash>canonical comparison against this node
/api/chain-healthbft signer health, reorg counter, silent finalizers, version fingerprint
/api/pool/orchardper-block pool history
/metricsprometheus exporter, 20+ ctaz_ gauges and counters

observability

preconfigured grafana dashboard at ctaz-crosslink-grafana.json. import into grafana pointed at a prometheus scraping /metrics. scrape config and alert rules on the metrics guide.

source

explorer at github.com/Frontier-Compute/ctaz-explorer, mit licensed, fastapi and jinja, no proprietary dependencies.

upstream crosslink contributions

related open work this explorer builds on

the attestation surface at /anchors and /api/verify uses zap1, an open attestation standard anchored on zcash mainnet. protocol docs at api.frontiercompute.cash/docs, openapi at /openapi/zap1.yaml.

the vault concept referenced at /vaults follows the shieldedvault standard, an open spec at github.com/Frontier-Compute/shieldedvault-spec.

published packages

packagepurpose
zap1attestation primitives client
openclaw-zap1zap1 anchor tooling
zcash-mcpmcp server for zcash
zcash-ikaika split-key wallet integration for zcash

related pages: staking guide, metrics guide, why this explorer exists, chain graph.