address_labels
4 columnsOne row per label: the address, its chain, the label category and the label value.
labels/address_labels/ethereumpart_<n>.parquet25.8 million Ethereum rows: exchange deposit wallets, named contracts and tokens, payment services, casinos, mining pools and phishing.
address_labelsOne snapshot of our Ethereum table: 25.8 million rows, each an address, a type and a value such as binance-deposit or coinbase-exchange-deposit, across 48 types.
Ethereum has the widest spread: 21.7 million deposit wallets, 1.0 million payment service wallets, 856,515 casino wallets, 1.5 million named contracts, 55,849 token contracts, 187,903 mining pool, 3,371 phishing, 900 hacker and 167 sanctioned wallets. Join it to Ethereum transfers or trades on the address to name who is on the other side.
One row per label: the address, its chain, the label category and the label value.
labels/address_labels/ethereumpart_<n>.parquetSend this dataset’s full schema to an assistant and ask it anything. It reads the plain-text brief first, so the answer comes from the real column list rather than a guess.
Opens a new chat with the question filled in. Nothing about you is sent to Bitquery, and the assistant sees only the public brief.
Parquet files, delivered as signed download links by email after payment, in this layout:
# address_labels
labels/address_labels/ethereumpart_<n>.parquetaddress_labels table, 4 columnsOne Parquet table with a row per Ethereum tag: the address, the chain, a type such as cex-deposit-address or scam, and a value such as binance-deposit or coinbase-exchange-deposit. The Chain column is always ethereum, so these files stack with other chains.
25.8 million rows in 48 types as of 25 September 2026, about 0.9 GB as Parquet, naming about 434 exchanges, payment services and casinos.
Join on the address and the chain. Addresses are stored in lowercase, so lower-case yours first. One wallet can carry more than one tag, so count distinct wallets, not rows, when you size a group.
Rows are sold as is, with no score, so check any tag that drives a decision against the wallet's own history. One exchange can appear under two names, such as coinbase and coinbase-exchange or gate and gate-io, so group those by hand.
Yes. Address Labels has all 38 chains, Ethereum included, with the same columns, for $12,000. Ethereum on its own is $4,000.
In DuckDB: SELECT Label_Type, count(*) FROM read_parquet('address_labels/**/*.parquet') GROUP BY 1. Pandas works too: pandas.read_parquet(path). The sample file opens without a login.
It is a snapshot: each order exports the label table as it stands that day, and the files are not refreshed after delivery. Labels are Parquet, one folder for the chain, with a JSON manifest listing every file and its sha256. Signed HTTPS links are emailed once the files are ready, or on request we deliver into your own S3, GCS or R2 bucket.
192.6 million address labels on 38 chains, from exchange deposit and hot wallets to casinos, mixers, darknet markets, scams and sanctioned addresses.
Every native ETH and token transfer on Ethereum since August 2015, one row per transfer, valued in USD where a price exists.
Trades on Ethereum DEXes since July 2016, one row per swap with both sides, the pool, fees and a USD value where a price exists.
Tell us the chain, tables and date range.