- Returns our currently suggested fees for new transactions.
-
+
Returns our currently suggested fees for new transactions.
@@ -564,9 +562,7 @@
Description
-
- Returns the ancestors and the best descendant fees for a transaction.
-
+
Returns the ancestors and the best descendant fees for a transaction.
@@ -607,9 +603,7 @@
Description
-
- Get the full list of txids in the mempool as an array. The order of the txids is arbitrary and does not match bitcoind.
-
+
Get the full list of txids in the mempool as an array. The order of the txids is arbitrary and does not match bitcoind.
diff --git a/frontend/src/locale/messages.xlf b/frontend/src/locale/messages.xlf
index 62a5ec3e3..8c92d0840 100644
--- a/frontend/src/locale/messages.xlf
+++ b/frontend/src/locale/messages.xlf
@@ -743,11 +743,11 @@
src/app/components/about/about.component.html
- 282,288
+ 198,202src/app/components/api-docs/api-docs.component.html
- 841,845
+ 835,839src/app/dashboard/dashboard.component.html
@@ -1259,7 +1259,7 @@
The Mempool Open Source Projectsrc/app/components/about/about.component.html
- 13,16
+ 11,12about.about-the-project
@@ -1267,14 +1267,14 @@
An explorer and API developed and operated for the Bitcoin community, focusing on the emerging transaction fee market to help our transition into a multi-layer ecosystem, without ads, altcoins, or third-party trackers.src/app/components/about/about.component.html
- 16,20
+ 12,16Enterprise Sponsors 🚀src/app/components/about/about.component.html
- 47,50
+ 31,33about.sponsors.enterprise.withRocket
@@ -1282,7 +1282,7 @@
Community Sponsors ❤️src/app/components/about/about.component.html
- 73,76
+ 49,52about.sponsors.withHeart
@@ -1290,7 +1290,7 @@
Become a sponsor ❤️src/app/components/about/about.component.html
- 86,87
+ 61,62about.become-a-sponsor
@@ -1298,7 +1298,7 @@
Navigate to https://mempool.space/sponsor to sponsorsrc/app/components/about/about.component.html
- 87
+ 62src/app/components/sponsor/sponsor.component.html
@@ -1310,7 +1310,7 @@
Community Integrationssrc/app/components/about/about.component.html
- 92,95
+ 66,69about.integrations
@@ -1318,7 +1318,7 @@
Community Alliancessrc/app/components/about/about.component.html
- 202,205
+ 133,135about.alliances
@@ -1326,7 +1326,7 @@
Project Contributorssrc/app/components/about/about.component.html
- 220,222
+ 148,150about.contributors
@@ -1334,7 +1334,7 @@
Project Maintainerssrc/app/components/about/about.component.html
- 236,239
+ 162,164about.maintainers
@@ -1664,11 +1664,11 @@
API Docs tab for Feesapi-docs.tab.fees
-
- Returns our currently suggested fees for new transactions.
+
+ Returns our currently suggested fees for new transactions.src/app/components/api-docs/api-docs.component.html
- 532,535
+ 531,533API Docs for /api/v1/fees/recommendedapi-docs.fees.recommended
@@ -1677,16 +1677,16 @@
Returns current mempool as projected blocks. src/app/components/api-docs/api-docs.component.html
- 550,553
+ 548,551API Docs for /api/v1/fees/mempool-blocksapi-docs.fees.mempool-blocks
-
- Returns the ancestors and the best descendant fees for a transaction.
+
+ Returns the ancestors and the best descendant fees for a transaction.src/app/components/api-docs/api-docs.component.html
- 568,571
+ 565,567API Docs for /api/v1/fees/cpfpapi-docs.fees.cpfp
@@ -1695,7 +1695,7 @@
Mempoolsrc/app/components/api-docs/api-docs.component.html
- 579,581
+ 575,577API Docs tab for Mempoolapi-docs.tab.mempool
@@ -1704,16 +1704,16 @@
Returns current mempool backlog statistics.src/app/components/api-docs/api-docs.component.html
- 594,596
+ 590,592API Docs for /api/mempoolapi-docs.mempool.mempool
-
- Get the full list of txids in the mempool as an array. The order of the txids is arbitrary and does not match bitcoind.
+
+ Get the full list of txids in the mempool as an array. The order of the txids is arbitrary and does not match bitcoind.src/app/components/api-docs/api-docs.component.html
- 611,615
+ 606,609API Docs for /api/mempool/txidsapi-docs.mempool.txids
@@ -1722,7 +1722,7 @@
Get a list of the last 10 transactions to enter the mempool. Each transaction object contains simplified overview data, with the following fields: txid, fee, vsize, and value.src/app/components/api-docs/api-docs.component.html
- 630,631
+ 624,625API Docs for /api/mempool/recentapi-docs.mempool.recent
@@ -1731,7 +1731,7 @@
Transactionssrc/app/components/api-docs/api-docs.component.html
- 641,644
+ 635,638API Docs tab for Transactionsapi-docs.tab.transactions
@@ -1740,70 +1740,70 @@
Returns details about a transaction. Available fields: txid, version, locktime, size, weight, fee, vin, vout, and status.src/app/components/api-docs/api-docs.component.html
- 655,656
+ 649,650Returns a transaction serialized as hex.src/app/components/api-docs/api-docs.component.html
- 674,677
+ 668,671Returns a merkle inclusion proof for the transaction using bitcoind's merkleblock format.src/app/components/api-docs/api-docs.component.html
- 692,693
+ 686,687Returns a merkle inclusion proof for the transaction using Electrum's blockchain.transaction.get_merkle format.src/app/components/api-docs/api-docs.component.html
- 712,713
+ 706,707Returns the spending status of a transaction output. Available fields: spent (boolean), txid (optional), vin (optional), and status (optional, the status of the spending tx).src/app/components/api-docs/api-docs.component.html
- 731,732
+ 725,726Returns the spending status of all transaction outputs.src/app/components/api-docs/api-docs.component.html
- 750,753
+ 744,747Returns a transaction as binary data.src/app/components/api-docs/api-docs.component.html
- 769,772
+ 763,766Returns the confirmation status of a transaction. Available fields: confirmed (boolean), block_height (optional), and block_hash (optional).src/app/components/api-docs/api-docs.component.html
- 788,789
+ 782,783Broadcast a raw transaction to the network. The transaction should be provided as hex in the request body. The txid will be returned on success.src/app/components/api-docs/api-docs.component.html
- 808,809
+ 802,803Websocketsrc/app/components/api-docs/api-docs.component.html
- 818,822
+ 812,816API Docs tab for Websocketapi-docs.tab.websocket
@@ -1812,7 +1812,7 @@
Default push: action: 'want', data: ['blocks', ...] to express what you want pushed. Available: blocks, mempool-blocks, live-2h-chart, and stats.Push transactions related to address: 'track-address': '3PbJ...bF9B' to receive all new transactions containing that address as input or output. Returns an array of transactions. address-transactions for new mempool transactions, and block-transactions for new block confirmed transactions.src/app/components/api-docs/api-docs.component.html
- 827,828
+ 821,822api-docs.websocket.websocket
@@ -2554,7 +2554,7 @@
Waiting for transaction... src/app/components/sponsor/sponsor.component.html
- 145
+ 137about.sponsor.waiting-for-transaction
@@ -2562,7 +2562,7 @@
Donation confirmed!src/app/components/sponsor/sponsor.component.html
- 150
+ 142about.sponsor.donation-confirmed
@@ -2570,7 +2570,7 @@
Thank you!src/app/components/sponsor/sponsor.component.html
- 150
+ 142about.sponsor.thank-you