yogh-io / bitcoin-transaction-explorer

Simple and pure block explorer you can run on top of a full node
http://yogh.io
MIT License
181 stars 38 forks source link

transactions don't load when viewing address on yogh.io #22

Closed jlopp closed 3 years ago

jlopp commented 5 years ago

Perhaps something is broken on the server? It just spins forever while trying to load transactions.

JornC commented 3 years ago

Hi @jlopp - the node over on yogh.io is no longer running an address index (a by-now deprecated fork of Core) and so the addresses won't work.

However, there's a new version of the explorer under development that, instead of a Core node, runs on an Electr+Core stack, which does support better indexing and addresses. A public-facing beta version of this explorer is available on https://beta.yogh.io and gets its data from the Blockstream Electr instance.

Example: https://beta.yogh.io/address/16NpRbuSJa7YbhnjA5pALtuJ13cPkcVjVo/

jlopp commented 3 years ago

cool, thanks