Skip to content

Address Search Functionality #440

Answered by jsarenik
biljohns asked this question in Q&A
Discussion options

You must be logged in to vote

No matter what, even without any BTC_ADDRESS_API, the search for a Transaction ID, the first-class-citizen of Bitcoin, should succeed. Then what the Bitcoin Core's wallet is doing is to parse all the newcoming blocks and see if any of the transactions refers the address we have the matching private key of.

Indexing all the addresses and what transactions they were used in is quite expensive/data-hungry (see Blockstream's electrs indexing requirements](https://github.com/Blockstream/electrs#installing--indexing). The original electrs seems to have much smaller requirements.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@biljohns
Comment options

@jsarenik
Comment options

Answer selected by biljohns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants