Post
Topic
Board Bitcoin Discussion
Merits 1 from 1 user
Re: Mempool full? Long transaction times + fees x10!
by
pooya87
on 03/03/2023, 05:20:49 UTC
⭐ Merited by NotATether (1)
Vbytes is a more recent estimation that still counts in bytes, but does not count the bytes of certain parts of the transaction such as the witness data (IIRC).
It does.
Virtual size is transaction weight divided by 4 and weight is counting witness by computing "base size" (which is serialized size without witness) multiplied by 3 added to the "total size" (which is serialized size with witness).