mempool icon indicating copy to clipboard operation
mempool copied to clipboard

Explore the full Bitcoin ecosystem with mempool.space, or self-host your own instance with one-click installation on popular Raspberry Pi fullnode distros including Umbrel, Raspiblitz, Start9, and mor...

Results 510 mempool issues
Sort by recently updated
recently updated
newest added

Example TX f0e3dba19e481b35ade7a67c82b25ccd49ab5389926d28b95a7b8c64b2dcd269 We only use single digits for fees on the block recommendations so this tooltip should show `~1 sat/vB` not `1.00 sat/vB`. At most it should be rounded...

UI/UX

the cause is src/logger.ts:75 ```ts private getNetwork(): string { if (config.LIGHTNING.ENABLED) { return 'lightning'; } if (config.BISQ.ENABLED) { return 'bisq'; } if (config.MEMPOOL.NETWORK && config.MEMPOOL.NETWORK !== 'mainnet') { return config.MEMPOOL.NETWORK;...

When the block page skeleton loader transition to the block page, the block details box jumps down a few pixels.

UI/UX

Running v2.5.0-dev [[63a22082](https://github.com/mempool/mempool/commit/63a22082)] The toggle buttons should be in line with the dropdowns to the right

UI/UX

Currently in the production setup, we route mempool -> nginx -> esplora using TCP sockets, however it would be nice to change this to UNIX sockets if possible. Obviously we...

ops

### Description The section https://github.com/mempool/mempool/blob/master/docker/README.md#configure-with-bitcoin-core-only should mention `rpcbind` and `rpcallowip` config in order to allow mempool docker, otherwise BitcoinCore **will reject all mempool RPC requests** from docker containers! ### Problem...

documentation

https://liquid.place/testnet/assets/asset/c3caa1507a6ca616b35d57067ec1faeb6c0c0f31b35daa844cac673e3d929a1a ![Screenshot from 2022-07-06 08-22-20](https://user-images.githubusercontent.com/100320/177586414-47577007-a616-4384-94a8-6e7aa9af1a1b.png)

bug
💧Liquid
UI/UX

For example, split `176.28.11.68:9760,nzslu33ecbokyn32teza2peiiiuye43ftom7jvnuhsxdbg3vhw7w3aqd.onion:9760` into two rows into a new `nodes_sockets` table, and tag their type (ipv4, ipv6, tor, and so on)

⚡Lightning

The table is insanely big and that's not gonna work for RPIs if they indexed all blocks

Unsure if that's an issue with lnd or our nodejs backend (or a combination of both with bad timings), but that's obviously incorrect. It happens when you go offline for...

⚡Lightning