I think you may be confusing the terminology
So a blob is a storage term (sure you know binary large object), the word before defines the implementation
-block is used more for large data loads - so large writes
-page is optimised for read write
-append uses blocks but for additions (appends)
The cost of storage (largely) is based on the tech used, and the storage tier (archive / cool / hot). So if the storage is HDD, the cost will generally be lower, if premium SSD, the costs higher.
Block blobs require Premium SSD, so do have a higher cost.
https://learn.microsoft.com/en-us/azure/storage/common/storage-account-create?tabs=azure-portal