explorer icon indicating copy to clipboard operation
explorer copied to clipboard

An open source block explorer

Results 84 explorer issues
Sort by recently updated
recently updated
newest added

``` Error: { Error: no auth mechanism defined at Auth.onRequest (/home/spero/explorer/node_modules/request/lib/auth.js:132:32) at Request.auth (/home/spero/explorer/node_modules/request/request.js:1347:14) at Request.init (/home/spero/explorer/node_modules/request/request.js:378:10) at new Request (/home/spero/explorer/node_modules/request/request.js:127:8) at request (/home/spero/explorer/node_modules/request/index.js:53:10) at /home/spero/explorer/node_modules/request/index.js:61:12 at Object.apply (/home/spero/explorer/node_modules/@uphold/request-logger/src/index.js:27:19) at...

Error Handling

The explorer is displaying tx with 0 value and/or txs with no recipients Any chance this can be changed so that the explorer only displays transactions that have recipients &/or...

When running `sudo node scripts/peers.js` I get `Saved peers missing ports or country, dropping peers. Re-reun this script afterwards.` Other explorers do not have this issues.

Hi ✌ Me again 😊 This time managed to create a https://freiexchange.com market view. Working Explorers: https://explorer.diminutivecoin.com/markets/freiexchange http://explorer.infiniloop.io/markets/freiexchange Have a look. Merge if you wish to do so 😸

something is odd in the explorer https://explorer.myce.world/address/MShXyVpY3GwcVgKsjdsnLHiQeHvBgDWHJG I have recent transaction: 55d9e6fe95b29de26b2e77b00da0448436c630e9a3e413a891e387a73118228f (https://explorer.myce.world/tx/55d9e6fe95b29de26b2e77b00da0448436c630e9a3e413a891e387a73118228f) On the wallet page it says I've got 20 coins with that transaction, but when I use...

I have edited settings.json to add crex as markets but running `node scripts/sync.js market` it says `error: entry for crex does not exists in markets db.` ------------------------ settings.json looks like...

Hello can anyone help with this : Error solving and point me in the right direction please any help appreciated { Error: Method not found at /root/explorer/node_modules/bitcoin/lib/jsonrpc.js:99:19 at Array.forEach ()...

Trying to make this working on a ubuntu 18.04, also tested on 20.04 and 16.04, and also tryed on mongo 3.2, 3.6 and 4.2 with node 8, 10 and 12....

Is it possible to implement or develop an API in the explorer - exactly like in https://github.com/owstack/btc-explorer-api with the same queries and query format? PS, unfortunately, all projects there are...

Just spotted an 'issue' in the `README.md`: ~~`node --v8-options | grep -B0 -A1 stack_size`~~ should be `node --v8-options | grep -B0 -A1 stack-size`