76
OP_DUP
Duplicate the top stack item (the public key provided by the spender)
a9
OP_HASH160
Pop, compute SHA-256 then RIPEMD-160, push the 20-byte result
14
OP_PUSHBYTES_20
Push the next 20 bytes onto the stack
12ab8dc5 88ca9d57 87dde7eb 29569da6 3c3a238c
Pubkey Hash
The 20-byte Hash160 that defines this address — the expected fingerprint of the spender's public key
88
OP_EQUALVERIFY
Compare the computed hash with the stored hash — abort if they differ
ac
OP_CHECKSIG
Verify the ECDSA signature against the public key — push TRUE or FALSE