Monitors the testnet block explorer's indexer sync status by comparing its latest indexed block height against the Ormos testnet chain head. Same check logic as mainnet — detects stuck sync jobs and worker failures. Critical for the dev team to notice when testnet explorer data goes stale during active development and QA testing. The most common cause of a DOWN result is the explorer auto-disabling itself (shouldSync=false) after 10+ consecutive RPC failures — the sync-status API returns an empty explorers array in this state. Recovery: UPDATE explorers SET "shouldSync"=true, "syncFailedAttempts"=0, "syncDisabledAt"=NULL WHERE id=1.
Average
555ms
Min
45ms
Max
2169ms
p99
1972ms