diff --git a/frontend/src/app/components/transaction/transaction-preview.component.ts b/frontend/src/app/components/transaction/transaction-preview.component.ts
index 72c969e1f..313442dbf 100644
--- a/frontend/src/app/components/transaction/transaction-preview.component.ts
+++ b/frontend/src/app/components/transaction/transaction-preview.component.ts
@@ -88,7 +88,9 @@ export class TransactionPreviewComponent implements OnInit, OnDestroy {
this.seoService.setTitle(
$localize`:@@bisq.transaction.browser-title:Transaction: ${this.txId}:INTERPOLATION:`
);
- this.seoService.setDescription($localize`:@@meta.description.bitcoin.transaction:Get real-time status, addresses, fees, script info, and more for ${this.stateService.network==='liquid'||this.stateService.network==='liquidtestnet'?'Liquid':'Bitcoin'}${seoDescriptionNetwork(this.stateService.network)} transaction with txid ${this.txId}.`);
+ const network = this.stateService.network === 'liquid' || this.stateService.network === 'liquidtestnet' ? 'Liquid' : 'Bitcoin';
+ const seoDescription = seoDescriptionNetwork(this.stateService.network);
+ this.seoService.setDescription($localize`:@@meta.description.bitcoin.transaction:Get real-time status, addresses, fees, script info, and more for ${network}${seoDescription} transaction with txid ${this.txId}.`);
this.resetTransaction();
return merge(
of(true),
diff --git a/frontend/src/app/components/transaction/transaction.component.ts b/frontend/src/app/components/transaction/transaction.component.ts
index 883a3fa7f..ace4ded37 100644
--- a/frontend/src/app/components/transaction/transaction.component.ts
+++ b/frontend/src/app/components/transaction/transaction.component.ts
@@ -313,7 +313,9 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy {
this.seoService.setTitle(
$localize`:@@bisq.transaction.browser-title:Transaction: ${this.txId}:INTERPOLATION:`
);
- this.seoService.setDescription($localize`:@@meta.description.bitcoin.transaction:Get real-time status, addresses, fees, script info, and more for ${this.stateService.network==='liquid'||this.stateService.network==='liquidtestnet'?'Liquid':'Bitcoin'}${seoDescriptionNetwork(this.stateService.network)} transaction with txid {txid}.`);
+ const network = this.stateService.network === 'liquid' || this.stateService.network === 'liquidtestnet' ? 'Liquid' : 'Bitcoin';
+ const seoDescription = seoDescriptionNetwork(this.stateService.network);
+ this.seoService.setDescription($localize`:@@meta.description.bitcoin.transaction:Get real-time status, addresses, fees, script info, and more for ${network}${seoDescription} transaction with txid ${this.txId}.`);
this.resetTransaction();
return merge(
of(true),
diff --git a/frontend/src/locale/messages.xlf b/frontend/src/locale/messages.xlf
index e4fa9090c..63d8ebec0 100644
--- a/frontend/src/locale/messages.xlf
+++ b/frontend/src/locale/messages.xlf
@@ -323,7 +323,7 @@
src/app/components/block/block.component.html
- 322
+ 326
src/app/components/blockchain-blocks/blockchain-blocks.component.html
@@ -347,7 +347,7 @@
src/app/components/block/block.component.html
- 323
+ 327
src/app/components/blockchain-blocks/blockchain-blocks.component.html
@@ -431,6 +431,10 @@
src/app/components/pool/pool.component.html
274
+
+ src/app/components/search-form/search-results/search-results.component.html
+ 15
+
src/app/components/transaction/transaction.component.html
53
@@ -532,11 +536,15 @@
src/app/components/block/block.component.html
- 414
+ 418
src/app/components/block/block.component.html
- 443
+ 447
+
+
+ src/app/components/block/block.component.html
+ 471
src/app/components/blocks-list/blocks-list.component.html
@@ -572,7 +580,7 @@
src/app/components/master-page/master-page.component.html
- 62
+ 66
src/app/components/pool-ranking/pool-ranking.component.html
@@ -740,6 +748,10 @@
src/app/bisq/bisq-main-dashboard/bisq-main-dashboard.component.html
101
+
+ src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html
+ 52
+
src/app/components/mining-dashboard/mining-dashboard.component.html
32
@@ -933,6 +945,10 @@
src/app/bisq/bisq-trades/bisq-trades.component.html
4
+
+ src/app/components/search-form/search-results/search-results.component.html
+ 9
+
Amount
@@ -994,7 +1010,7 @@
src/app/components/transaction/transaction.component.html
- 164
+ 168
src/app/components/transactions-list/transactions-list.component.html
@@ -1009,11 +1025,11 @@
src/app/components/block/block.component.html
- 264
+ 268
src/app/components/transaction/transaction.component.html
- 312
+ 320
transaction.version
@@ -1070,7 +1086,7 @@
src/app/components/transaction/transaction.component.html
- 141
+ 145
src/app/lightning/node/node.component.html
@@ -1109,11 +1125,11 @@
src/app/components/transaction/transaction.component.html
- 282
+ 286
src/app/components/transaction/transaction.component.html
- 434
+ 446
transaction.details
@@ -1129,11 +1145,11 @@
src/app/components/transaction/transaction.component.html
- 269
+ 273
src/app/components/transaction/transaction.component.html
- 405
+ 417
Transaction inputs and outputs
transaction.inputs-and-outputs
@@ -1150,7 +1166,7 @@
src/app/components/transaction/transaction.component.ts
- 291
+ 314
@@ -1173,9 +1189,13 @@
src/app/bisq/bisq-transactions/bisq-transactions.component.html
18
+
+ src/app/components/acceleration/accelerations-list/accelerations-list.component.html
+ 10
+
src/app/components/transaction/transaction.component.html
- 165
+ 169
src/app/dashboard/dashboard.component.html
@@ -1344,6 +1364,22 @@
100
+
+ Become a Community Sponsor
+
+ src/app/components/about/about-sponsors.component.html
+ 4
+
+ about.community-sponsor-button
+
+
+ Become an Enterprise Sponsor
+
+ src/app/components/about/about-sponsors.component.html
+ 11
+
+ about.enterprise-sponsor-button
+
The Mempool Open Source Project
@@ -1359,27 +1395,11 @@
14
-
- Become a Community Sponsor
-
- src/app/components/about/about.component.html
- 39
-
- about.community-sponsor-button
-
-
- Become an Enterprise Sponsor
-
- src/app/components/about/about.component.html
- 46
-
- about.enterprise-sponsor-button
-
Enterprise Sponsors 🚀
src/app/components/about/about.component.html
- 55
+ 40
about.sponsors.enterprise.withRocket
@@ -1387,7 +1407,7 @@
Whale Sponsors
src/app/components/about/about.component.html
- 202
+ 187
about.sponsors.withHeart
@@ -1395,7 +1415,7 @@
Chad Sponsors
src/app/components/about/about.component.html
- 215
+ 200
about.sponsors.withHeart
@@ -1403,7 +1423,7 @@
OG Sponsors ❤️
src/app/components/about/about.component.html
- 228
+ 213
about.sponsors.withHeart
@@ -1411,7 +1431,7 @@
Community Integrations
src/app/components/about/about.component.html
- 239
+ 224
about.community-integrations
@@ -1419,7 +1439,7 @@
Community Alliances
src/app/components/about/about.component.html
- 353
+ 338
about.alliances
@@ -1427,7 +1447,7 @@
Project Translators
src/app/components/about/about.component.html
- 369
+ 354
about.translators
@@ -1435,7 +1455,7 @@
Project Contributors
src/app/components/about/about.component.html
- 383
+ 368
about.contributors
@@ -1443,7 +1463,7 @@
Project Members
src/app/components/about/about.component.html
- 395
+ 380
about.project_members
@@ -1451,7 +1471,7 @@
Project Maintainers
src/app/components/about/about.component.html
- 408
+ 393
about.maintainers
@@ -1459,7 +1479,7 @@
About
src/app/components/about/about.component.ts
- 45
+ 47
src/app/components/bisq-master-page/bisq-master-page.component.html
@@ -1471,14 +1491,14 @@
src/app/components/master-page/master-page.component.html
- 71
+ 75
Learn more about The Mempool Open Source Project®: enterprise sponsors, individual sponsors, integrations, who contributes, FOSS licensing, and more.
src/app/components/about/about.component.ts
- 46
+ 48
@@ -1487,6 +1507,14 @@
src/app/components/accelerate-preview/accelerate-fee-graph.component.html
15
+
+ src/app/components/acceleration/accelerations-list/accelerations-list.component.html
+ 34
+
+
+ src/app/components/acceleration/accelerations-list/accelerations-list.component.html
+ 42
+
src/app/components/block-overview-tooltip/block-overview-tooltip.component.html
23
@@ -1501,7 +1529,7 @@
src/app/components/transaction/transaction.component.html
- 503
+ 515
src/app/components/transactions-list/transactions-list.component.html
@@ -1514,35 +1542,35 @@
sats
src/app/components/accelerate-preview/accelerate-preview.component.html
- 54
+ 59
src/app/components/accelerate-preview/accelerate-preview.component.html
- 79
+ 84
src/app/components/accelerate-preview/accelerate-preview.component.html
- 113
+ 118
src/app/components/accelerate-preview/accelerate-preview.component.html
- 133
+ 138
src/app/components/accelerate-preview/accelerate-preview.component.html
- 145
+ 150
src/app/components/accelerate-preview/accelerate-preview.component.html
- 162
+ 167
src/app/components/accelerate-preview/accelerate-preview.component.html
- 185
+ 190
src/app/components/accelerate-preview/accelerate-preview.component.html
- 208
+ 213
src/app/components/calculator/calculator.component.html
@@ -1610,15 +1638,15 @@
sat/vB
src/app/components/accelerate-preview/accelerate-preview.component.html
- 103
+ 108
src/app/components/accelerate-preview/accelerate-preview.component.html
- 168
+ 173
src/app/components/accelerate-preview/accelerate-preview.component.html
- 193
+ 198
src/app/shared/components/fee-rate/fee-rate.component.html
@@ -1627,6 +1655,391 @@
sat/vB
shared.sat-vbyte
+
+ Acceleration Fees
+
+ src/app/components/acceleration/acceleration-fees-graph/acceleration-fees-graph.component.html
+ 6
+
+ accelerator.acceleration-fees
+
+
+ Total Bid Boost
+
+ src/app/components/acceleration/acceleration-fees-graph/acceleration-fees-graph.component.html
+ 32
+
+
+ src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html
+ 11
+
+
+ src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html
+ 39
+
+ acceleration.total-bid-boost
+
+
+ Acceleration Fees
+
+ src/app/components/acceleration/acceleration-fees-graph/acceleration-fees-graph.component.ts
+ 69
+
+
+ src/app/components/block-fees-graph/block-fees-graph.component.html
+ 6
+
+
+ src/app/components/block-fees-graph/block-fees-graph.component.ts
+ 67
+
+
+ src/app/components/graphs/graphs.component.html
+ 19
+
+
+
+ At block:
+
+ src/app/components/acceleration/acceleration-fees-graph/acceleration-fees-graph.component.ts
+ 211
+
+
+ src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.ts
+ 255
+
+
+ src/app/components/block-health-graph/block-health-graph.component.ts
+ 143
+
+
+ src/app/components/block-sizes-weights-graph/block-sizes-weights-graph.component.ts
+ 166
+
+
+
+ Around block:
+
+ src/app/components/acceleration/acceleration-fees-graph/acceleration-fees-graph.component.ts
+ 213
+
+
+ src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.ts
+ 257
+
+
+ src/app/components/block-health-graph/block-health-graph.component.ts
+ 145
+
+
+ src/app/components/block-sizes-weights-graph/block-sizes-weights-graph.component.ts
+ 168
+
+
+
+ Requests
+
+ src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html
+ 4
+
+
+ src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html
+ 32
+
+
+ src/app/components/acceleration/pending-stats/pending-stats.component.html
+ 4
+
+
+ src/app/components/acceleration/pending-stats/pending-stats.component.html
+ 32
+
+ accelerator.requests
+
+
+ accelerated
+
+ src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html
+ 7
+
+ accelerator.total-accelerated
+
+
+ BTC
+
+ src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html
+ 13
+
+
+ src/app/components/acceleration/pending-stats/pending-stats.component.html
+ 13
+
+ BTC
+ shared.btc
+
+
+ Success rate
+
+ src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html
+ 20
+
+
+ src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html
+ 46
+
+ accelerator.success-rate
+
+
+ mined
+
+ src/app/components/acceleration/acceleration-stats/acceleration-stats.component.html
+ 23
+
+ accelerator.mined-next-block
+
+
+ Accelerations
+
+ src/app/components/acceleration/accelerations-list/accelerations-list.component.html
+ 2
+
+ master-page.blocks
+
+
+ Fee Rate
+
+ src/app/components/acceleration/accelerations-list/accelerations-list.component.html
+ 12
+
+ Transaction fee
+ transaction.fee
+
+
+ Acceleration Bid
+
+ src/app/components/acceleration/accelerations-list/accelerations-list.component.html
+ 13
+
+ Transaction fee
+ transaction.fee
+
+
+ Requested
+
+ src/app/components/acceleration/accelerations-list/accelerations-list.component.html
+ 14
+
+ accelerator.block
+
+
+ Bid Boost
+
+ src/app/components/acceleration/accelerations-list/accelerations-list.component.html
+ 17
+
+ Bid Boost
+ transaction.bid-boost
+
+
+ Block
+
+ src/app/components/acceleration/accelerations-list/accelerations-list.component.html
+ 18
+
+
+ src/app/components/block/block-preview.component.html
+ 3
+
+
+ src/app/components/block/block.component.html
+ 9
+
+ accelerator.block
+
+
+ Status
+
+ src/app/components/acceleration/accelerations-list/accelerations-list.component.html
+ 19
+
+
+ src/app/components/rbf-timeline/rbf-timeline-tooltip.component.html
+ 33
+
+
+ src/app/dashboard/dashboard.component.html
+ 88
+
+
+ src/app/lightning/channels-list/channels-list.component.html
+ 40
+
+ Transaction Status
+ transaction.status
+
+
+ Pending
+
+ src/app/components/acceleration/accelerations-list/accelerations-list.component.html
+ 51
+
+ accelerator.pending
+
+
+ Mined
+
+ src/app/components/acceleration/accelerations-list/accelerations-list.component.html
+ 52
+
+
+ src/app/components/pool/pool.component.html
+ 213
+
+
+ src/app/components/pool/pool.component.html
+ 275
+
+
+ src/app/components/rbf-list/rbf-list.component.html
+ 23
+
+
+ src/app/components/rbf-timeline/rbf-timeline-tooltip.component.html
+ 38
+
+
+ src/app/dashboard/dashboard.component.html
+ 100
+
+
+ src/app/dashboard/dashboard.component.html
+ 120
+
+ transaction.rbf.mined
+
+
+ Canceled
+
+ src/app/components/acceleration/accelerations-list/accelerations-list.component.html
+ 53
+
+ accelerator.canceled
+
+
+ There are no active accelerations
+
+ src/app/components/acceleration/accelerations-list/accelerations-list.component.html
+ 86
+
+ accelerations.no-accelerations
+
+
+ There are no recent accelerations
+
+ src/app/components/acceleration/accelerations-list/accelerations-list.component.html
+ 87
+
+ accelerations.no-accelerations
+
+
+ Active accelerations
+
+ src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html
+ 10
+
+ accelerator.pending-accelerations
+
+
+ Acceleration stats
+
+ src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html
+ 24
+
+ accelerator.acceleration-stats
+
+
+ (1 month)
+
+ src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html
+ 25
+
+ mining.144-blocks
+
+
+ Active Accelerations
+
+ src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html
+ 72
+
+ dashboard.recent-accelerations
+
+
+ Recent Accelerations
+
+ src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.html
+ 84
+
+ dashboard.recent-accelerations
+
+
+ Accelerator Dashboard
+
+ src/app/components/acceleration/accelerator-dashboard/accelerator-dashboard.component.ts
+ 39
+
+
+ src/app/components/master-page/master-page.component.html
+ 59
+
+
+ src/app/components/mining-dashboard/mining-dashboard.component.ts
+ 20
+
+
+ src/app/shared/components/global-footer/global-footer.component.html
+ 42
+
+
+
+ pending
+
+ src/app/components/acceleration/pending-stats/pending-stats.component.html
+ 7
+
+ accelerator.total-pending
+
+
+ Avg Max Bid
+
+ src/app/components/acceleration/pending-stats/pending-stats.component.html
+ 11
+
+
+ src/app/components/acceleration/pending-stats/pending-stats.component.html
+ 39
+
+ accelerator.average-max-bid
+
+
+ Total vsize
+
+ src/app/components/acceleration/pending-stats/pending-stats.component.html
+ 20
+
+
+ src/app/components/acceleration/pending-stats/pending-stats.component.html
+ 46
+
+ accelerator.total-vsize
+
+
+ of next block
+
+ src/app/components/acceleration/pending-stats/pending-stats.component.html
+ 23
+
+ accelerator.percent-of-next-block
+
Multisig of
@@ -2079,7 +2492,7 @@
src/app/components/master-page/master-page.component.html
- 52
+ 53
master-page.dashboard
@@ -2111,7 +2524,7 @@
src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.ts
- 66
+ 72
src/app/components/graphs/graphs.component.html
@@ -2119,59 +2532,37 @@
mining.block-fee-rates
+
+ Avg Block Fee (24h)
+
+ src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.html
+ 51
+
+
+ src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.html
+ 76
+
+ mining.avg-block-fee-24h
+
+
+ Avg Block Fee (1m)
+
+ src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.html
+ 57
+
+
+ src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.html
+ 84
+
+ mining.avg-block-fee-1m
+
See Bitcoin feerates visualized over time, including minimum and maximum feerates per block along with feerates at various percentiles.
src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.ts
- 67
+ 73
-
- At block:
-
- src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.ts
- 194
-
-
- src/app/components/block-health-graph/block-health-graph.component.ts
- 143
-
-
- src/app/components/block-sizes-weights-graph/block-sizes-weights-graph.component.ts
- 166
-
-
-
- Around block:
-
- src/app/components/block-fee-rates-graph/block-fee-rates-graph.component.ts
- 196
-
-
- src/app/components/block-health-graph/block-health-graph.component.ts
- 145
-
-
- src/app/components/block-sizes-weights-graph/block-sizes-weights-graph.component.ts
- 168
-
-
-
- Block Fees
-
- src/app/components/block-fees-graph/block-fees-graph.component.html
- 6
-
-
- src/app/components/block-fees-graph/block-fees-graph.component.ts
- 67
-
-
- src/app/components/graphs/graphs.component.html
- 19
-
- mining.block-fees
-
See the average mining fees earned per Bitcoin block visualized in BTC and USD over time.
@@ -2209,10 +2600,22 @@
src/app/components/pool/pool-preview.component.ts
120
+
+
+ select filter categories to highlight matching transactions
- src/app/components/pool/pool.component.ts
- 124
+ src/app/components/block-filters/block-filters.component.html
+ 2
+ Mempool Goggles tooltip
+
+
+ beta
+
+ src/app/components/block-filters/block-filters.component.html
+ 3
+
+ beta
Block Health
@@ -2294,7 +2697,7 @@
src/app/components/transaction/transaction.component.html
- 502
+ 514
src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html
@@ -2315,11 +2718,11 @@
src/app/components/transaction/transaction.component.html
- 168
+ 172
src/app/components/transaction/transaction.component.html
- 506
+ 518
src/app/lightning/channel/channel-box/channel-box.component.html
@@ -2344,7 +2747,7 @@
src/app/components/transaction/transaction.component.html
- 517
+ 529
Effective transaction fee rate
transaction.effective-fee-rate
@@ -2370,11 +2773,11 @@
src/app/components/transaction/transaction.component.html
- 166
+ 170
src/app/components/transaction/transaction.component.html
- 294
+ 298
Transaction Virtual Size
transaction.vsize
@@ -2391,7 +2794,7 @@
src/app/components/transaction/transaction.component.html
- 167
+ 171
Transaction Weight
transaction.weight
@@ -2478,6 +2881,14 @@
src/app/components/block-overview-tooltip/block-overview-tooltip.component.html
58
+
+ src/app/components/block-overview-tooltip/block-overview-tooltip.component.html
+ 63
+
+
+ src/app/components/transaction/transaction.component.html
+ 539
+
transaction.audit.accelerated
@@ -2566,7 +2977,7 @@
src/app/components/transaction/transaction.component.html
- 290
+ 294
src/app/dashboard/dashboard.component.html
@@ -2593,15 +3004,19 @@
src/app/components/block/block.component.html
- 410
+ 414
src/app/components/block/block.component.html
- 434
+ 438
+
+
+ src/app/components/block/block.component.html
+ 467
src/app/components/transaction/transaction.component.html
- 302
+ 310
@@ -2660,18 +3075,6 @@
269
-
- Block
-
- src/app/components/block/block-preview.component.html
- 3
-
-
- src/app/components/block/block.component.html
- 9
-
- shared.block-title
-
Median fee
@@ -2704,11 +3107,15 @@
src/app/components/block/block.component.html
- 404
+ 408
src/app/components/block/block.component.html
- 425
+ 429
+
+
+ src/app/components/block/block.component.html
+ 463
src/app/components/mempool-block/mempool-block.component.html
@@ -2750,7 +3157,7 @@
src/app/components/mempool-block/mempool-block.component.ts
- 81
+ 84
Next Block
@@ -2904,18 +3311,6 @@
block.expected
-
- beta
-
- src/app/components/block/block.component.html
- 222
-
-
- src/app/components/block/block.component.html
- 228
-
- beta
-
Actual
@@ -2936,7 +3331,7 @@
Actual Block
src/app/components/block/block.component.html
- 240
+ 242
block.actual-block
@@ -2944,7 +3339,7 @@
Taproot
src/app/components/block/block.component.html
- 265
+ 269
src/app/components/tx-features/tx-features.component.html
@@ -2973,7 +3368,7 @@
Bits
src/app/components/block/block.component.html
- 268
+ 272
block.bits
@@ -2981,7 +3376,7 @@
Merkle root
src/app/components/block/block.component.html
- 272
+ 276
block.merkle-root
@@ -2989,7 +3384,7 @@
Difficulty
src/app/components/block/block.component.html
- 283
+ 287
src/app/components/difficulty-adjustments-table/difficulty-adjustments-table.component.html
@@ -3005,11 +3400,11 @@
src/app/components/hashrate-chart/hashrate-chart.component.ts
- 310
+ 304
src/app/components/hashrate-chart/hashrate-chart.component.ts
- 397
+ 391
block.difficulty
@@ -3017,7 +3412,7 @@
Nonce
src/app/components/block/block.component.html
- 287
+ 291
block.nonce
@@ -3025,7 +3420,7 @@
Block Header Hex
src/app/components/block/block.component.html
- 291
+ 295
block.header
@@ -3033,7 +3428,7 @@
Audit
src/app/components/block/block.component.html
- 309
+ 313
Toggle Audit
block.toggle-audit
@@ -3042,11 +3437,11 @@
Details
src/app/components/block/block.component.html
- 316
+ 320
src/app/components/transaction/transaction.component.html
- 274
+ 278
src/app/lightning/channel/channel.component.html
@@ -3075,11 +3470,11 @@
Error loading data.
src/app/components/block/block.component.html
- 335
+ 339
src/app/components/block/block.component.html
- 374
+ 378
src/app/lightning/channel/channel-preview.component.html
@@ -3099,7 +3494,7 @@
Why is this block empty?
src/app/components/block/block.component.html
- 396
+ 400
block.empty-block-explanation
@@ -3199,7 +3594,7 @@
src/app/dashboard/dashboard.component.html
- 232
+ 254
dashboard.txs
@@ -3267,7 +3662,7 @@
src/app/dashboard/dashboard.component.html
- 236
+ 258
Memory usage
dashboard.memory-usage
@@ -3284,7 +3679,7 @@
src/app/dashboard/dashboard.component.html
- 230
+ 252
Unconfirmed count
dashboard.unconfirmed
@@ -3595,7 +3990,7 @@
src/app/dashboard/dashboard.component.html
- 262
+ 284
dashboard.backend-is-synchronizing
@@ -3607,7 +4002,7 @@
src/app/dashboard/dashboard.component.html
- 267
+ 289
vB/s
shared.vbytes-per-second
@@ -3620,7 +4015,7 @@
src/app/dashboard/dashboard.component.html
- 268
+ 290
WU/s
shared.weight-per-second
@@ -3790,11 +4185,11 @@
src/app/components/hashrate-chart/hashrate-chart.component.ts
- 299
+ 293
src/app/components/hashrate-chart/hashrate-chart.component.ts
- 385
+ 379
src/app/components/pool-ranking/pool-ranking.component.html
@@ -3829,11 +4224,11 @@
Hashrate (MA)
src/app/components/hashrate-chart/hashrate-chart.component.ts
- 318
+ 312
src/app/components/hashrate-chart/hashrate-chart.component.ts
- 408
+ 402
@@ -3865,7 +4260,7 @@
src/app/components/master-page/master-page.component.html
- 65
+ 69
src/app/components/statistics/statistics.component.ts
@@ -3873,27 +4268,19 @@
master-page.graphs
-
- Mining Dashboard
+
+ Acceleration Dashboard
src/app/components/master-page/master-page.component.html
- 55
+ 56
-
- src/app/components/mining-dashboard/mining-dashboard.component.ts
- 20
-
-
- src/app/shared/components/global-footer/global-footer.component.html
- 42
-
- mining.mining-dashboard
+ master-page.acceleration-dashboard
Lightning Explorer
src/app/components/master-page/master-page.component.html
- 58
+ 62
src/app/lightning/lightning-dashboard/lightning-dashboard.component.ts
@@ -3909,7 +4296,7 @@
Documentation
src/app/components/master-page/master-page.component.html
- 68
+ 72
src/app/docs/docs/docs.component.html
@@ -3921,21 +4308,21 @@
See stats for transactions in the mempool: fee range, aggregate size, and more. Mempool blocks are updated in real-time as the network receives new transactions.
src/app/components/mempool-block/mempool-block.component.ts
- 58
+ 59
Stack of mempool blocks
src/app/components/mempool-block/mempool-block.component.ts
- 83
+ 86
Mempool block
src/app/components/mempool-block/mempool-block.component.ts
- 85
+ 88
@@ -4291,6 +4678,10 @@
src/app/components/pool/pool.component.html
68
+
+ src/app/components/rbf-timeline/rbf-timeline.component.html
+ 57
+
src/app/components/transactions-list/transactions-list.component.html
129
@@ -4373,34 +4764,6 @@
1w
-
- Mined
-
- src/app/components/pool/pool.component.html
- 213
-
-
- src/app/components/pool/pool.component.html
- 275
-
-
- src/app/components/rbf-list/rbf-list.component.html
- 23
-
-
- src/app/components/rbf-timeline/rbf-timeline-tooltip.component.html
- 38
-
-
- src/app/dashboard/dashboard.component.html
- 100
-
-
- src/app/dashboard/dashboard.component.html
- 120
-
- latest-blocks.mined
-
Coinbase tag
@@ -4413,6 +4776,13 @@
latest-blocks.coinbasetag
+
+ Not enough data yet
+
+ src/app/components/pool/pool.component.ts
+ 124
+
+
Broadcast Transaction
@@ -4438,7 +4808,7 @@
src/app/components/transaction/transaction.component.html
- 324
+ 336
transaction.hex
@@ -4507,7 +4877,7 @@
src/app/components/transaction/transaction.component.html
- 108
+ 112
src/app/lightning/node/node.component.html
@@ -4536,23 +4906,6 @@
Transaction first seen
transaction.first-seen
-
- Status
-
- src/app/components/rbf-timeline/rbf-timeline-tooltip.component.html
- 33
-
-
- src/app/dashboard/dashboard.component.html
- 88
-
-
- src/app/lightning/channels-list/channels-list.component.html
- 40
-
- Transaction Status
- transaction.status
-
RBF
@@ -4583,6 +4936,34 @@
RBF
tx-features.tag.rbf
+
+ Show less
+
+ src/app/components/rbf-timeline/rbf-timeline.component.html
+ 61
+
+
+ src/app/components/transaction/transaction.component.html
+ 257
+
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 130
+
+ show-less
+
+
+ remaining
+
+ src/app/components/rbf-timeline/rbf-timeline.component.html
+ 86
+
+
+ src/app/components/transactions-list/transactions-list.component.html
+ 343
+
+ x-remaining
+
Miners Reward
@@ -4693,7 +5074,7 @@
Bitcoin Transaction
src/app/components/search-form/search-results/search-results.component.html
- 9
+ 21
search.bitcoin-transaction
@@ -4701,7 +5082,7 @@
Bitcoin Address
src/app/components/search-form/search-results/search-results.component.html
- 15
+ 27
search.bitcoin-address
@@ -4709,15 +5090,23 @@
Bitcoin Block
src/app/components/search-form/search-results/search-results.component.html
- 21
+ 33
search.bitcoin-block
+
+ Other Network Address
+
+ src/app/components/search-form/search-results/search-results.component.html
+ 39
+
+ search.other-networks
+
Bitcoin Addresses
src/app/components/search-form/search-results/search-results.component.html
- 27
+ 47
search.bitcoin-addresses
@@ -4725,7 +5114,7 @@
Lightning Nodes
src/app/components/search-form/search-results/search-results.component.html
- 35
+ 55
search.lightning-nodes
@@ -4733,7 +5122,7 @@
Lightning Channels
src/app/components/search-form/search-results/search-results.component.html
- 43
+ 63
search.lightning-channels
@@ -4741,7 +5130,7 @@
Go to ""
src/app/components/search-form/search-results/search-results.component.html
- 52
+ 72
search.go-to
@@ -5024,14 +5413,14 @@
transactions-list.coinbase
- Get real-time status, addresses, fees, script info, and more for transaction with txid .
+ Get real-time status, addresses, fees, script info, and more for transaction with txid .
src/app/components/transaction/transaction-preview.component.ts
- 91
+ 93
src/app/components/transaction/transaction.component.ts
- 293
+ 318
@@ -5043,11 +5432,19 @@
RBF replacement
transaction.rbf.replacement
+
+ Hide accelerator
+
+ src/app/components/transaction/transaction.component.html
+ 90
+
+ hide-accelerator
+
ETA
src/app/components/transaction/transaction.component.html
- 114
+ 118
Transaction ETA
transaction.eta
@@ -5056,7 +5453,7 @@
In several hours (or more)
src/app/components/transaction/transaction.component.html
- 122
+ 126
Transaction ETA in several hours or more
transaction.eta.in-several-hours
@@ -5065,11 +5462,11 @@
Accelerate
src/app/components/transaction/transaction.component.html
- 123
+ 127
src/app/components/transaction/transaction.component.html
- 133
+ 137
Accelerate button label
transaction.accelerate
@@ -5078,11 +5475,11 @@
Descendant
src/app/components/transaction/transaction.component.html
- 175
+ 179
src/app/components/transaction/transaction.component.html
- 187
+ 191
Descendant
transaction.descendant
@@ -5091,7 +5488,7 @@
Ancestor
src/app/components/transaction/transaction.component.html
- 199
+ 203
Transaction Ancestor
transaction.ancestor
@@ -5100,7 +5497,7 @@
RBF History
src/app/components/transaction/transaction.component.html
- 218
+ 222
RBF History
transaction.rbf-history
@@ -5109,11 +5506,11 @@
Flow
src/app/components/transaction/transaction.component.html
- 227
+ 231
src/app/components/transaction/transaction.component.html
- 374
+ 386
Transaction flow
transaction.flow
@@ -5122,7 +5519,7 @@
Hide diagram
src/app/components/transaction/transaction.component.html
- 230
+ 234
hide-diagram
@@ -5130,7 +5527,7 @@
Show more
src/app/components/transaction/transaction.component.html
- 251
+ 255
src/app/components/transactions-list/transactions-list.component.html
@@ -5142,31 +5539,19 @@
show-more
-
- Show less
-
- src/app/components/transaction/transaction.component.html
- 253
-
-
- src/app/components/transactions-list/transactions-list.component.html
- 130
-
- show-less
-
Show diagram
src/app/components/transaction/transaction.component.html
- 273
+ 277
show-diagram
-
- Adjusted vsize
+
+ Adjusted vsize
src/app/components/transaction/transaction.component.html
- 298
+ 302,306
Transaction Adjusted VSize
transaction.adjusted-vsize
@@ -5175,15 +5560,15 @@
Locktime
src/app/components/transaction/transaction.component.html
- 316
+ 324
transaction.locktime
-
- Sigops
+
+ Sigops
src/app/components/transaction/transaction.component.html
- 320
+ 328,332
Transaction Sigops
transaction.sigops
@@ -5192,7 +5577,7 @@
Transaction not found.
src/app/components/transaction/transaction.component.html
- 483
+ 495
transaction.error.transaction-not-found
@@ -5200,7 +5585,7 @@
Waiting for it to appear in the mempool...
src/app/components/transaction/transaction.component.html
- 484
+ 496
transaction.error.waiting-for-it-to-appear
@@ -5208,7 +5593,7 @@
Accelerated fee rate
src/app/components/transaction/transaction.component.html
- 516
+ 528
Accelerated transaction fee rate
transaction.accelerated-fee-rate
@@ -5337,14 +5722,6 @@
transactions-list.load-to-reveal-fee-info
-
- remaining
-
- src/app/components/transactions-list/transactions-list.component.html
- 343
-
- x-remaining
-
other inputs
@@ -5560,7 +5937,7 @@
Minimum fee
src/app/dashboard/dashboard.component.html
- 223
+ 245
Minimum mempool fee
dashboard.minimum-fee
@@ -5569,7 +5946,7 @@
Purging
src/app/dashboard/dashboard.component.html
- 224
+ 246
Purgin below fee
dashboard.purging
@@ -5578,7 +5955,7 @@
L-BTC in circulation
src/app/dashboard/dashboard.component.html
- 250
+ 272
dashboard.lbtc-pegs-in-circulation
@@ -5586,7 +5963,7 @@
Incoming Transactions
src/app/dashboard/dashboard.component.html
- 259
+ 281
dashboard.incoming-transactions
@@ -6600,7 +6977,7 @@
src/app/lightning/nodes-ranking/top-nodes-per-capacity/top-nodes-per-capacity.component.ts
- 33
+ 34
src/app/lightning/nodes-rankings-dashboard/nodes-rankings-dashboard.component.html
@@ -6620,7 +6997,7 @@
src/app/lightning/nodes-ranking/top-nodes-per-channels/top-nodes-per-channels.component.ts
- 37
+ 38
src/app/lightning/nodes-rankings-dashboard/nodes-rankings-dashboard.component.html
@@ -7263,14 +7640,14 @@
See Lightning nodes with the most BTC liquidity deployed along with high-level stats like number of open channels, location, node age, and more.
src/app/lightning/nodes-ranking/top-nodes-per-capacity/top-nodes-per-capacity.component.ts
- 34
+ 35
See Lightning nodes with the most channels open along with high-level stats like total node capacity, node age, and more.
src/app/lightning/nodes-ranking/top-nodes-per-channels/top-nodes-per-channels.component.ts
- 38
+ 39