Absolute Transaction Timelocks
  • An absolute transaction timelock determines from which time on a transaction can be broadcast and mined on the Bitcoin network.

  • This type of timelock can either be created by the transaction signer(s), or the signers of the previous outputs:

  • TX Locktime Field
    • Describes the absolute time in unix time or blockheight, from when on the transaction is valid.

  • OP_CHECKLOCKTIMEVERIFY
    • An output script operator, which describes what locktime the spending transaction must have.

1
Absolute Transaction Timelocks An absolute transaction timelock determines from which time on a transaction can be broadcast and mined on the Bitcoin network. This type of timelock can either be created by the transaction signer(s), or the signers of the previous outputs: TX Locktime Field Describes the absolute time in unix time or blockheight, from when on the transaction is valid. OP_CHECKLOCKTIMEVERIFY An output script operator, which describes what locktime the spending transaction must have.