trezor / blockbook

:blue_book: Trezor address/account balance backend
https://trezor.io
GNU Affero General Public License v3.0
671 stars 654 forks source link

Missing transactions in the block response #1123

Closed cryptosystems6300 closed 2 months ago

cryptosystems6300 commented 3 months ago

When requesting the full block from Blockbook, not all transactions are returned.

Example: https://btc1.trezor.io/api/v2/block/856612

The response does not include this transaction even though it is in the same block: https://btc1.trezor.io/tx/48310f9b74eb2481bcf5e19b7bfe6725684f7aa44bd1faa8f5d221e6ef465243

yzeirbaku commented 3 months ago

I have experienced the same issue with: https://btc1.trezor.io/api/v2/block/856588

https://btc1.trezor.io/tx/f881b58042e3be7e048759cbff5f267f19c79c03e24dab2d7bed0778fe4ff64a

screw commented 3 months ago

The result are paginated. The transaction you are looking for is on the third page: https://btc1.trezor.io/api/v2/block/856612?page=3