Update blocks.html

This commit is contained in:
DJObleezy 2025-03-25 12:23:51 -07:00 committed by GitHub
parent ae7defaab2
commit 37f48c0c10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "base.html" %}
{% block title %}Bitcoin Blocks - Ocean.xyz Mining Dashboard{% endblock %}
@ -239,6 +239,10 @@
<strong>Mining Pool:</strong>
<span id="latest-pool" class="metric-value green">Loading...</span>
</div>
<div class="stat-item">
<strong>Avg Fee Rate:</strong>
<span id="latest-fee-rate" class="metric-value yellow">Loading...</span>
</div>
</div>
</div>
</div>