Public blockchain data only — we never ask for seed phrases, private keys or upfront fees.
No wallet data stored Runs in your browser
Public-blockchain scan · no wallet connection · no key required

Crypto Wallet Tracer

Paste a public address. The tracer reads the open ledger and returns balance, a transaction sample, the activity window, the hop pattern and a transparent risk signal — then formats all of it into an evidence report you can hand to a bank, an exchange, IC3 or an attorney.

Ethereum + Solana Works with no API key Nothing stored
Blockchain forensics operations room with trace lines across a dark network map
Live ledger Real on-chain data
Step 01 — Input

Enter the wallet address

Chain

Paste the address you sent funds to, or the address from the scam site.


Ethereum runs on the keyless Blockscout API. No signup, no key, no address stored by this site.

Data source status
Checking configuration…

Never share: seed phrase, private key, OTP, remote access or an "unlock fee". This tool needs none of them and will never ask.

trace.console
idle
0%
idle
Validating address format
Resolving chain & endpoint
Reading current balance
Sampling recent transactions
Measuring activity window
Pattern & hop analysis
Computing risk signal
Assembling evidence report
Blocks inspected 0 / 64
Address graph idle
subject address
trace.log — live 0 lines
Waiting for an address to trace…
Chain
—
Data source
—
Records
—
Correlating on-chain pattern…

Do not close this window — the report is being assembled from live ledger data.

What blockchain data can and cannot do: it proves where funds moved and when — it cannot reveal a person's identity, IP address, device or police station by itself. This tool reports public on-chain signals only, and every risk score is an algorithmic pattern indicator, never a statement about any individual.

Supported networks & platforms

Where the money usually goes — and where it can be frozen

The value of a trace depends on whether the receiving address belongs to a party that can act: an exchange, a custodian or a bank. These are the platforms that most commonly appear at the end of a victim's transaction trail, and the ones whose compliance teams can sometimes freeze funds while they are still on-chain.

Binance logo Binance
OKX logo OKX
Coinbase logo Coinbase
MetaMask logo MetaMask
Trust Wallet logo Trust Wallet
Kraken logo Kraken
Bybit logo Bybit
KuCoin logo KuCoin
Ledger logo Ledger
Tether USDT logo Tether USDT
Bitcoin logo Bitcoin
Ethereum logo Ethereum
Coverage

Which chains this tracer can scan

We would rather tell you what is not supported than imply full coverage. Anything below marked "Not yet" is a real gap.

NetworkTickerData sourceStatusWhat you get
Ethereum ETH Blockscout (keyless) Live Balance, full tx history, hop pattern. No API key required.
Solana SOL Public JSON-RPC Live Balance and signature history from the public mainnet endpoint.
Bitcoin BTC — Not yet UTXO tracing needs a different engine. Use a block explorer for now.
BNB Chain BSC — Not yet Blockscout hosts a BSC instance; wiring it up is a one-line change.
Configuration

Adding an Etherscan API key (optional)

You do not need a key. Ethereum scanning runs on the keyless Blockscout API and works out of the box. An Etherscan key adds a second, independent data source: when both agree, the exported report cites two providers instead of one, which is marginally stronger as evidence.

Status on this deployment: no Etherscan key is configured, so the tracer uses the keyless source only. Everything below still works.

Two places you can put a key

Option A — after deploy, no rebuild

Edit this file on your host and reload the site. The browser reads it at page load, so the change takes effect immediately without rebuilding anything.

public/scanner-config.js

window.TMT_SCANNER_CONFIG = {
  etherscanApiKey: 'PASTE_YOUR_KEY_HERE',
};
Option B — at build time

Set an environment variable and rebuild. Astro bakes ASTRO_PUBLIC_* values into the bundle.

ASTRO_PUBLIC_ETHERSCAN_API_KEY=your_key_here
npm run build

An API key in client-side JavaScript is public — anyone can read it in the page source. That is acceptable here because the key only grants read access to already-public blockchain data and Etherscan keys are free. Never put a key with write or billing scope in this file.

Step by step

Getting a free Etherscan key

01

Create a free account at etherscan.io/register (no card required).

02

Open etherscan.io/myapikey and copy the 34-character key.

03

Paste it into public/scanner-config.js between the quotes, or build with ASTRO_PUBLIC_ETHERSCAN_API_KEY=your_key.

04

Reload the tracer — the console will report "etherscan: key active".



Solana (optional)

The public Solana endpoint works with no key but is rate-limited. For heavy use, create a free endpoint at Helius or QuickNode and paste the full URL into solanaRpcUrl in the same config file.

—

Honest limits

What a blockchain scan can never tell you

Most "wallet tracer" sites sell the opposite of this list. We publish it because a complaint built on exaggeration gets rejected — and because victims deserve to know exactly what their evidence is worth.

Identify a person

A blockchain address is not a name. No public ledger contains the holder's identity, address or phone number.

Reveal an IP or device

IP addresses and device IDs live in server logs, not on-chain. Any site claiming otherwise is inventing it.

Locate a police station

Jurisdiction is a legal question for your bank and law enforcement — it is not derivable from transaction data.

Recover your funds

Only a bank, exchange or court can freeze or return money. The tracer prepares evidence; it does not move funds.

Blockchain tracing radar with nodes linked into a suspicious chain
Transparency Every factor shown
Scan done?

Turn the trace into a filed complaint.

The Report Builder takes these results and produces the documents that actually move a case forward.