Downloads

On this page you can download Bitcoin, Ethereum, Litecoin balance dumps for use in Brainflayer and BitCrack.

File Size Last Updated Description
all.bin.gz 1.66 GB 11/06/2025 All funded addresses¹ (P2PKH, P2WPKH, cashaddr, Ethereum) in BIN format for use in Brainflayer
all.blf.gz 483.79 MB 11/06/2025 All funded addresses¹ (P2PKH, P2WPKH, cashaddr, Ethereum) in BLF format for use in Brainflayer
all.hex.gz 1.91 GB 11/06/2025 All funded addresses¹ (P2PKH, P2WPKH, cashaddr, Ethereum) in HEX format (hash160) for use in Brainflayer
bitcoin-all-used.txt.gz 29.16 GB 09/03/2024 All Bitcoin addresses ever used
bitcoin-cash.hex.gz 133.75 MB 11/06/2025 Funded Bitcoin Cash addresses (cashaddr) in HEX format (hash160) for use in Brainflayer
bitcoin-cash.tsv.gz 636.06 MB 11/06/2025 Funded Bitcoin Cash addresses with balance
bitcoin-sv.hex.gz 138.57 MB 12/06/2022 Funded Bitcoin SV addresses (P2PKH) in HEX format (hash160) for use in Brainflayer
bitcoin-sv.tsv.gz 0.99 GB 12/06/2022 Funded Bitcoin SV addresses² with balance
bitcoin-v1.txt.gz 497.06 MB 11/06/2025 Funded Bitcoin V1 addresses (P2PKH) for use in BitCrack
bitcoin.hex.gz 439.07 MB 11/06/2025 Funded Bitcoin addresses (P2PKH, P2WPKH) in HEX format (hash160) for use in Brainflayer
bitcoin.tsv.gz 1.53 GB 11/06/2025 Funded Bitcoin addresses with balance
brainwallet.txt.gz 78.44 kB 16/03/2024 List of 19,701 used Bitcoin brainwallets, created from weak passphrases
dash.hex.gz 25.63 MB 11/06/2025 Funded Dash addresses (P2PKH) in HEX format (hash160) for use in Brainflayer
dash.tsv.gz 41.72 MB 11/06/2025 Funded Dash addresses with balance
dogecoin.hex.gz 114.01 MB 13/11/2024 Funded Dogecoin addresses (P2PKH) in HEX format (hash160) for use in Brainflayer
dogecoin.tsv.gz 171.99 MB 13/11/2024 Funded Dogecoin addresses with balance
ethereum.hex.gz 1.36 GB 11/06/2025 Funded Ethereum addresses (without 0x prefix) for use in Brainflayer ***
ethereum.tsv.gz 3.91 GB 08/06/2025 Funded Ethereum addresses³ with balance
litecoin.hex.gz 80.03 MB 11/06/2025 Funded Litecoin addresses (P2PKH, P2WPKH) in HEX format (hash160) for use in Brainflayer
litecoin.tsv.gz 234.88 MB 11/06/2025 Funded Litecoin addresses with balance
zcash.hex.gz 2.85 MB 11/06/2025 Funded Zcash addresses (P2PKH) in HEX format (hash160) for use in Brainflayer
zcash.tsv.gz 20.64 MB 11/06/2025 Funded Zcash addresses with balance
  1. Compilation of Bitcoin/Bitcoin Cash/Litecoin/Dogecoin/Dash/Zcash/Ethereum addresses with balance more than or equal 0.001 to reduce file size and search false positive rate.
  2. Bitcoin SV balances are no longer receiving updates.
  3. Ethereum balances are updated once a week on sundays.

Hints

Usage in Brainflayer

Incremental private key brute-force mode:

# brainflayer -v -b all.blf -f all.bin -c ucex -I {START_KEY}

Check private keys in HEX format from file:

# brainflayer -v -b all.blf -f all.bin -c uce -t priv -x -i private_keys.txt

Check private keys in HEX format generated by Python script:

# python3 ./private_keys.py | brainflayer -v -b all.blf -f all.bin -c uce -t priv -x

Check passphrases from file:

# brainflayer -v -b all.blf -f all.bin -c uce -i brainwallet.txt

Check passphrases generated by Python script:

# python3 ./private_keys.py | brainflayer -v -b all.blf -f all.bin -c uce
Usage in BitCrack

Incremental private key brute-force mode:

xxBitCrack.exe --keyspace {START_KEY}:{END_KEY} -u -c -i bitcoin-v1.txt