Skip to content
Back to Blog

Announcing Chia Dashboards

Share this article:
LinkedInCopy Link

Today, I’m excited to announce the public release of our Chia Dashboards. The site currently has 3 dashboards providing a glimpse into the blockchain and peer network. We’re building this network together – the primary goal of these dashboards is to provide an accurate and third-party verifiable accounting of the blockchain and its state. A secondary benefit is that we think data is beautiful and watching “number go up” is a fun pastime.

The initial dataset includes netspace, mempool cost, fees, mix of winning plot sizes, compact vs uncompact blocks, peer counts and countries, and version distribution, among other data.

The data is exported using chia-exporter, which establishes a websocket connection to the Chia RPC services, listens for metrics events, and then translates the data it receives into a prometheus http endpoint. With chia-exporter running, a prometheus instance is set up to scrape the data exposed by chia-exporter. A solution for long term storage of data (Thanos) and caching is stuck in the middle, and we finally get to the front end, which is a grafana instance, available in the pub-metrics-grafana repo.

Now that the public dashboards are available, we’ll be iterating on the chia-exporter to include more metrics geared towards tracking farming, in addition to the already available network and peer focused metrics.

Chia-exporter is currently under fairly active development, and may have a few bugs here and there, but we welcome issues or pull requests if you encounter any in the repository. We hope you enjoy digging into this data as much as we do.

You might also like:

February 28, 2024

Version 2.2.1 Release

Chia Editor’s Note [2024-03-06]: We’ve updated this blog to reflect the release of 2.2.1. Version 2.2.1 of the Chia reference…
CommunityProduct Development
December 13, 2023

Version 2.1.2 Release

Version 2.1.2 of the Chia reference client is now available for download! This release mostly contains bug fixes, along with…
CommunityProduct Development
October 05, 2023

Version 2.1.0 Release

Version 2.1.0 of the Chia reference client is now available for download! This release features farming and user experience improvements,…
CommunityProduct Development
September 14, 2023

Happy Roadmap Update Day!

We updated our Chia Product roadmap earlier this year and are back with the next iteration. It’s a bit later…
Product Development
August 24, 2023

Version 2.0.0 Release

We’re pleased to share the release of version 2.0! This release brings many new features and some significant upgrades that…
CommunityProduct Development
July 27, 2023

Understanding Blockchain Layers

Blockchain technology garners significant attention for its potential to revolutionize many areas of the economy, from finance to healthcare. However,…
Blockchain 101Product Development