Skip to content
Powered by evmquery

Free EVM tools

Scan any wallet address, read any contract, inspect any token, all in your browser without writing a line of code. Each tool is one SEL expression on the evmquery API.

no signupno wallet connecttyped results

How do I scan an EVM wallet

Scanning a wallet usually means checking a few different things at once: what tokens it holds, what it has approved other contracts to spend, and whether it has any open lending position that could get liquidated. There is no single onchain call that answers all three, so the fastest path is running a small set of targeted reads instead of looking for one do-it-all scanner.

Start with the ERC-20 Token Inspector to see what a token in the wallet actually holds: name, symbol, decimals, and supply, read straight from the token contract. Then run the Token Allowance Checker against any spender you are unsure about. It shows the exact amount that spender is approved to move and flags unlimited approvals. If the wallet borrows on Aave, the Aave Health Factor Checker reads its health factor, collateral, and debt in one call, so you can see how close it sits to liquidation.

Run all three against the same address and you get a working picture of the wallet: holdings, exposure to other contracts, and any lending risk. The wallet checks below cover each part of that job, rather than trying to be a single scanner for everything.

Why we built these

Most onchain tools either lock you into a wallet flow, hide the contract calls behind a marketplace, or stop at the raw RPC response. The free tools on this page do the opposite: each one is the simplest possible demo of one SEL expression, with the query shown next to the result so you can paste it into your own code.

If a tool helps, the next step is the same in every case. Grab afree API key, drop the same expression into your script, agent, or n8n workflow, and read the chain from anywhere with one HTTP call. The free tier has no monthly cap, and Multicall3 batching makes each request go a long way.

Want a tool we have not built yet? Tell us what you would inspect and we will look at adding it.

Build any of these in your own app.

One API key, one expression. No monthly cap on the free tier.

Free tier includedNo credit cardNo monthly cap