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

Currently we refresh our db once per hour, let's increase that. Regarding stats (network wide and node focused), we can compute them every time, and only insert a new row...

⚡Lightning

Store and visualize: The averages and distribution of a nodes incoming and outgoing fees.

⚡Lightning

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.30.5 to 5.30.7. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.30.7 5.30.7 (2022-07-18) Bug Fixes eslint-plugin: [no-inferrable] fix optional param to valid code (#5342) (98f6d5e) eslint-plugin: [no-unused-vars] highlight...

dependencies
cla-signed
javascript

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.30.5 to 5.30.7. Release notes Sourced from @​typescript-eslint/parser's releases. v5.30.7 5.30.7 (2022-07-18) Bug Fixes eslint-plugin: [no-inferrable] fix optional param to valid code (#5342) (98f6d5e) eslint-plugin: [no-unused-vars] highlight...

dependencies
cla-signed
javascript

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.30.5 to 5.30.7. Release notes Sourced from @​typescript-eslint/parser's releases. v5.30.7 5.30.7 (2022-07-18) Bug Fixes eslint-plugin: [no-inferrable] fix optional param to valid code (#5342) (98f6d5e) eslint-plugin: [no-unused-vars] highlight...

dependencies
cla-signed
javascript

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.30.5 to 5.30.7. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.30.7 5.30.7 (2022-07-18) Bug Fixes eslint-plugin: [no-inferrable] fix optional param to valid code (#5342) (98f6d5e) eslint-plugin: [no-unused-vars] highlight...

dependencies
cla-signed
javascript

### Description Currently the `/block/:hash/raw` route is only available in production environment (mempool.space), the route is not available in [bitcoin.routes.ts](https://github.com/mempool/mempool/blob/master/backend/src/api/bitcoin/bitcoin.routes.ts) and only for the `/api/` prefix (esplora backend) as all...

Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 13.3.10 to 13.3.11. Release notes Sourced from @​angular/language-service's releases. v13.3.11 13.3.11 (2022-05-31) Special Thanks Andrew Scott, Billy Lando, George Kalpakas, Ian Gregory, Matt Shaffer, Rune Andersen Hartvig,...

dependencies
cla-signed
javascript

There should be a dummy node placed somewhere (Antarctica? Somewhere in the ocean?) representing connections to tor nodes.

⚡Lightning

I installed the lastest version of mempool.js from npm. https://www.npmjs.com/package/@mempool/mempool.js Node.js version is v18.5.0 My code is.... ```ts import mempoolJS from '@mempool/mempool.js' const { bitcoin: { transactions } } =...