# Wo kann ich den Status einer On-Chain-Transaktion nachprüfen?

Sie können den Status einer On-Chain-Transaktion überprüfen, indem Sie einen Blockchain-Explorer wie [mempool.com](https://mempool.com) verwenden. Ein Blockchain-Explorer ist ein Tool, mit dem Sie alle Transaktionen, die auf der Bitcoin-Blockchain stattgefunden haben, suchen und anzeigen können.

Um den Status Ihrer Transaktion zu überprüfen, benötigen Sie die Transaktions-ID oder den Hash. Diese Informationen finden Sie in der Regel im Transaktionsverlauf Ihrer Wallet oder auf der Transaktionsbestätigungsseite.

Sobald Sie die Transaktions-ID oder den Hash haben, können Sie sie in die Suchleiste des Blockchain-Explorers eingeben, und es werden Ihnen die Details der Transaktion angezeigt, einschließlich der Anzahl der Bestätigungen und des aktuellen Status.


---

# 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://faq.blink.sv/deutsch/blink-payment-methods/on-chain/where-can-i-verify-the-status-of-an-on-chain-transaction.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.
