bitcoin-etl icon indicating copy to clipboard operation
bitcoin-etl copied to clipboard

how to get list of all adresses on bitcoin block chain

Open MohammadAsadolahi opened this issue 3 years ago • 2 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 of all time thank you

MohammadAsadolahi avatar Jun 04 '21 13:06 MohammadAsadolahi

You can query this information in BigQuery. See some example queries here https://github.com/blockchain-etl/awesome-bigquery-views#top-bitcoin-balances that you can adjust to your task

medvedev1088 avatar Jun 04 '21 13:06 medvedev1088

You can query this information in BigQuery. See some example queries here https://github.com/blockchain-etl/awesome-bigquery-views#top-bitcoin-balances that you can adjust to your task

Looking at the double entry book example here https://github.com/blockchain-etl/awesome-bigquery-views#top-bitcoin-balances the addresses array is flattened to a string and I've taken a closer looks at the inputs/outputs and it looks like the addresses have an array of addresses including never-used addresses. How can we query just addresses with balance?

a5m0 avatar Jan 07 '22 18:01 a5m0