revert.wtf explorer

Explains reverted EVM transactions inline on block explorers, powered by revert.wtf.

As of June 2026, revert.wtf explorer has 3 users in the Functionality & UI category.

Usersno change0%
3
3
Ratingno change0%
— reviews
Reviewsno change0%
Version
0.1.2
Manifest V3
90-day change · In the last 90 days this extension 1 version update.

History

2 snapshots

Tracking since Jun 6, 2026.

Not enough history yet for this metric — the chart fills in as we collect more snapshots.
View as table
DateUsersRatingReviewsVersion
Jun 6, 20260.1.1
Jun 16, 20260.1.1
Now30.1.2

Permissions & access

Permissions
scriptingstorageactiveTab
Host access
https://revert.wtf/*, https://api.blockscout.com/*, https://api.etherscan.io/*, https://0xrpc.io/*, https://1rpc.io/*, https://abstract-sepolia.drpc.org/*, https://abstract.drpc.org/*, https://apechain-curtis.drpc.org/*, https://apechain.drpc.org/*, https://api.mainnet.abs.xyz/*, https://api.testnet.abs.xyz/*, https://apothem.xdcrpc.com/*, https://arbitrum-one-rpc.publicnode.com/*, https://arbitrum-sepolia.drpc.org/*, https://avalanche-c-chain-rpc.publicnode.com/*, https://avalanche-fuji-c-chain-rpc.publicnode.com/*, https://avalanche-fuji.drpc.org/*, https://base-rpc.publicnode.com/*, https://base-sepolia.drpc.org/*, https://base-testnet.api.pocket.network/*, https://berachain-bepolia.drpc.org/*, https://berachain-bepolia.therpc.io/*, https://berachain-rpc.publicnode.com/*, https://berachain.drpc.org/*, https://bittorrent.drpc.org/*, https://blast-rpc.publicnode.com/*, https://blast.drpc.org/*, https://bsc-rpc.publicnode.com/*, https://bsc-testnet-rpc.publicnode.com/*, https://bsc-testnet.drpc.org/*, https://carrot.megaeth.com/*, https://celo-json-rpc.stakely.io/*, https://celo-sepolia.drpc.org/*, https://celo.drpc.org/*, https://endpoints.omniatech.io/*, https://erpc.apothem.network/*, https://ethereum-rpc.publicnode.com/*, https://ethereum-sepolia-rpc.publicnode.com/*, https://evm-rpc-testnet.sei-apis.com/*, https://fraxtal-testnet.drpc.org/*, https://fraxtal.drpc.org/*, https://gnosis-rpc.publicnode.com/*, https://hyperliquid.drpc.org/*, https://infra.originstake.com/*, https://katana-testnet.drpc.org/*, https://katana.drpc.org/*, https://linea-rpc.publicnode.com/*, https://linea-sepolia-rpc.publicnode.com/*, https://linea-sepolia.drpc.org/*, https://mantle-rpc.publicnode.com/*, https://mantle-sepolia.drpc.org/*, https://megaeth.drpc.org/*, https://monad-mainnet.drpc.org/*, https://monad-testnet.drpc.org/*, https://moonbase-alpha.drpc.org/*, https://moonbeam-rpc.publicnode.com/*, https://moonriver-rpc.publicnode.com/*, https://moonriver.drpc.org/*, https://node.histori.xyz/*, https://opbnb-rpc.publicnode.com/*, https://opbnb-testnet-rpc.publicnode.com/*, https://opbnb-testnet.drpc.org/*, https://optimism-rpc.publicnode.com/*, https://optimism-sepolia-testnet.api.pocket.network/*, https://plasma.api.onfinality.io/*, https://plasma.drpc.org/*, https://polygon-amoy.drpc.org/*, https://polygon-bor-amoy-rpc.publicnode.com/*, https://polygon-bor-rpc.publicnode.com/*, https://pre-rpc.bt.io/*, https://rpc-megaeth-mainnet.globalstake.io/*, https://rpc.ankr.com/*, https://rpc.apechain.com/*, https://rpc.api.moonbase.moonbeam.network/*, https://rpc.bittorrentchain.io/*, https://rpc.curtis.apechain.com/*, https://rpc.hoodi.ethpandaops.io/*, https://rpc.hoodi.taiko.xyz/*, https://rpc.memecore.net/*, https://rpc.nodeflare.app/*, https://rpc.stable.xyz/*, https://rpc.swiftnodes.io/*, https://rpc.testnet.frax.com/*, https://rpc.testnet.soniclabs.com/*, https://rpc.testnet.stable.xyz/*, https://rpc.xdcrpc.com/*, https://rpc1.xinfin.network/*, https://sei-evm-rpc.stakeme.pro/*, https://sei-testnet.drpc.org/*, https://sei.drpc.org/*, https://sonic-json-rpc.stakely.io/*, https://sonic-testnet-v2.drpc.org/*, https://sonic.drpc.org/*, https://stable-mainnet.rpc.sentio.xyz/*, https://subnets.avax.network/*, https://taiko.drpc.org/*, https://testnet-rpc.plasma.to/*, https://unichain-rpc.publicnode.com/*, https://unichain-sepolia-rpc.publicnode.com/*, https://unichain-sepolia.drpc.org/*, https://unichain.drpc.org/*, https://worldchain-mainnet.g.alchemy.com/*, https://worldchain-sepolia.drpc.org/*, https://worldchain-sepolia.g.alchemy.com/*, https://worldchain.drpc.org/*

