Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to get list of all adresses on bitcoin block chain #50

Open
MohammadAsadolahi opened this issue Jun 4, 2021 · 2 comments
Open

how to get list of all adresses on bitcoin block chain #50

MohammadAsadolahi opened this issue Jun 4, 2021 · 2 comments

Comments

@MohammadAsadolahi
Copy link

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

@medvedev1088
Copy link
Member

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

@a5m0
Copy link

a5m0 commented Jan 7, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants