$> Kaya
~/tools/multi-chain-tx-viewerinteractive
/tools/multi-chain-tx-viewer

Multi Chain TX Viewer

Use this multi chain tx viewer to check the same transaction hash across Ethereum, Base, Arbitrum, and Optimism from one place.

~/tools/multi-chain-tx-viewerquery tx across chains
Multi-chain result

Enter a transaction hash to query the preset EVM chains.

~/tools/multi-chain-tx-viewer/examplesusage.txt

Example Usage

  • Check which preset chain a transaction hash actually belongs to.
  • Compare transaction and receipt availability across multiple EVM networks.
  • Quickly rule out chain confusion during support or debugging work.
~/tools/multi-chain-tx-viewer/guideREADME.md

Multi Chain TX Viewer Explained

A multi chain tx viewer helps when you have a transaction hash but are not fully sure which EVM network it belongs to, or you want to compare multiple networks quickly. Instead of querying one chain at a time, the tool checks a preset group of RPC endpoints and returns transaction and receipt results together. This makes it useful for support, cross-chain operations, and debugging flows where hash context can get mixed up.

~/tools/multi-chain-tx-viewer/faq3 items

FAQ

Does this search every EVM chain?

No. It checks a small preset list of major chains rather than the entire EVM ecosystem.

Why might a hash exist on one chain but not another?

Because transaction hashes are chain-specific and only exist where the transaction was actually broadcast.

Does it include receipt data too?

Yes. The viewer queries both transaction and receipt data when available.

~/tools/multi-chain-tx-viewer/related5 links
~/tools/multi-chain-tx-viewer/linksinternal