|
@ -19,7 +19,7 @@ block content |
|
|
div(id="main-content", style="display: none;") |
|
|
div(id="main-content", style="display: none;") |
|
|
div.card.shadow-sm.mb-3 |
|
|
div.card.shadow-sm.mb-3 |
|
|
div.card-body.px-2.px-md-3 |
|
|
div.card-body.px-2.px-md-3 |
|
|
h3.h6 Summary |
|
|
h3.h6.mb-0 Summary |
|
|
hr |
|
|
hr |
|
|
|
|
|
|
|
|
table.table.details-table.mb-0 |
|
|
table.table.details-table.mb-0 |
|
@ -45,7 +45,7 @@ block content |
|
|
|
|
|
|
|
|
div.card.shadow-sm.mb-3 |
|
|
div.card.shadow-sm.mb-3 |
|
|
div.card-body.px-2.px-md-3 |
|
|
div.card-body.px-2.px-md-3 |
|
|
h3.h6 Transactions by fee rate |
|
|
h3.h6.mb-0 Transactions by fee rate |
|
|
hr |
|
|
hr |
|
|
|
|
|
|
|
|
canvas.mb-4(id="mempoolBarChart", height="100") |
|
|
canvas.mb-4(id="mempoolBarChart", height="100") |
|
@ -69,14 +69,14 @@ block content |
|
|
|
|
|
|
|
|
div.card.shadow-sm.mb-3 |
|
|
div.card.shadow-sm.mb-3 |
|
|
div.card-body.px-2.px-md-3 |
|
|
div.card-body.px-2.px-md-3 |
|
|
h3.h6 Transactions by size |
|
|
h3.h6.mb-0 Transactions by size |
|
|
hr |
|
|
hr |
|
|
|
|
|
|
|
|
canvas.mb-4(id="txSizesBarChart", height="100") |
|
|
canvas.mb-4(id="txSizesBarChart", height="100") |
|
|
|
|
|
|
|
|
div.card.shadow-sm.mb-3 |
|
|
div.card.shadow-sm.mb-3 |
|
|
div.card-body.px-2.px-md-3 |
|
|
div.card-body.px-2.px-md-3 |
|
|
h3.h6 Transactions by age |
|
|
h3.h6.mb-0 Transactions by age |
|
|
hr |
|
|
hr |
|
|
|
|
|
|
|
|
canvas.mb-4(id="txAgesBarChart", height="100") |
|
|
canvas.mb-4(id="txAgesBarChart", height="100") |
|
|