INPUT Script with no ScriptSig?

1

Anyone knows what does it mean when there is no ScriptSig under INPUT SCRIPT for a TX?

See here:

https://i.imgur.com/TCHFUfV.jpg

Thanks!

RobertH

Posted 2018-06-18T20:35:18.603

Reputation: 151

It would help to see the raw transaction, then one could use „decoderawtransaction“ and analyze the details... at least on my iPad the imgur image seems to be blank... no hexcodes visiblepebwindkraft 2018-06-18T21:07:00.963

Answers

2

It seems to be a witness transaction according to your screenshot (you can see the same missing scriptSig followed by witness here).

Segwit encodes the signature information slightly differently from the regular script sig, so it will not show up under that heading. A segwit transaction would still contain the information you would traditionally see in the scriptSig, but in the witness section instead.

Raghav Sood

Posted 2018-06-18T20:35:18.603

Reputation: 10 897

This seems to be the case. Thanks! I also found this website where we can see details regarding segwit trx's [link]https://blockchair.com

blockchain.info is not very segwit friendly.

RobertH 2018-06-18T21:45:30.640

-1

If it's a P2SH output and the redeem script is OP_TRUE then it's an anyone-can-spend and you don't have to provide anything in the scriptSig

Mike D

Posted 2018-06-18T20:35:18.603

Reputation: 1 571

This is not correct.Anonymous 2018-06-19T04:12:35.850

@eponymous could you elaborate how it is wrong so I can edit/delete it?Mike D 2018-06-19T13:05:12.830

It's explained in the other answer, it has a witness.Anonymous 2018-06-19T18:29:07.307