# Mempool Size 90% Alert - DEPRECATED

<mark style="color:red;">**THIS ENDPOINT HAS BEEN DEPRECATED AND WILL NO LONGER BE ACTIVELY MAINTAINED, UPDATED OR SUPPORTED**</mark>

**Alert Definition**

Alerts if the mempool\_size has reached 270mb in size. This is equivalent to 90% of the default maximum BTC mempool size

**Dictionary**

| Name                   | AlertID                  | Category | Sub-category   | Type | Unit  | Interval |
| ---------------------- | ------------------------ | -------- | -------------- | ---- | ----- | -------- |
| Mempool Size 90% Alert | mempool\_size\_270mb\_hi | Alert    | Mempool Alerts | Sum  | bytes | Ad hoc   |

**Interpretation**

By default, the nodes of a cryptonetwork have a dedicated area to store unprocessed transactions, the mempool. Since mempools rely on local storage, their capacity to store unprocessed transactions must be limited. Otherwise, the mempool could be exploited by an attacker flooding it with transactions. If a mempool has reached 300MB, nodes may begin discarding transactions to free up space, which can cause disruptions.

This alert triggers if the mempool reaches a size of 270MB which is equivalent to 90% of that 300MB size. Please note, that depending on the configuration of any given node the actual size of the mempool can vary and can be larger or smaller. 300MB is the default and most common size for mempools.

This alerts serves as an early warning that the mempool is filling up.

**Potential Root Causes**

There is increased activity on the network leading to a gowth in the mempool size.

There is an increase in large transactions, pushing the size of the mempool up.

The network has had a long time of not finding a new block leading to an increase in the size of the network

**Asset Coverage**

Bitcoin (BTC)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gitbook-docs.coinmetrics.io/network-data/deprecated/watchtower-alerts-overview-deprecated/watchtower-alerts-deprecated/mempool-alerts-deprecated/mempool-size-90-alert-deprecated.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
