Eth Wallet Analyzer
A client-side browser tool for analyzing Ethereum wallet transactions. Fetches ETH transactions (including internal transactions from contract interactions) and ERC20 token transfers from Etherscan API, then generates a detailed markdown report showing inflows, outflows, top counterparties, and recent transaction history.
PRIVACY NOTICE
All data including API keys, wallet addresses, and transaction history are stored only in your browser's localStorage. No data is sent to DNZN servers. All API requests go directly from your browser to Etherscan and are read-only (no transactions signed, no write operations).
> See documentation for more details
Configuration
Limits transactions shown in detail tables. Does not affect summary totals or counterparty analysis.
Filters & Options
Filter ETH transaction details to only show those >= this amount. Summary totals still include all transactions.
Internal transactions capture ETH transfers from smart contract calls (DEX swaps, withdrawals, etc.).
Token transfers show ERC20 activity (USDC, USDT, etc.). Disable to focus on ETH only.
Cached responses expire after 1 hour. Disable to always fetch fresh data.
Activity Log
Report Output
Pending analysis
Changelog
| DATE | AUTHOR | NOTES |
|---|---|---|
| 2026-01-27 | Artificial. | Added min ETH filter, toggle for internal/token txs, collapsible filter UI. Gas: 12 tok |
| 2026-01-12 | Denizen. | Initialized. |