OP_DROP

(117 | 0x75)

Input

0 items

|

Output

0 items

This is a simple but powerful operation designed to remove & entirely discard the top item in a stack (as always in an LIFO ordering). Drop, along with Return, are the two op_codes most commonly used as a way of storing data on Bitcoin. As opposed to simply pushing data on the stack, using OP_Drop ensures that the script will remain valid.

OP_Code Walkthrough

Drops the top item in the stack

Pop top item

Continue script operations