{"id":9762,"date":"2026-06-29T13:42:03","date_gmt":"2026-06-29T10:42:03","guid":{"rendered":"https:\/\/guardarian.com\/blog\/?p=9762"},"modified":"2026-06-29T13:44:59","modified_gmt":"2026-06-29T10:44:59","slug":"what-is-a-crypto-transaction-id-and-how-to-track-your-purchase","status":"publish","type":"post","link":"https:\/\/guardarian.com\/blog\/what-is-a-crypto-transaction-id-and-how-to-track-your-purchase","title":{"rendered":"What Is a Crypto Transaction ID?"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>What Is a Crypto Transaction ID and How to Track Your Purchase? | Guardarian<\/title>\n  <meta name=\"description\" content=\"Learn what a crypto transaction ID (TXID) is, how it differs from an order ID, where to find it, how to use a blockchain explorer, and how to track your crypto purchase step by step.\">\n  <meta name=\"robots\" content=\"index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1\">\n  <meta name=\"author\" content=\"Guardarian\">\n  <link rel=\"canonical\" href=\"https:\/\/guardarian.com\/blog\/what-is-a-crypto-transaction-id-and-how-to-track-your-purchase\">\n  <meta property=\"og:locale\" content=\"en_US\">\n  <meta property=\"og:type\" content=\"article\">\n  <meta property=\"og:site_name\" content=\"Guardarian\">\n  <meta property=\"og:title\" content=\"What Is a Crypto Transaction ID and How to Track Your Purchase? | Guardarian\">\n  <meta property=\"og:description\" content=\"Learn what a crypto transaction ID (TXID) is, how it differs from an order ID, where to find it, how to use a blockchain explorer, and how to track your crypto purchase step by step.\">\n  <meta property=\"og:url\" content=\"https:\/\/guardarian.com\/blog\/what-is-a-crypto-transaction-id-and-how-to-track-your-purchase\">\n  <meta property=\"og:image\" content=\"https:\/\/guardarian.com\/services\/meta-geo.jpg\">\n  <meta property=\"og:image:alt\" content=\"Editorial article about crypto transaction IDs, order IDs, and how to track a crypto purchase.\">\n  <meta name=\"twitter:card\" content=\"summary_large_image\">\n  <meta name=\"twitter:title\" content=\"What Is a Crypto Transaction ID and How to Track Your Purchase? | Guardarian\">\n  <meta name=\"twitter:description\" content=\"Learn what a crypto transaction ID (TXID) is, how it differs from an order ID, where to find it, how to use a blockchain explorer, and how to track your crypto purchase step by step.\">\n  <meta name=\"twitter:image\" content=\"https:\/\/guardarian.com\/services\/meta-geo.jpg\">\n  <meta name=\"theme-color\" content=\"#ffffff\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@400;500;700;900&#038;display=swap\" rel=\"stylesheet\">\n  <style>\n    :root {\n      --surface: rgba(255, 255, 255, 0.97);\n      --line: #e4e4e4;\n      --ink: #1d1d1d;\n      --muted: #6f7783;\n      --blue: #4c9de8;\n      --blue-soft: #e3f2ff;\n      --blue-deep: #01268a;\n      --orange: #f7931a;\n      --shadow: 0 12px 28px rgba(1, 38, 138, 0.06);\n      --radius-xl: 30px;\n      --radius-lg: 22px;\n      --content-width: min(1180px, calc(100vw - 40px));\n    }\n\n    * {\n      box-sizing: border-box;\n    }\n\n    html {\n      scroll-behavior: smooth;\n    }\n\n    body {\n      margin: 0;\n      font-family: \"Roboto\", sans-serif;\n      color: var(--ink);\n      background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 52%, #f5f8fd 100%);\n    }\n\n    a {\n      color: inherit;\n      text-decoration: none;\n    }\n\n    img {\n      display: block;\n      max-width: 100%;\n    }\n\n    code {\n      padding: 0.14rem 0.32rem;\n      border-radius: 8px;\n      background: #f3f6fa;\n      font-family: inherit;\n      font-size: 0.94em;\n      word-break: break-all;\n    }\n\n    .page-shell {\n      overflow-x: clip;\n    }\n\n    .container {\n      width: var(--content-width);\n      margin: 0 auto;\n    }\n\n    .eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      padding: 9px 14px;\n      border-radius: 999px;\n      border: 1px solid var(--line);\n      background: #fff;\n      color: var(--blue-deep);\n      font-size: 0.8rem;\n      font-weight: 700;\n      letter-spacing: 0.03em;\n      text-transform: uppercase;\n    }\n\n    .eyebrow-dot {\n      width: 8px;\n      height: 8px;\n      border-radius: 999px;\n      background: linear-gradient(135deg, var(--blue) 0%, #79bcff 100%);\n      box-shadow: 0 0 0 6px rgba(76, 157, 232, 0.12);\n    }\n\n    .hero {\n      margin-top: 18px;\n      padding: 26px 26px 28px;\n      border-radius: var(--radius-xl);\n      border: 1px solid var(--line);\n      background: var(--surface);\n      box-shadow: var(--shadow);\n    }\n\n    .hero-grid {\n      display: grid;\n      grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);\n      gap: 24px;\n      align-items: stretch;\n    }\n\n    .hero-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: flex-start;\n      align-items: flex-start;\n      min-height: 100%;\n      padding-top: 4px;\n    }\n\n    .hero-copy-main {\n      width: 100%;\n      flex: 1;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n    }\n\n    .hero-copy h1 {\n      margin: 22px 0 16px;\n      max-width: 12ch;\n      font-size: clamp(2.55rem, 4.7vw, 4.4rem);\n      line-height: 0.96;\n      letter-spacing: -0.06em;\n      text-wrap: balance;\n    }\n\n    .hero-copy p {\n      margin: 0;\n      max-width: 760px;\n      font-size: 1rem;\n      line-height: 1.78;\n      color: var(--muted);\n    }\n\n    .hero-side {\n      display: grid;\n      gap: 14px;\n    }\n\n    .metric-card,\n    .toc,\n    .article-card,\n    .quote-card,\n    .table-card,\n    .faq-card,\n    .reviewer-card,\n    .signal-card,\n    .step-card,\n    .status-card,\n    .support-card,\n    .inline-cta {\n      background: var(--surface);\n      border: 1px solid var(--line);\n      box-shadow: var(--shadow);\n    }\n\n    .metrics-grid,\n    .signal-grid,\n    .step-grid,\n    .status-grid,\n    .support-grid {\n      display: grid;\n      gap: 18px;\n    }\n\n    .metrics-grid,\n    .signal-grid,\n    .step-grid,\n    .status-grid,\n    .support-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .metric-card,\n    .signal-card,\n    .step-card,\n    .status-card,\n    .support-card {\n      min-height: 144px;\n      padding: 20px;\n      border-radius: var(--radius-lg);\n      display: grid;\n      align-content: start;\n      gap: 10px;\n    }\n\n    .article-card,\n    .quote-card,\n    .table-card,\n    .inline-cta {\n      border-radius: 26px;\n      padding: 26px;\n    }\n\n    .metric-card span,\n    .signal-card span,\n    .step-card span,\n    .status-card span,\n    .support-card span,\n    .inline-cta span {\n      font-size: 0.82rem;\n      font-weight: 700;\n      letter-spacing: 0.04em;\n      text-transform: uppercase;\n      color: var(--blue-deep);\n    }\n\n    .metric-card strong {\n      margin-top: 10px;\n      font-size: clamp(1.48rem, 2.1vw, 2.1rem);\n      line-height: 1.02;\n      letter-spacing: -0.05em;\n      color: var(--ink);\n    }\n\n    .signal-card h3,\n    .step-card h3,\n    .status-card h3,\n    .support-card h3,\n    .table-card h3,\n    .inline-cta h3 {\n      margin: 0;\n      font-size: 1.14rem;\n      line-height: 1.18;\n      letter-spacing: -0.03em;\n    }\n\n    .metric-card p,\n    .signal-card p,\n    .step-card p,\n    .status-card p,\n    .support-card p,\n    .inline-cta p {\n      margin: 0;\n      color: var(--muted);\n      line-height: 1.62;\n      font-size: 0.94rem;\n    }\n\n    .layout {\n      display: grid;\n      grid-template-columns: minmax(0, 1fr) 260px;\n      gap: 28px;\n      align-items: start;\n      padding-top: 24px;\n      padding-bottom: 80px;\n    }\n\n    .content {\n      min-width: 0;\n      display: grid;\n      gap: 44px;\n    }\n\n    .rail {\n      position: sticky;\n      top: 28px;\n      display: grid;\n      gap: 18px;\n      margin-top: 18px;\n      align-self: start;\n    }\n\n    .toc {\n      border-radius: 24px;\n      padding: 18px;\n    }\n\n    .toc h2 {\n      margin: 0 0 14px;\n      font-size: 1rem;\n      letter-spacing: -0.03em;\n    }\n\n    .toc-links {\n      display: flex;\n      flex-direction: column;\n      gap: 8px;\n    }\n\n    .toc-link {\n      display: block;\n      padding: 10px 12px;\n      border-radius: 14px;\n      color: var(--muted);\n      font-weight: 700;\n      transition: background 0.18s ease, color 0.18s ease;\n    }\n\n    .toc-link:hover,\n    .toc-link.is-active {\n      background: rgba(227, 242, 255, 0.9);\n      color: var(--blue-deep);\n    }\n\n    .mobile-toc-wrap {\n      display: none;\n      margin: 22px 0 10px;\n    }\n\n    .button {\n      appearance: none;\n      border: none;\n      border-radius: 999px;\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 10px;\n      cursor: pointer;\n      font: inherit;\n      transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;\n    }\n\n    .mobile-toc-button {\n      width: 100%;\n      padding: 14px 16px;\n      border: 1px solid var(--line);\n      background: #fff;\n      font-weight: 700;\n      color: var(--blue-deep);\n      justify-content: space-between;\n      box-shadow: var(--shadow);\n    }\n\n    .mobile-toc-panel {\n      display: none;\n      margin-top: 12px;\n      padding: 16px;\n      border-radius: 22px;\n      border: 1px solid var(--line);\n      background: var(--surface);\n      box-shadow: var(--shadow);\n    }\n\n    .mobile-toc-panel.is-open {\n      display: block;\n    }\n\n    .section {\n      display: grid;\n      gap: 28px;\n    }\n\n    .section-head {\n      display: grid;\n      gap: 18px;\n    }\n\n    .section-head .eyebrow {\n      margin-bottom: 12px;\n    }\n\n    .section-head h2 {\n      margin: 0;\n      font-size: clamp(1.82rem, 3vw, 2.72rem);\n      line-height: 1.02;\n      letter-spacing: -0.05em;\n      text-wrap: balance;\n    }\n\n    .section-head p {\n      margin: 0;\n      max-width: 760px;\n      color: var(--muted);\n      line-height: 1.78;\n    }\n\n    .quote-card blockquote {\n      margin: 0;\n      padding: 20px;\n      border-left: 4px solid var(--blue);\n      border-radius: 18px;\n      background: linear-gradient(180deg, rgba(227, 242, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 100%);\n    }\n\n    .quote-card blockquote p {\n      margin: 0;\n      font-size: 1.04rem;\n      line-height: 1.68;\n      color: var(--blue-deep);\n    }\n\n    .prose > *:first-child {\n      margin-top: 0;\n    }\n\n    .prose > *:last-child {\n      margin-bottom: 0;\n    }\n\n    .prose h3 {\n      margin: 0 0 16px;\n      font-size: 1.18rem;\n      line-height: 1.18;\n      letter-spacing: -0.03em;\n    }\n\n    .prose p,\n    .prose li {\n      margin: 0 0 18px;\n      line-height: 1.82;\n      color: var(--ink);\n      font-size: 0.99rem;\n    }\n\n    .prose ul,\n    .prose ol {\n      margin: 0;\n      padding-left: 20px;\n    }\n\n    .prose li {\n      color: var(--muted);\n    }\n\n    .prose strong {\n      color: var(--ink);\n    }\n\n    .inline-cta {\n      background: linear-gradient(180deg, rgba(227, 242, 255, 0.86) 0%, rgba(255, 255, 255, 0.98) 100%);\n    }\n\n    .inline-cta-actions {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-top: 18px;\n    }\n\n    .button-primary,\n    .button-secondary {\n      padding: 12px 18px;\n      font-weight: 700;\n    }\n\n    .button-primary {\n      background: var(--blue-deep);\n      color: #fff;\n    }\n\n    .button-secondary {\n      background: #fff;\n      color: var(--blue-deep);\n      border: 1px solid rgba(1, 38, 138, 0.18);\n    }\n\n    .table-card {\n      overflow: hidden;\n    }\n\n    .table-scroll {\n      overflow-x: auto;\n    }\n\n    table {\n      width: 100%;\n      border-collapse: collapse;\n      min-width: 620px;\n    }\n\n    thead th {\n      text-align: left;\n      font-size: 0.84rem;\n      text-transform: uppercase;\n      letter-spacing: 0.04em;\n      color: var(--blue-deep);\n      padding: 0 0 12px;\n      border-bottom: 1px solid var(--line);\n    }\n\n    tbody td {\n      padding: 16px 0;\n      border-bottom: 1px solid rgba(228, 228, 228, 0.82);\n      vertical-align: top;\n      color: var(--muted);\n      line-height: 1.6;\n      font-size: 0.96rem;\n    }\n\n    tbody td:first-child {\n      color: var(--ink);\n      font-weight: 700;\n    }\n\n    tbody tr:last-child td {\n      border-bottom: none;\n    }\n\n    .faq-list {\n      display: grid;\n      gap: 14px;\n    }\n\n    .faq-card {\n      border-radius: 22px;\n      padding: 0;\n      overflow: hidden;\n    }\n\n    .faq-card summary {\n      list-style: none;\n      cursor: pointer;\n      padding: 18px 22px;\n      font-weight: 700;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 16px;\n      font-size: 1rem;\n    }\n\n    .faq-card summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .faq-card summary::after {\n      content: \"\u25be\";\n      font-size: 1rem;\n      color: var(--blue-deep);\n      transition: transform 0.2s ease;\n    }\n\n    .faq-card[open] summary::after {\n      transform: rotate(180deg);\n    }\n\n    .faq-card p {\n      padding: 0 22px 20px;\n      margin: 0;\n      line-height: 1.72;\n      color: var(--muted);\n    }\n\n    .reviewer-card {\n      border-radius: 26px;\n      padding: 20px;\n      display: grid;\n      grid-template-columns: 88px minmax(0, 1fr);\n      gap: 18px;\n      align-items: center;\n    }\n\n    .reviewer-avatar {\n      width: 88px;\n      height: 88px;\n      border-radius: 24px;\n      overflow: hidden;\n      background: #eef4fb;\n      border: 1px solid var(--line);\n      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);\n    }\n\n    .reviewer-avatar img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .reviewer-card h3 {\n      margin: 0;\n      font-size: 1.18rem;\n      letter-spacing: -0.03em;\n    }\n\n    .reviewer-role {\n      margin-top: 4px;\n      color: var(--blue-deep);\n      font-weight: 700;\n      font-size: 0.9rem;\n      text-transform: uppercase;\n      letter-spacing: 0.03em;\n    }\n\n    .source-link {\n      color: var(--blue-deep);\n      text-decoration: underline;\n      text-decoration-color: rgba(1, 38, 138, 0.22);\n      text-underline-offset: 3px;\n    }\n\n    @media (max-width: 1040px) {\n      .hero-grid,\n      .layout,\n      .metrics-grid,\n      .signal-grid,\n      .step-grid,\n      .status-grid,\n      .support-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .rail {\n        position: static;\n        margin-top: 0;\n      }\n\n      .hero-copy h1 {\n        max-width: none;\n      }\n    }\n\n    @media (max-width: 760px) {\n      .container {\n        width: min(100vw - 24px, 100%);\n      }\n\n      .hero {\n        padding: 18px;\n      }\n\n      .mobile-toc-wrap {\n        display: block;\n      }\n\n      .toc {\n        display: none;\n      }\n\n      .hero-copy-main {\n        align-items: flex-start;\n        text-align: left;\n      }\n\n      .hero-copy h1 {\n        margin-top: 18px;\n        font-size: clamp(2.15rem, 11vw, 3rem);\n      }\n\n      .hero-copy p {\n        font-size: 0.97rem;\n      }\n\n      .table-scroll {\n        margin: 0 -4px;\n      }\n\n      table {\n        min-width: 560px;\n      }\n\n      .article-card,\n      .quote-card,\n      .table-card,\n      .inline-cta {\n        padding: 20px;\n      }\n\n      .reviewer-card {\n        grid-template-columns: 1fr;\n        text-align: left;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"page-shell\">\n    <main class=\"container\">\n      <section class=\"hero\">\n        <div class=\"mobile-toc-wrap\">\n          <button class=\"button mobile-toc-button\" id=\"mobileTocButton\" type=\"button\" aria-expanded=\"false\" aria-controls=\"mobileTocPanel\">\n            <span>On this page<\/span>\n            <span>\u2630<\/span>\n          <\/button>\n          <div class=\"mobile-toc-panel\" id=\"mobileTocPanel\">\n            <a class=\"toc-link\" href=\"#what-is\">What a TXID is<\/a>\n            <a class=\"toc-link\" href=\"#order-vs-txid\">Order ID vs TXID<\/a>\n            <a class=\"toc-link\" href=\"#when\">When you get it<\/a>\n            <a class=\"toc-link\" href=\"#track\">How to track your purchase<\/a>\n            <a class=\"toc-link\" href=\"#status\">Transaction statuses<\/a>\n            <a class=\"toc-link\" href=\"#wallet-delay\">Why it may not show in wallet<\/a>\n            <a class=\"toc-link\" href=\"#support\">What to send support<\/a>\n            <a class=\"toc-link\" href=\"#faq\">FAQ<\/a>\n            <a class=\"toc-link\" href=\"#reviewed-by\">Reviewed by<\/a>\n            <a class=\"toc-link\" href=\"#sources\">Sources<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"hero-grid\">\n          <div class=\"hero-copy\">\n            <div class=\"eyebrow\"><span class=\"eyebrow-dot\"><\/span> Research article<\/div>\n            <div class=\"hero-copy-main\">\n              <h1>What Is a Crypto Transaction ID?<\/h1>\n              <p>\n                When you buy crypto, card approval is not always the final step. Your purchase can still move through\n                payment checks, internal processing, blockchain broadcast, and wallet delivery. The easiest public way\n                to track the on-chain part of that journey is the <strong>transaction ID<\/strong>, also called a\n                <strong>TXID<\/strong> or <strong>transaction hash<\/strong>.\n              <\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"hero-side\">\n            <div class=\"metrics-grid\">\n              <article class=\"metric-card\">\n                <span>Main idea<\/span>\n                <strong>TXID = on-chain tracking<\/strong>\n                <p>A TXID is the blockchain-side identifier for a transfer after it has actually been broadcast to the network.<\/p>\n              <\/article>\n              <article class=\"metric-card\">\n                <span>Common confusion<\/span>\n                <strong>Not the same as Order ID<\/strong>\n                <p>Your order ID belongs to the service you used. Your TXID belongs to the blockchain transaction itself.<\/p>\n              <\/article>\n              <article class=\"metric-card\">\n                <span>Biggest mistake<\/span>\n                <strong>Wrong network, wrong explorer<\/strong>\n                <p>If you check a TRON transaction in an Ethereum explorer, you will not find it, even if everything is working normally.<\/p>\n              <\/article>\n              <article class=\"metric-card\">\n                <span>Important nuance<\/span>\n                <strong>Some chains say \u201csignature\u201d instead<\/strong>\n                <p>On Solana, explorers often label the transaction identifier as a signature rather than calling it a TXID directly.<\/p>\n              <\/article>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <div class=\"layout\">\n        <div class=\"content\">\n          <section class=\"section\" id=\"what-is\" data-section>\n            <div class=\"section-head\">\n              <div class=\"eyebrow\"><span class=\"eyebrow-dot\"><\/span> Basics<\/div>\n              <h2>What Is a Crypto Transaction ID?<\/h2>\n              <p>A crypto transaction ID is the unique identifier attached to a blockchain transaction after it is created and broadcast on-chain.<\/p>\n            <\/div>\n\n            <article class=\"article-card prose\">\n              <p>A transaction ID is often called a <strong>TXID<\/strong>, <strong>transaction hash<\/strong>, or simply <strong>hash<\/strong>. In practical terms, it works like a public tracking number for a blockchain transfer.<\/p>\n              <p>Bitcoin\u2019s developer documentation describes how a Bitcoin input references a previous transaction using a <strong>transaction identifier (txid)<\/strong> plus an output index. That is a good reminder that the transaction ID is not decorative metadata. It is part of how transactions are identified and linked on-chain. <a class=\"source-link\" href=\"https:\/\/developer.bitcoin.org\/devguide\/transactions.html\" rel=\"nofollow noopener\" target=\"_blank\">[Bitcoin Developer Guide]<\/a><\/p>\n              <p>On Ethereum-style explorers, the concept is shown more simply: Etherscan describes a transaction hash as a unique identifier generated whenever a transaction is performed, and notes that it can be used to track and trace the transaction\u2019s status. <a class=\"source-link\" href=\"https:\/\/info.etherscan.com\/what-is-a-transaction-hash-txhash\/\" rel=\"nofollow noopener\" target=\"_blank\">[Etherscan]<\/a><\/p>\n              <p>The exact format depends on the network. A Bitcoin transaction ID does not look the same as an Ethereum hash, and Solana explorers often surface the identifier under the label <strong>Signature<\/strong> rather than calling it a TXID directly. <a class=\"source-link\" href=\"https:\/\/solscan.io\/\" rel=\"nofollow noopener\" target=\"_blank\">[Solscan]<\/a><\/p>\n            <\/article>\n\n            <article class=\"quote-card prose\">\n              <blockquote>\n                <p>The easiest way to think about it is this: your order lives inside the provider\u2019s system, but your TXID lives on the blockchain.<\/p>\n              <\/blockquote>\n            <\/article>\n          <\/section>\n\n          <section class=\"section\" id=\"order-vs-txid\" data-section>\n            <div class=\"section-head\">\n              <div class=\"eyebrow\"><span class=\"eyebrow-dot\"><\/span> Common confusion<\/div>\n              <h2>Transaction ID vs Order ID<\/h2>\n              <p>This is where many users get lost, because crypto managed to invent more than one tracking number for the same purchase flow.<\/p>\n            <\/div>\n\n            <div class=\"signal-grid\">\n              <article class=\"signal-card\">\n                <span>Order ID<\/span>\n                <h3>Created by the service provider<\/h3>\n                <p>An order ID tracks your purchase inside the platform you used. It helps support find the payment, the order state, and internal processing details.<\/p>\n              <\/article>\n              <article class=\"signal-card\">\n                <span>Transaction ID \/ TXID<\/span>\n                <h3>Created on-chain after broadcast<\/h3>\n                <p>A TXID tracks the actual blockchain transfer once the payout has been sent to the network.<\/p>\n              <\/article>\n            <\/div>\n\n            <div class=\"table-card prose\">\n              <h3>Quick difference<\/h3>\n              <div class=\"table-scroll\">\n                <table>\n                  <thead>\n                    <tr>\n                      <th>Type<\/th>\n                      <th>Where it comes from<\/th>\n                      <th>What it tracks<\/th>\n                    <\/tr>\n                  <\/thead>\n                  <tbody>\n                    <tr>\n                      <td>Order ID<\/td>\n                      <td>Guardarian or another provider<\/td>\n                      <td>Your purchase inside the service\u2019s system<\/td>\n                    <\/tr>\n                    <tr>\n                      <td>Transaction ID \/ TXID<\/td>\n                      <td>Blockchain network<\/td>\n                      <td>The crypto transfer after it is broadcast on-chain<\/td>\n                    <\/tr>\n                  <\/tbody>\n                <\/table>\n              <\/div>\n            <\/div>\n          <\/section>\n\n          <section class=\"section\" id=\"when\" data-section>\n            <div class=\"section-head\">\n              <div class=\"eyebrow\"><span class=\"eyebrow-dot\"><\/span> Timing<\/div>\n              <h2>When Do You Get a Transaction ID?<\/h2>\n              <p>You usually get a TXID only after the crypto payout is actually sent to the blockchain network.<\/p>\n            <\/div>\n\n            <article class=\"article-card prose\">\n              <p>Before that, your purchase can still be moving through earlier steps such as card confirmation, bank processing, compliance checks, exchange processing, or payout preparation.<\/p>\n              <p>If the TXID is not available yet, that does not automatically mean the order is stuck. It may simply mean the on-chain transfer has not started yet, so there is nothing public for a blockchain explorer to display.<\/p>\n            <\/article>\n          <\/section>\n\n          <section class=\"section\" id=\"track\" data-section>\n            <div class=\"section-head\">\n              <div class=\"eyebrow\"><span class=\"eyebrow-dot\"><\/span> How to track<\/div>\n              <h2>How to Track a Crypto Purchase Step by Step<\/h2>\n              <p>To track the blockchain part of your crypto purchase, you generally need two things: the transaction ID and the correct blockchain explorer.<\/p>\n            <\/div>\n\n            <div class=\"step-grid\">\n              <article class=\"step-card\">\n                <span>Step 1<\/span>\n                <h3>Find the TXID<\/h3>\n                <p>Check the transaction page, confirmation email, or support communication from the provider. If the payout is already on-chain, you may see a TXID, hash, or transaction signature.<\/p>\n              <\/article>\n              <article class=\"step-card\">\n                <span>Step 2<\/span>\n                <h3>Confirm the network<\/h3>\n                <p>This matters a lot. USDT on Ethereum, TRON, BNB Chain, and Polygon may all be \u201cUSDT,\u201d but they do not share one universal explorer page.<\/p>\n              <\/article>\n              <article class=\"step-card\">\n                <span>Step 3<\/span>\n                <h3>Open the right explorer<\/h3>\n                <p>Use the network-specific explorer. Etherscan is for Ethereum, Tronscan for TRON, Solscan for Solana, and so on.<\/p>\n              <\/article>\n              <article class=\"step-card\">\n                <span>Step 4<\/span>\n                <h3>Paste the identifier<\/h3>\n                <p>If the transfer is already indexed, the explorer should show the transaction page with status, block, addresses, and other details.<\/p>\n              <\/article>\n            <\/div>\n\n            <div class=\"table-card prose\">\n              <h3>Explorer examples by network<\/h3>\n              <div class=\"table-scroll\">\n                <table>\n                  <thead>\n                    <tr>\n                      <th>Network<\/th>\n                      <th>Explorer example<\/th>\n                      <th>What you will usually search<\/th>\n                    <\/tr>\n                  <\/thead>\n                  <tbody>\n                    <tr>\n                      <td>Bitcoin<\/td>\n                      <td>Bitcoin-compatible explorers<\/td>\n                      <td>TXID<\/td>\n                    <\/tr>\n                    <tr>\n                      <td>Ethereum<\/td>\n                      <td><a href=\"https:\/\/etherscan.io\/\" rel=\"nofollow noopener\" target=\"_blank\">Etherscan<\/a><\/td>\n                      <td>Transaction hash<\/td>\n                    <\/tr>\n                    <tr>\n                      <td>TRON<\/td>\n                      <td><a href=\"https:\/\/tronscan.org\/\" rel=\"nofollow noopener\" target=\"_blank\">Tronscan<\/a><\/td>\n                      <td>Transaction hash<\/td>\n                    <\/tr>\n                    <tr>\n                      <td>BNB Chain<\/td>\n                      <td>BscScan-style explorer<\/td>\n                      <td>Transaction hash<\/td>\n                    <\/tr>\n                    <tr>\n                      <td>Polygon<\/td>\n                      <td>PolygonScan-style explorer<\/td>\n                      <td>Transaction hash<\/td>\n                    <\/tr>\n                    <tr>\n                      <td>Solana<\/td>\n                      <td><a href=\"https:\/\/solscan.io\/\" rel=\"nofollow noopener\" target=\"_blank\">Solscan<\/a><\/td>\n                      <td>Signature<\/td>\n                    <\/tr>\n                    <tr>\n                      <td>Arbitrum \/ Optimism \/ Base<\/td>\n                      <td>Chain-specific scan explorer<\/td>\n                      <td>Transaction hash<\/td>\n                    <\/tr>\n                  <\/tbody>\n                <\/table>\n              <\/div>\n            <\/div>\n\n            <article class=\"inline-cta\">\n              <span>Guardarian<\/span>\n              <h3>Need the provider-side reference too?<\/h3>\n              <p>Keep your order ID saved even if you already have a TXID. If the issue is not yet on-chain, support will usually need the provider-side order reference first.<\/p>\n              <div class=\"inline-cta-actions\">\n                <a class=\"button button-primary\" href=\"https:\/\/guardarian.com\/\">Open Guardarian<\/a>\n                <a class=\"button button-secondary\" href=\"https:\/\/guardarian.com\/currencies\">Browse supported assets<\/a>\n              <\/div>\n            <\/article>\n          <\/section>\n\n          <section class=\"section\" id=\"status\" data-section>\n            <div class=\"section-head\">\n              <div class=\"eyebrow\"><span class=\"eyebrow-dot\"><\/span> Status meanings<\/div>\n              <h2>What Different Transaction Statuses Mean<\/h2>\n              <p>Explorer wording varies by chain, but the underlying idea is usually the same: the network is telling you whether the transfer is waiting, confirmed, failed, or missing from the explorer\u2019s current index.<\/p>\n            <\/div>\n\n            <div class=\"status-grid\">\n              <article class=\"status-card\">\n                <span>Pending<\/span>\n                <h3>Submitted, but not fully confirmed yet<\/h3>\n                <p>This often means the transaction is waiting for inclusion or final confirmations. On busy networks, this can take longer than users expect.<\/p>\n              <\/article>\n              <article class=\"status-card\">\n                <span>Confirmed \/ Success<\/span>\n                <h3>Recorded on-chain<\/h3>\n                <p>Etherscan explains that a transaction hash can be used to track status and that confirmations grow as more blocks are mined and verified after the transaction\u2019s block. <a class=\"source-link\" href=\"https:\/\/info.etherscan.com\/what-is-a-transaction-hash-txhash\/\" rel=\"nofollow noopener\" target=\"_blank\">[Etherscan]<\/a><\/p>\n              <\/article>\n              <article class=\"status-card\">\n                <span>Failed<\/span>\n                <h3>The chain did not complete it successfully<\/h3>\n                <p>On Ethereum-style explorers, failed transactions may still consume gas. Etherscan explicitly notes that gas is paid regardless of whether the transaction succeeds. <a class=\"source-link\" href=\"https:\/\/info.etherscan.com\/what-is-a-transaction-hash-txhash\/\" rel=\"nofollow noopener\" target=\"_blank\">[Etherscan]<\/a><\/p>\n              <\/article>\n              <article class=\"status-card\">\n                <span>Not found<\/span>\n                <h3>Usually means wrong place or wrong timing<\/h3>\n                <p>The most common reasons are: the payout is not yet broadcast, the wrong explorer is being used, the wrong network was selected, or the TXID was copied incorrectly.<\/p>\n              <\/article>\n            <\/div>\n          <\/section>\n\n          <section class=\"section\" id=\"wallet-delay\" data-section>\n            <div class=\"section-head\">\n              <div class=\"eyebrow\"><span class=\"eyebrow-dot\"><\/span> Wallet delay<\/div>\n              <h2>Why Your Crypto May Not Appear in Your Wallet Immediately<\/h2>\n              <p>A successful transaction on an explorer and a visible wallet balance do not always update at exactly the same second.<\/p>\n            <\/div>\n\n            <article class=\"article-card prose\">\n              <h3>The order may still be processing before broadcast<\/h3>\n              <p>If there is no TXID yet, the purchase may still be in payment, verification, exchange, or payout preparation.<\/p>\n\n              <h3>The blockchain may still need confirmations<\/h3>\n              <p>Some wallets or exchanges do not display spendable balances immediately after the first inclusion in a block.<\/p>\n\n              <h3>The wallet may be on the wrong network view<\/h3>\n              <p>If you bought an asset on one network but your wallet interface is displaying another, the funds may be there while the wallet simply is not showing the correct chain view.<\/p>\n\n              <h3>The token may need to be added manually<\/h3>\n              <p>Some wallets do not automatically display every token contract, especially on EVM chains, until the token is added or detected.<\/p>\n\n              <h3>A custodial destination may credit more slowly<\/h3>\n              <p>If the receiving address belongs to an exchange, the exchange may wait for internal checks or more confirmations before crediting your account.<\/p>\n            <\/article>\n          <\/section>\n\n          <section class=\"section\" id=\"support\" data-section>\n            <div class=\"section-head\">\n              <div class=\"eyebrow\"><span class=\"eyebrow-dot\"><\/span> Support checklist<\/div>\n              <h2>What Information to Send to Support<\/h2>\n              <p>If something looks delayed or unclear, support can usually help faster when you send the right details the first time.<\/p>\n            <\/div>\n\n            <div class=\"support-grid\">\n              <article class=\"support-card\">\n                <span>Reference<\/span>\n                <h3>Order ID<\/h3>\n                <p>This is the fastest way for the provider to locate your purchase in its internal system.<\/p>\n              <\/article>\n              <article class=\"support-card\">\n                <span>Transaction data<\/span>\n                <h3>TXID, if available<\/h3>\n                <p>If the payout is already on-chain, include the transaction hash or signature so support does not have to guess which transfer you mean.<\/p>\n              <\/article>\n              <article class=\"support-card\">\n                <span>Routing details<\/span>\n                <h3>Asset, network, and wallet address<\/h3>\n                <p>These details are essential for checking whether the transfer was routed to the right chain and the right destination.<\/p>\n              <\/article>\n              <article class=\"support-card\">\n                <span>Identity of the order<\/span>\n                <h3>Email used for the purchase<\/h3>\n                <p>If the order needs to be found before broadcast, the email and order reference usually matter more than the explorer does.<\/p>\n              <\/article>\n            <\/div>\n\n            <article class=\"quote-card prose\">\n              <blockquote>\n                <p>If you have to contact support, send the order ID first and the TXID second. One tells them where your purchase is in their system; the other tells them what the blockchain can already see.<\/p>\n              <\/blockquote>\n            <\/article>\n          <\/section>\n\n          <section class=\"section\" id=\"faq\" data-section>\n            <div class=\"section-head\">\n              <div class=\"eyebrow\"><span class=\"eyebrow-dot\"><\/span> FAQ<\/div>\n              <h2>FAQ<\/h2>\n              <p>Short answers to the questions people usually ask after their payment succeeds but the wallet still looks emotionally unavailable.<\/p>\n            <\/div>\n\n            <div class=\"faq-list\">\n              <details class=\"faq-card\" open>\n                <summary>What is a crypto transaction ID?<\/summary>\n                <p>A crypto transaction ID is the unique identifier for a blockchain transaction. It can be used to find and track that transfer on a blockchain explorer.<\/p>\n              <\/details>\n              <details class=\"faq-card\">\n                <summary>Is a transaction ID the same as an order ID?<\/summary>\n                <p>No. An order ID tracks your purchase inside a service like Guardarian, while a transaction ID tracks the on-chain payout after it has been broadcast to the network.<\/p>\n              <\/details>\n              <details class=\"faq-card\">\n                <summary>Why can\u2019t I find my transaction ID yet?<\/summary>\n                <p>The transfer may not have been broadcast to the blockchain yet, or you may be checking the wrong explorer or wrong network.<\/p>\n              <\/details>\n              <details class=\"faq-card\">\n                <summary>What does pending mean?<\/summary>\n                <p>Pending usually means the network has seen the transaction but it has not been fully confirmed yet.<\/p>\n              <\/details>\n              <details class=\"faq-card\">\n                <summary>Can I track Bitcoin and Ethereum the same way?<\/summary>\n                <p>The basic idea is similar, but the explorers differ by chain. Bitcoin uses Bitcoin-compatible explorers, while Ethereum transactions are commonly checked on Etherscan.<\/p>\n              <\/details>\n              <details class=\"faq-card\">\n                <summary>Is it safe to share a transaction ID?<\/summary>\n                <p>A TXID is public blockchain data, not a secret like a password. But it can still reveal wallet addresses, amounts, and transfer history connected to that transaction, so do not post it casually everywhere.<\/p>\n              <\/details>\n            <\/div>\n          <\/section>\n\n          <section class=\"section\" id=\"reviewed-by\" data-section>\n            <div class=\"section-head\">\n              <div class=\"eyebrow\"><span class=\"eyebrow-dot\"><\/span> Reviewed by<\/div>\n              <h2>Who reviewed this article<\/h2>\n              <p>A short reviewer note for editorial context.<\/p>\n            <\/div>\n\n            <div class=\"reviewer-card\">\n              <div class=\"reviewer-avatar\">\n                <img decoding=\"async\" src=\"https:\/\/guardarian.com\/blog\/wp-content\/uploads\/2026\/06\/image.png\" alt=\"Agatha Willings\">\n              <\/div>\n              <div>\n                <h3>Agatha Willings<\/h3>\n                <div class=\"reviewer-role\">Crypto researcher<\/div>\n                <p>\n                  Agatha Willings reviews transaction-flow, wallet, and self-custody explainers with a focus on user clarity,\n                  support-readiness, and whether the article helps readers understand what is happening both inside the provider\u2019s system\n                  and on the blockchain itself.\n                <\/p>\n              <\/div>\n            <\/div>\n          <\/section>\n\n          <section class=\"section\" id=\"sources\" data-section>\n            <div class=\"section-head\">\n              <div class=\"eyebrow\"><span class=\"eyebrow-dot\"><\/span> Sources<\/div>\n              <h2>Verified Sources<\/h2>\n              <p>Where possible, the core definitions and tracking examples were aligned to primary documentation or official explorer resources rather than to generic crypto blogs.<\/p>\n            <\/div>\n\n            <div class=\"table-card prose\">\n              <div class=\"table-scroll\">\n                <table>\n                  <thead>\n                    <tr>\n                      <th>Source<\/th>\n                      <th>Why it is used<\/th>\n                    <\/tr>\n                  <\/thead>\n                  <tbody>\n                    <tr>\n                      <td><a href=\"https:\/\/developer.bitcoin.org\/devguide\/transactions.html\" rel=\"nofollow noopener\" target=\"_blank\">Bitcoin Developer Guide: Transactions<\/a><\/td>\n                      <td>Used for the definition of txid in Bitcoin transaction construction and the idea that inputs reference previous transactions by txid and output index.<\/td>\n                    <\/tr>\n                    <tr>\n                      <td><a href=\"https:\/\/info.etherscan.com\/what-is-a-transaction-hash-txhash\/\" rel=\"nofollow noopener\" target=\"_blank\">Etherscan: What is a Transaction Hash<\/a><\/td>\n                      <td>Used for the general definition of transaction hash, status labels, confirmations, and fee-related explanations on Ethereum-style explorers.<\/td>\n                    <\/tr>\n                    <tr>\n                      <td><a href=\"https:\/\/solscan.io\/\" rel=\"nofollow noopener\" target=\"_blank\">Solscan<\/a><\/td>\n                      <td>Used for the explorer example and the practical note that Solana commonly labels recent transactions under \u201cSignature.\u201d<\/td>\n                    <\/tr>\n                    <tr>\n                      <td><a href=\"https:\/\/tronscan.org\/\" rel=\"nofollow noopener\" target=\"_blank\">Tronscan<\/a><\/td>\n                      <td>Used as the official explorer example for TRON transactions and transaction-search context.<\/td>\n                    <\/tr>\n                  <\/tbody>\n                <\/table>\n              <\/div>\n            <\/div>\n          <\/section>\n        <\/div>\n\n        <aside class=\"rail\">\n          <div class=\"toc\">\n            <h2>On this page<\/h2>\n            <nav class=\"toc-links\">\n              <a class=\"toc-link\" href=\"#what-is\">What a TXID is<\/a>\n              <a class=\"toc-link\" href=\"#order-vs-txid\">Order ID vs TXID<\/a>\n              <a class=\"toc-link\" href=\"#when\">When you get it<\/a>\n              <a class=\"toc-link\" href=\"#track\">How to track your purchase<\/a>\n              <a class=\"toc-link\" href=\"#status\">Transaction statuses<\/a>\n              <a class=\"toc-link\" href=\"#wallet-delay\">Why it may not show in wallet<\/a>\n              <a class=\"toc-link\" href=\"#support\">What to send support<\/a>\n              <a class=\"toc-link\" href=\"#faq\">FAQ<\/a>\n              <a class=\"toc-link\" href=\"#reviewed-by\">Reviewed by<\/a>\n              <a class=\"toc-link\" href=\"#sources\">Sources<\/a>\n            <\/nav>\n          <\/div>\n        <\/aside>\n      <\/div>\n    <\/main>\n  <\/div>\n\n  <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@graph\": [\n        {\n          \"@type\": \"Organization\",\n          \"@id\": \"https:\/\/guardarian.com\/#organization\",\n          \"name\": \"Guardarian\",\n          \"url\": \"https:\/\/guardarian.com\/\",\n          \"logo\": \"https:\/\/guardarian.com\/favicon.ico\",\n          \"sameAs\": [\n            \"https:\/\/www.trustpilot.com\/review\/guardarian.com\"\n          ]\n        },\n        {\n          \"@type\": \"WebSite\",\n          \"@id\": \"https:\/\/guardarian.com\/#website\",\n          \"name\": \"Guardarian\",\n          \"url\": \"https:\/\/guardarian.com\/\",\n          \"publisher\": {\n            \"@id\": \"https:\/\/guardarian.com\/#organization\"\n          }\n        },\n        {\n          \"@type\": \"BreadcrumbList\",\n          \"@id\": \"https:\/\/guardarian.com\/blog\/what-is-a-crypto-transaction-id-and-how-to-track-your-purchase#breadcrumb\",\n          \"itemListElement\": [\n            {\n              \"@type\": \"ListItem\",\n              \"position\": 1,\n              \"name\": \"Guardarian\",\n              \"item\": \"https:\/\/guardarian.com\/\"\n            },\n            {\n              \"@type\": \"ListItem\",\n              \"position\": 2,\n              \"name\": \"Blog\",\n              \"item\": \"https:\/\/guardarian.com\/blog\"\n            },\n            {\n              \"@type\": \"ListItem\",\n              \"position\": 3,\n              \"name\": \"What Is a Crypto Transaction ID and How to Track Your Purchase?\",\n              \"item\": \"https:\/\/guardarian.com\/blog\/what-is-a-crypto-transaction-id-and-how-to-track-your-purchase\"\n            }\n          ]\n        },\n        {\n          \"@type\": \"Article\",\n          \"@id\": \"https:\/\/guardarian.com\/blog\/what-is-a-crypto-transaction-id-and-how-to-track-your-purchase#article\",\n          \"headline\": \"What Is a Crypto Transaction ID and How to Track Your Purchase?\",\n          \"description\": \"Learn what a crypto transaction ID (TXID) is, how it differs from an order ID, where to find it, how to use a blockchain explorer, and how to track your crypto purchase step by step.\",\n          \"image\": \"https:\/\/guardarian.com\/services\/meta-geo.jpg\",\n          \"author\": {\n            \"@type\": \"Organization\",\n            \"name\": \"Guardarian\"\n          },\n          \"publisher\": {\n            \"@id\": \"https:\/\/guardarian.com\/#organization\"\n          },\n          \"mainEntityOfPage\": {\n            \"@type\": \"WebPage\",\n            \"@id\": \"https:\/\/guardarian.com\/blog\/what-is-a-crypto-transaction-id-and-how-to-track-your-purchase#webpage\"\n          },\n          \"about\": [\n            \"transaction ID\",\n            \"TXID\",\n            \"transaction hash\",\n            \"crypto purchase tracking\",\n            \"blockchain explorer\"\n          ],\n          \"inLanguage\": \"en\"\n        },\n        {\n          \"@type\": \"WebPage\",\n          \"@id\": \"https:\/\/guardarian.com\/blog\/what-is-a-crypto-transaction-id-and-how-to-track-your-purchase#webpage\",\n          \"url\": \"https:\/\/guardarian.com\/blog\/what-is-a-crypto-transaction-id-and-how-to-track-your-purchase\",\n          \"name\": \"What Is a Crypto Transaction ID and How to Track Your Purchase? | Guardarian\",\n          \"isPartOf\": {\n            \"@id\": \"https:\/\/guardarian.com\/#website\"\n          },\n          \"publisher\": {\n            \"@id\": \"https:\/\/guardarian.com\/#organization\"\n          },\n          \"breadcrumb\": {\n            \"@id\": \"https:\/\/guardarian.com\/blog\/what-is-a-crypto-transaction-id-and-how-to-track-your-purchase#breadcrumb\"\n          },\n          \"description\": \"Learn what a crypto transaction ID (TXID) is, how it differs from an order ID, where to find it, how to use a blockchain explorer, and how to track your crypto purchase step by step.\",\n          \"inLanguage\": \"en\"\n        },\n        {\n          \"@type\": \"FAQPage\",\n          \"@id\": \"https:\/\/guardarian.com\/blog\/what-is-a-crypto-transaction-id-and-how-to-track-your-purchase#faq\",\n          \"mainEntity\": [\n            {\n              \"@type\": \"Question\",\n              \"name\": \"What is a crypto transaction ID?\",\n              \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"A crypto transaction ID is the unique identifier for a blockchain transaction. It can be used to find and track that transfer on a blockchain explorer.\"\n              }\n            },\n            {\n              \"@type\": \"Question\",\n              \"name\": \"Is a transaction ID the same as an order ID?\",\n              \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"No. An order ID tracks your purchase inside a service like Guardarian, while a transaction ID tracks the on-chain payout after it has been broadcast to the network.\"\n              }\n            },\n            {\n              \"@type\": \"Question\",\n              \"name\": \"Why can\u2019t I find my transaction ID yet?\",\n              \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"The transfer may not have been broadcast to the blockchain yet, or you may be checking the wrong explorer or wrong network.\"\n              }\n            },\n            {\n              \"@type\": \"Question\",\n              \"name\": \"What does pending mean?\",\n              \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Pending usually means the network has seen the transaction but it has not been fully confirmed yet.\"\n              }\n            },\n            {\n              \"@type\": \"Question\",\n              \"name\": \"Can I track Bitcoin and Ethereum the same way?\",\n              \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"The basic idea is similar, but the explorers differ by chain. Bitcoin uses Bitcoin-compatible explorers, while Ethereum transactions are commonly checked on Etherscan.\"\n              }\n            },\n            {\n              \"@type\": \"Question\",\n              \"name\": \"Is it safe to share a transaction ID?\",\n              \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"A TXID is public blockchain data, not a secret like a password. But it can still reveal wallet addresses, amounts, and transfer history connected to that transaction, so do not post it casually everywhere.\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n  <\/script>\n\n  <script>\n    (function () {\n      const mobileButton = document.getElementById(\"mobileTocButton\");\n      const mobilePanel = document.getElementById(\"mobileTocPanel\");\n      const tocLinks = Array.from(document.querySelectorAll(\".toc-link\"));\n      const sections = Array.from(document.querySelectorAll(\"[data-section]\"));\n      const externalLinks = Array.from(document.querySelectorAll('a[href^=\"http\"]'));\n\n      externalLinks.forEach(function (link) {\n        try {\n          const url = new URL(link.href);\n          const isGuardarian = url.hostname === \"guardarian.com\" || url.hostname === \"www.guardarian.com\";\n          if (isGuardarian) {\n            link.setAttribute(\"rel\", \"noopener noreferrer\");\n            link.setAttribute(\"target\", \"_blank\");\n            return;\n          }\n        } catch (error) {\n          return;\n        }\n\n        link.setAttribute(\"rel\", \"nofollow noopener noreferrer\");\n        link.setAttribute(\"target\", \"_blank\");\n      });\n\n      if (mobileButton && mobilePanel) {\n        mobileButton.addEventListener(\"click\", function () {\n          const isOpen = mobilePanel.classList.toggle(\"is-open\");\n          mobileButton.setAttribute(\"aria-expanded\", String(isOpen));\n        });\n      }\n\n      tocLinks.forEach(function (link) {\n        link.addEventListener(\"click\", function () {\n          if (mobilePanel) {\n            mobilePanel.classList.remove(\"is-open\");\n          }\n          if (mobileButton) {\n            mobileButton.setAttribute(\"aria-expanded\", \"false\");\n          }\n        });\n      });\n\n      const observer = new IntersectionObserver(function (entries) {\n        entries.forEach(function (entry) {\n          if (!entry.isIntersecting) {\n            return;\n          }\n\n          const id = entry.target.getAttribute(\"id\");\n          tocLinks.forEach(function (link) {\n            const isActive = link.getAttribute(\"href\") === \"#\" + id;\n            link.classList.toggle(\"is-active\", isActive);\n          });\n        });\n      }, {\n        rootMargin: \"-20% 0px -65% 0px\",\n        threshold: 0\n      });\n\n      sections.forEach(function (section) {\n        observer.observe(section);\n      });\n    }());\n  <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Learn what a crypto transaction ID (TXID) is, how it differs from an order ID, where to find it, how to use a blockchain explorer, and how to track your crypto purchase step by step.<\/p>\n","protected":false},"author":13,"featured_media":9765,"comment_status":"closed","ping_status":"open","sticky":false,"template":"calculator","format":"standard","meta":{"_uag_custom_page_level_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[174],"tags":[],"class_list":["post-9762","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cryptocurrency-news-and-insights"],"uagb_featured_image_src":{"full":["https:\/\/guardarian.com\/blog\/wp-content\/uploads\/2026\/06\/ig_0ae2071bfe1cbfb5016a424a1802c08191808e639062913fde-1-e1782729894880.png",1917,466,false],"thumbnail":["https:\/\/guardarian.com\/blog\/wp-content\/uploads\/2026\/06\/ig_0ae2071bfe1cbfb5016a424a1802c08191808e639062913fde-1-e1782729894880-300x73.png",300,73,true],"medium":["https:\/\/guardarian.com\/blog\/wp-content\/uploads\/2026\/06\/ig_0ae2071bfe1cbfb5016a424a1802c08191808e639062913fde-1-e1782729894880.png",1917,466,false],"medium_large":["https:\/\/guardarian.com\/blog\/wp-content\/uploads\/2026\/06\/ig_0ae2071bfe1cbfb5016a424a1802c08191808e639062913fde-1-e1782729894880-768x187.png",768,187,true],"large":["https:\/\/guardarian.com\/blog\/wp-content\/uploads\/2026\/06\/ig_0ae2071bfe1cbfb5016a424a1802c08191808e639062913fde-1-1920x817.png",1920,817,true],"1536x1536":["https:\/\/guardarian.com\/blog\/wp-content\/uploads\/2026\/06\/ig_0ae2071bfe1cbfb5016a424a1802c08191808e639062913fde-1-e1782729894880-1536x373.png",1536,373,true],"2048x2048":["https:\/\/guardarian.com\/blog\/wp-content\/uploads\/2026\/06\/ig_0ae2071bfe1cbfb5016a424a1802c08191808e639062913fde-1-e1782729894880.png",1917,466,false]},"uagb_author_info":{"display_name":"Ivan","author_link":"https:\/\/guardarian.com\/blog\/author\/ivan"},"uagb_comment_info":0,"uagb_excerpt":"Learn what a crypto transaction ID (TXID) is, how it differs from an order ID, where to find it, how to use a blockchain explorer, and how to track your crypto purchase step by step.","_links":{"self":[{"href":"https:\/\/guardarian.com\/blog\/wp-json\/wp\/v2\/posts\/9762","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/guardarian.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/guardarian.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/guardarian.com\/blog\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/guardarian.com\/blog\/wp-json\/wp\/v2\/comments?post=9762"}],"version-history":[{"count":1,"href":"https:\/\/guardarian.com\/blog\/wp-json\/wp\/v2\/posts\/9762\/revisions"}],"predecessor-version":[{"id":9764,"href":"https:\/\/guardarian.com\/blog\/wp-json\/wp\/v2\/posts\/9762\/revisions\/9764"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/guardarian.com\/blog\/wp-json\/wp\/v2\/media\/9765"}],"wp:attachment":[{"href":"https:\/\/guardarian.com\/blog\/wp-json\/wp\/v2\/media?parent=9762"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/guardarian.com\/blog\/wp-json\/wp\/v2\/categories?post=9762"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/guardarian.com\/blog\/wp-json\/wp\/v2\/tags?post=9762"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}