How to Export Top ETH Holder Rankings (Balances, Wallet Tags, Activity)
Etherscan's rich-list page shows the largest Ethereum wallets, but only in the browser and 25 rows at a time — there is no bulk export. This tool pulls the full top-holders ranking as structured data: wallet address, known name tag (exchange, bridge, contract), balance, percent of tracked supply, and transaction count.
In short: Manually paging through Etherscan's rich list and copying rows doesn't scale, and rankings shift as balances move. This tool automates it — you get structured, ready-to-use data instead of copying it by hand.
What the data shows: In this sample of the top 12 ETH holders, the Beacon Deposit Contract alone holds over 88 million ETH — more than 73% of the tracked total — showing just how concentrated ETH holdings are in staking versus exchange and bridge wallets.
Sample data
| Rank | Name Tag | Address | Balance | % of Supply |
|---|---|---|---|---|
| 1 | Beacon Deposit Contract | 0x000000…7705fa | 88,265,339.85 ETH | 73.14% |
| 2 | Wrapped Ether | 0xc02aaa…756cc2 | 2,429,144.13 ETH | 2.01% |
| 3 | Binance 7 | 0xbe0eb5…4d33e8 | 1,996,008.39 ETH | 1.65% |
| 4 | Robinhood | 0x40b387…18e489 | 1,220,494.88 ETH | 1.01% |
| 5 | Upbit 41 | 0x0e58e8…d9bfcd | 1,044,815.21 ETH | 0.87% |
| 6 | Arbitrum: Bridge | 0x831517…d7ed3a | 821,892.15 ETH | 0.68% |
| 7 | Base: Base Portal | 0x490480…74e97e | 817,706.15 ETH | 0.68% |
| 8 | Binance: Hot Wallet 20 | 0xf97781…41acec | 739,595.95 ETH | 0.61% |
| 9 | Binance: Binance-Peg Tokens | 0x47ac0f…a6d503 | 454,999.07 ETH | 0.38% |
| 10 | Bitfinex 19 | 0xe92d1a…85226f | 450,118.33 ETH | 0.37% |
| 11 | Gemini: Cold Wallet | 0xafcd96…45c5da | 385,262.9 ETH | 0.32% |
| 12 | — | 0x1d4896…030270 | 368,050.15 ETH | 0.30% |
What each field means
| Field | Description |
|---|---|
rank | Position in the top-holders ranking |
address | Full wallet address |
nameTag | Known label for the wallet (exchange, bridge, contract) when Etherscan has identified it |
balanceEth, balanceRaw | Current ETH balance, as a number and as Etherscan's formatted string |
percentage, percentageRaw | Share of the tracked total supply held by this wallet |
txCount | Total number of transactions for this address |
url | Direct link to the wallet on Etherscan |
How to use it
- Open the tool on Apify (link below).
- Fill in the search form — no code required.
- Run it and wait for it to finish (usually seconds).
- Download your results as JSON, CSV, or Excel.
Frequently asked questions
Do I need to know how to code?
No. You choose how many holders and pages to fetch and download the results as JSON, CSV, or Excel.
Is this real-time data?
Yes, every run fetches the current ranking directly from Etherscan at the time you run it.
Does it work for other tokens, not just ETH?
This tool tracks native ETH holders. For ERC-20 token holder rankings, check the actor page for supported options.