bch-rpc-explorer icon indicating copy to clipboard operation
bch-rpc-explorer copied to clipboard

Database-free, self-hosted Bitcoin Cash explorer, via RPC. Built with Node.js, express, bootstrap-v4.

Results 12 bch-rpc-explorer issues
Sort by recently updated
recently updated
newest added

"vout": [ { "value": 143, "n": 0, "scriptPubKey": { "asm": "OP_HASH160 6908f4b3c5450a359f76dca82349d9a6a0bf2b46 OP_EQUAL", "hex": "a9146908f4b3c5450a359f76dca82349d9a6a0bf2b4687", "reqSigs": 1, "type": "scripthash", "addresses": [ "bitcoincash:pp5s3a9nc4zs5dvlwmw2sg6fmxn2p0etgcnagyye93" ] } }, { "value": 1784.735792, "n": 1,...

Even with `BTCEXP_HIDE_IP=true` (default config), all the IP addresses of the node are visible on the "Node Status" JSON tab. This can be seen at https://explorer.electroncash.de/node-status for instance. Even though...

Some polish: ![Screenshot 2023-11-16 at 1 52 24 PM](https://github.com/sickpig/bch-rpc-explorer/assets/904007/a517fffa-c7f8-4ea2-856f-39456d8b26d1) ![Screenshot 2023-11-16 at 1 52 49 PM](https://github.com/sickpig/bch-rpc-explorer/assets/904007/75abb20e-890d-4a89-9912-02bc3ead938c) ![Screenshot 2023-11-16 at 1 56 17 PM](https://github.com/sickpig/bch-rpc-explorer/assets/904007/6fbf5c8c-26a2-4c9e-9de1-ba010ae685f8)

The UTXO state is our most important metric since it's the scaling bottleneck and also can be a surrogate for our number of holders count, however I haven't found a...

**Description** Maybe you should update from upstream? And get all the latest upstream improvements and features in your version as well. **Screenshots** 869 commits behind: ![image](https://user-images.githubusercontent.com/628926/202802748-52c6cb99-22a5-4ab2-8258-2bab02e1b098.png) Regards, Melroy van den...

bug

I'm missing spent and received amounts when looking-up a BCH address. You only see the balance. Would be nice to see the balance with the dollar value and separate spent...

https://github.com/request/request/issues/3142 in this MR which is a partial port from upstream we substituted `request` with `axios`

Like we do for flipstarter and voter.cash transactions, we can identify AnyHedge transactions. This is possible to parse from a transaction (quoting @rkalis from AnyHedge telegram): > Let me put...