Memory Pool Memory Pool Refreshing

40,950 transactions
47.25 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,791 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,249 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,790 (205,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
636,545 636,545 000000000000000000071cf51a29b42f588caa8f901b5d507dc46f17053ab206 0.56 MB 1,138 15
636,544 636,544 00000000000000000004fd1a560775515de6bde4943b0c11be939db8c6134668 0.08 MB 227 27
636,543 636,543 0000000000000000000113afb674d542a541bf17781face269f1a7ab19364392 0.69 MB 1,050 2
636,542 636,542 0000000000000000000b72dec0621d2d5090d0645542388cb7143ea1fd4a40df 1.21 MB 2,696 21
636,541 636,541 0000000000000000000401fcb8f62d87462eb89565a672cac76b9d3c17bcc9a0 0.70 MB 1,370 16
636,540 636,540 0000000000000000000c996200d829155a70d940cb04d5aa935445c0b2963b60 0.35 MB 660 15
636,539 636,539 000000000000000000040ec51d1068df56df452ec35901b328a6ef779817e735 0.12 MB 228 17
636,538 636,538 000000000000000000048e2c7546c6ec2168293abcb45195427c6b81cc52b077 0.31 MB 717 20
636,537 636,537 00000000000000000008b7c9e555bbd71299ee3bdfd5adc088f9acbfacd47e4e 0.91 MB 1,765 20
636,536 636,536 000000000000000000053071bb917bd899cf0b277c6ca0f7b81949cd7750670d 1.00 MB 2,155 18
636,535 636,535 000000000000000000085d8f9d9b5119fb8497304a8aa3cf54038cc8f6009cf6 0.95 MB 2,106 13
636,534 636,534 00000000000000000000a265d6e5155fc25fd89c6e8c652031d362e8e0060d13 1.46 MB 1,923 14
636,533 636,533 000000000000000000025e2cdbda140ddb5e5ff45247ab14f1fe226e77586c1b 1.35 MB 1,928 33
636,532 636,532 00000000000000000005f9eddb5c97eba64d2b21667a6103d32c33dd14100c8c 0.09 MB 113 13
636,531 636,531 000000000000000000032d39e2dd4178f6d0703db746266b82e92bbc4052f39e 0.89 MB 1,830 7
636,530 636,530 00000000000000000001229dd65883faed7f63d599416742876dd0cace54821b 1.35 MB 1,809 28
636,529 636,529 0000000000000000000ef754d5ed3cba2a7bec9cdf6b4982c8066bc2b94c043f 1.35 MB 2,563 28
636,528 636,528 0000000000000000000c93cdcb0f51dabfc547e4960b84cc675d5407f290268a 1.33 MB 2,678 22
636,527 636,527 0000000000000000000d43d575f7d50e86a37124cdaa1456308fd118d05de8ae 0.93 MB 1,547 19
636,526 636,526 0000000000000000000a0ab5bf76c9dabbb14d32632efb92e80ff237121d9703 0.70 MB 1,425 4
636,525 636,525 000000000000000000034a8d2c0d33f0012029630cfe9af831fabb53a6376eb4 1.30 MB 2,715 29
Previous 10 blocks ↓
Total Size: 646.37 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,343.41 GB sent, 37.34 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.