Page MenuHomePhabricator

[explorer] Add a mempool page
ClosedPublic

Authored by Fabien on Dec 18 2025, 16:50.

Details

Reviewers
bytesofman
tobias_ruck
Group Reviewers
Restricted Project
Commits
rABCe89683fd6f8a: [explorer] Add a mempool page
Summary

Show the mempool transactions in the explorer.
Note that the finalization status is not added yet to the list view.
This will be done in a future diff (it applies to several places).

Test Plan

Run the preview and go to the mempool page.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Dec 18 2025, 16:50

i get a cherry pick error when i try to arc patch, prob related to a rebase somewhere, but preview looks good, general approach is good

This revision is now accepted and ready to land.Dec 18 2025, 18:43
tobias_ruck added a subscriber: tobias_ruck.
tobias_ruck added inline comments.
web/explorer/explorer-server/code/mempoolTxs.js
1 ↗(On Diff #57215)

no copyright? maybe we don't do it in the other files, but something to consider

web/explorer/explorer-server/src/server.rs
23 ↗(On Diff #57215)

move this import into the import block below

web/explorer/explorer-server/templates/pages/mempool.html
1 ↗(On Diff #57215)

same here; there should be a copyright imo

This revision now requires changes to proceed.Dec 18 2025, 19:07
web/explorer/explorer-server/src/server.rs
23 ↗(On Diff #57215)

blame the IDE...

web/explorer/explorer-server/templates/pages/mempool.html
1 ↗(On Diff #57215)

Yes we have none for these js not html files. I will add one in this diff and extend to other files in a follow up

Merge imports and add copyright headers

This revision is now accepted and ready to land.Dec 18 2025, 19:18
This revision was automatically updated to reflect the committed changes.