python-bitcoin-blockchain-parser icon indicating copy to clipboard operation
python-bitcoin-blockchain-parser copied to clipboard

get list of all adresses on bitcoin block chain

Open Elktrn opened this issue 3 years ago • 1 comments

how can i get all addresses on bitcoin blockchain i mean every address that comited a transaction on blockchain no matter it has balance or not? for example get list of all addresses in text file no balance or transaction or anything else just adresses thank you

Elktrn avatar Jun 04 '21 11:06 Elktrn

You would need to pull all transactions and extract from the output.addresses property.

srmcatee1110 avatar May 16 '22 11:05 srmcatee1110