Transaction

Loading Transaction Details
Transaction
{{ TC.tx.txid }}

Summary

  • Size
    {{ TC.tx.size }} ({{ 'bytes' | translate }})
  • Received Time
    {{ TC.tx.time ? (TC.tx.time | amParse : 'X' | amDateFormat: 'MMMM D, YYYY h:mm:ss A') : 'N/A' }}
  • Mined Time
    {{ TC.tx.blocktime | amParse : 'X' | amDateFormat: 'MMMM D, YYYY h:mm:ss A' }}
    N/A
  • Included in Block
  • TxReceiptStatus
    {{ TC.tx.receipt[0].excepted.toLowerCase() === 'none' ? 'Success' : 'Fail(' + TC.tx.receipt[0].excepted + ')' }}
  • Coinbase
    {{ TC.tx.vin[0].coinbase }}

Details