---
layout: base
lang: en
id: alerts
title: Network status and alerts - Bitcoin
---
Network status and alerts
{% if site.STATUS == 0 %}
There is no ongoing event on the Bitcoin network.
{% else %}
The following network event is ongoing.
{% filter_for p in site.pages reversed sort_by:date category:alert %}{% if p.active == true %}
-
{{ p.date | date:"%Y-%m-%d" }} - {{ p.title }}
{% endif %}{% endfilter_for %}
{% endif %}
{% filter_for p in site.pages reversed sort_by:date category:alert %}{% if p.active == false %}
-
{{ p.date | date:"%Y-%m-%d" }} - {{ p.title }}
{% endif %}{% endfilter_for %}
Status and distribution of Bitcoin nodes
Propagation time on the network
Complete CVE list
Please refer to the development page if you want to report a vulnerability.