2024-08-01 14:06:16 +01:00
---
title: "Bitcoin Hashrate and Difficulty"
date: 2023-07-02T20:47:12+01:00
author:
name: "Sam Chance"
header_image: "/pics/charts/hashrate.webp"
summary: "Timeseries chart showing the Bitcoin network hashrate and difficulty."
2024-08-09 00:06:48 +01:00
tags: ["Bitcoin", "Stats", "Hashrate"]
2025-01-11 15:10:53 +00:00
jsScripts: [ "/js/lib/chart-params.js", "/js/lib/helper-functions.js", "/js/lib/echarts.min.js", "/js/lib/sorttable.js", "/js/content/hashrate.js"]
2024-08-01 14:06:16 +01:00
---
2024-08-15 20:28:16 +01:00
This chart shows the estimated hashrate and difficulty of the Bitcoin network, accompanied by the 28-day moving average. This information is extracted from a bitcoin node using the `bitcoin-cli getnetworkhashps` command.
2024-08-01 14:06:16 +01:00
2025-01-11 15:10:53 +00:00
{{< dropdown_filter id = "days_ago_dropdown_filter" > }}
{{< chart id = "hashrate-chart" > }}