Monero Transaction ID Example

A Monero transaction ID (or hash) is a unique identifier for each transaction on the Monero blockchain. Unlike Bitcoin, Monero transactions are private and untraceable, but the transaction ID allows the sender and receiver to confirm a payment.
Example of Monero Transaction IDs:
- ae8e9c8d1b8d0e306fbbbb56d86c2a2f4ff3854d758c19b1fa5dff5746eb4470
- 247c5df37057c8f7519ccc17a607f57ba28fa56f08b0d4b4fb1954432b6deb79
Regular Expression for Monero Transaction ID:
A Monero transaction ID is a 64-character hexadecimal string in lowercase. You can validate it using this regex pattern: [a-f0-9]{64}. This ensures the transaction ID consists of exactly 64 characters using only numbers (0-9) and lowercase letters (a-f).
If you need to check a Monero transaction, you can paste the transaction ID into a Monero blockchain explorer like blockchair.com to view transaction details (excluding sender and recipient information due to Monero’s privacy features).