janoside / btc-rpc-explorer

Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core.
https://bitcoinexplorer.org
MIT License
1.55k stars 1.17k forks source link

Cannot view transaction history of Address #353

Closed cno-dom closed 3 years ago

cno-dom commented 3 years ago

Failed to retrieve transaction history from ElectrumX because this address is involved in too many transactions (more than ElectrumX currently supports retrieving). See Issue #67 for more information.

cno-dom commented 3 years ago

Hi Admin any update ?

janoside commented 3 years ago

This issue is actually a problem with the electrum dependency. I'll continue to monitor the situation but no specific fixes are possible at this time.

FYI, if you run electrs, I believe you can configure that server to offer responses for larger-history addresses (using the --txid-limit setting). That's something you may consider investigating.