Screenshots

revert.wtf explorer screenshot 1revert.wtf explorer screenshot 2revert.wtf explorer screenshot 3revert.wtf explorer screenshot 4

About

Ever opened a failed transaction on a block explorer and just seen "execution reverted" with no idea why? revert.wtf explorer fixes that.

When you land on a reverted transaction on Etherscan or Blockscout, this extension adds an inline panel that explains what actually went wrong — in plain language, right on the page.

WHAT IT DOES
• Decodes the revert (custom errors, Error(string), Panic codes, and known protocol/library errors) using the revert.wtf API.
• Shows the likely causes and concrete things to check next — not just a raw selector.
• Returns multiple interpretations when a revert is ambiguous, so you can step past a too-generic match to a more specific one.

BLOCKSCOUT-FIRST
• On Blockscout, it reads the full internal call trace (free, no key) to recover the real inner revert — often the deeper, more meaningful error a wrapper hid.
• On Etherscan, when a revert can't be decoded from the page, it points you to the same transaction on Blockscout, where it usually can be.

UNDER THE HOOD
• Chain-aware RPC replay using bundled Chainlist defaults to recover revert data explorers don't expose (bring your own RPC to override any chain).
• Optional Blockscout Pro support for indexed revert data.
• Caches explanations per chain and transaction so repeat visits are instant.
• One-click debug bundle for bug reports — API keys and full RPC URLs are redacted by default.

SUPPORTED EXPLORERS
Etherscan-family explorers (etherscan.io, basescan.org, arbiscan.io, polygonscan.com, and many more) and Blockscout instances, including self-hosted ones.

PRIVACY
When active on a transaction page, the extension may send the transaction hash, visible revert text, recovered revert bytes, and the explorer hostname to the configured API to produce an explanation. API keys and RPC URLs are stored locally in your browser and are never included in copied debug bundles. You can point it at a self-hosted, compatible API instead of the hosted service.

Powered by revert.wtf — https://revert.wtf
Open source: https://github.com/mrtdlgc/revertwtf-extension

Technical

Version
0.1.2
Manifest
V3
Size
60.53KiB
Min Chrome
88
Languages
1
Featured
No

Metadata

ID
epcjpbgebicmajaheclmhgkdmjcdfjji
Developer ID
u983559a9b5dc7c07fb19d32683e9824e
Developer Email
[email protected]
Created
Jun 5, 2026
Last Updated (Store)
Jun 9, 2026
Last Scraped
Jun 16, 2026
Website
revert.wtf

Data sourced from the Chrome Web Store · last verified Jun 16, 2026.