About Now I See Web3
What Is Now I See Web3?
Now I See Web3 is a free, open-source on-chain data analyzer designed for Ethereum and EVM-compatible blockchain developers. The platform converts raw, unreadable on-chain data — hexadecimal calldata, encoded error responses, and transaction hashes — into clear, human-readable information.
Whether you are debugging a failed transaction, inspecting a smart contract call, or trying to understand what a transaction actually did on-chain, Now I See Web3 gives you the visibility you need without requiring you to manually decode ABI-encoded data or write custom scripts.
The Tools
Now I See Web3 provides three core tools, each focused on a specific aspect of on-chain data analysis:
- Transaction Analyzer — Enter any transaction hash and select a network. The analyzer searches across multiple EVM chains in parallel and returns full transaction details, including decoded calldata and event logs. This is the fastest way to understand what happened in a transaction without opening a block explorer and manually tracing each step.
- Calldata Decoder — Paste any raw calldata hex string and instantly see the decoded function name, parameter types, and values. This tool uses the 4Byte directory and ABI decoding to interpret the first four bytes as a function selector and decode the remaining bytes as ABI-encoded parameters.
- Error Decoder — When a Solidity transaction reverts, the EVM returns encoded revert data. The Error Decoder translates this data into a readable error message, whether it is a standard
Error(string), aPanic(uint256)code, or a custom error defined in a contract ABI.
Why We Built This
Working with on-chain data is a fundamental part of Web3 development, but the raw data format — ABI-encoded hexadecimal strings — is designed for machines, not humans. Developers regularly encounter transaction hashes they cannot read, calldata they cannot interpret, and error messages that are completely opaque without the right tools.
Now I See Web3 was built to close that gap. The goal is simple: give Web3 developers a fast, reliable, and free tool that makes on-chain data immediately understandable. No setup, no wallet connection, no API keys. Just paste the data and see what it means.
Open Source
Now I See Web3 is fully open source. The source code is available on GitHub. Contributions, bug reports, and feature requests are welcome. If you find a bug or have an idea for improving the tools, please open an issue or submit a pull request.
The project is maintained by choi.eth, a Web3 developer focused on making Ethereum development more accessible.