Polygon Transaction Status

Polygon Transaction Status details
Polygon Transaction Status on Polygon blockchain

Understanding Polygon Transaction Status

Every Polygon transaction has one of three possible statuses: Pending, Success, or Failed. Understanding what each status means helps you take appropriate action when monitoring your on-chain activity.

Status Reference:

  • Pending

    Broadcast but not confirmed

  • Success

    Confirmed and executed

  • Failed

    Processed but reverted

  • Block Time

    ~2 sec to confirm

  • Confirmations

    2+ for finality

  • Failed Gas

    Gas still consumed

  • Speed Up

    Increase gas price

  • Cancel TX

    Replace with 0 value TX

A Pending status means your transaction has been broadcast to the Polygon network but has not yet been included in a block. Given Polygon's 2-second block time, most transactions move from pending to confirmed within seconds. If a transaction remains pending for several minutes, it may have been submitted with a gas price below the current minimum, or the network may be temporarily congested.

Polygon blockchain network
Polygon transaction details

A Failed status indicates the transaction was processed by the network but could not be executed successfully. Common reasons include insufficient gas, a smart contract error, or a failed condition check. Even failed transactions consume gas, as the validators still performed work. You can view the exact reason for failure by examining the transaction receipt on polygontransaction.com.