// open source · live · base mainnet
see who you trade with.
OPENEYE streams unique trader wallets from the latest Base blocks every twelve seconds, classifies each one as EOA, contract, or bot, detects which terminal they trade through, and reads their on-chain age. Pull back the curtain before you click swap.
recent senders on base
streamed from mainnet.base.org · click any row to inspect on basescan
// how the eye sees
each address is queried with eth_getCode. an empty result means a real human-controlled wallet. a non-empty result means a smart contract, including Safe wallets, routers, and bots.
eth_getTransactionCount returns the total number of transactions sent. fresh wallets (< 5) are likely new humans. high-nonce wallets (> 5000) are likely automated.
the destination address of the transaction is compared against a curated map of known routers (Uniswap, Aerodrome, 1inch, Maestro, Banana Gun, etc). a match exposes the trading terminal in plain English.
eth_getBalance returns the current ETH holdings on Base. shown rounded to milli-ETH precision. PnL needs historical pricing and is on the roadmap.