You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove links to dashboard
It appears that the dashboard is defunct, so for now it probably makes
sense to remove the links to it.
* Additional dashboard link removals
---------
Copy file name to clipboardexpand all lines: _posts/en/2018-09-04-dashboard-announcement.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ excerpt: >
16
16
{:.post-meta}
17
17
*by [Marcin Jachymiak](https://github.com/marcinja)<br>Intern at Bitcoin Optech*
18
18
19
+
**Note: As of February 2025, the Bitcoin Optech Dashboard has been retired and
20
+
is no longer accessible.**
21
+
19
22
This summer I was an intern for [Bitcoin Optech](/), working on a Bitcoin metrics dashboard. In this post I'll be describing the purpose of the dashboard and how it was implemented.
20
23
21
24
The goal of the Optech dashboard is to show a variety of metrics of how effectively blockspace is being used. Important metrics are those that show activity like:
@@ -24,9 +27,6 @@ The goal of the Optech dashboard is to show a variety of metrics of how effectiv
24
27
- dust creation: creation of UTXOs that cost more to spend than they have value, at different fee-rates
25
28
- SegWit adoption: creation of and spending from SegWit outputs
26
29
27
-
28
-
The dashboard is live and is showing these stats and more at [dashboard.bitcoinops.org](https://dashboard.bitcoinops.org).
29
-
30
30
The dataset used for the dashboard is also saved as a directory of JSON files, updated nightly. You can download the zipped dataset from our [S3 bucket](http://dashboard.dataset.s3.us-east-2.amazonaws.com/backups/bitcoinops-dataset.tar.gz). If you just want the JSON file for a specific block, you can get it at: `http://dashboard.dataset.s3.us-east-2.amazonaws.com/blocks/BLOCK_NUMBER.json` If you'd rather recreate the data using your own full node (it might take a few days), you can use the code with instructions at [github.com/bitcoinops/btc-dashboard](https://github.com/bitcoinops/btc-dashboard).
31
31
32
32
An [example JSON file with an explanation of added fields](https://github.com/bitcoinops/btc-dashboard/blob/master/STATS_TRACKED.md) is available in the same repository.
At this point I spent more time writing code to get information *out* of InfluxDB then on inserting it into Postgres. Once the switch to Postgres was done, the dashboard graphs came up much faster in Grafana.
120
120
121
121
## Results
122
-
You can use the Bitcoin Optech dashboard to see these stats as historical trends from the entire history of Bitcoin, and also from new blocks as they get confirmed. All of this is available live on our dashboard at [dashboard.bitcoinops.org](https://dashboard.bitcoinops.org)!
122
+
You can use the Bitcoin Optech dashboard to see these stats as historical trends from the entire history of Bitcoin, and also from new blocks as they get confirmed. All of this is available live on our dashboard!
0 commit comments