Author

Topic: Block Transaction Count (Read 94 times)

legendary
Activity: 3472
Merit: 3217
Playbet.io - Crypto Casino and Sportsbook
April 08, 2023, 08:02:37 PM
#4
I can't seem to find another website to provide that data except for Blockchair BlockBoss_ already provided you with a good source but if you are looking for a more advanced tool with a specific date you can check this API below

Code:
https://api.blockchair.com/bitcoin/blocks?limit=100&sort=-id&date={YYYY-MM-DD}&fields=id,transaction_count

Replace the date you want to see 100 blocks with transaction counts.

Or this one below with Unix time

Code:
https://api.blockchair.com/bitcoin/blocks?limit=100&sort=-id&min_timestamp={timestamp}&fields=id,transaction_count

Sample today is April 9 and if you want to get blocks for a week ago April 2 you will need to use https://www.epochconverter.com/ to convert the time. Here's my sample below

Code:
https://api.blockchair.com/bitcoin/blocks?limit=100&sort=-id&min_timestamp=1679923200&fields=id,transaction_count

Blockchair API is a more advanced tool you can request any data that you want to retrieve but limited to the free user you can maybe buy their API plan if you want more data to retrieve.
sr. member
Activity: 602
Merit: 387
Rollbit is for you. Take $RLB token!
legendary
Activity: 1526
Merit: 1359
April 08, 2023, 06:04:20 PM
#2
Is there a site which can get me organized transactions count for bitcoin blocks?


The mempool.space website offers a range of information about individual Bitcoin blocks, including their block height, the pool they belong to, their size, as well as the total number of transactions  included in each block.

https://mempool.space/blocks

Another popular site for tracking Bitcoin transactions is blockchair.com. This site provides detailed information about Bitcoin blocks, including the total number of transactions and the total value of transactions included in each block. Blockchair.com also provides tools for filtering and sorting Bitcoin transactions based on a variety of criteria, making it easy to find the information you need.

https://blockchair.com/bitcoin/blocks
hero member
Activity: 1358
Merit: 851
April 08, 2023, 05:49:28 PM
#1
I'm looking for a website which shows transactions count for every block. In the block explorer like blockchair or others, we can see the transaction count for each block. I have to check individual block to get this data. That's huge time consuming when I would like to see data, for instant, all the blocks from the last few weeks. Is there a site which can get me organized transactions count for bitcoin blocks?
Jump to: