Memory Pool Memory Pool Refreshing

28,138 transactions
37.75 vMB
Show Random Selection Loading Transactions
Max Size: 151/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,905 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,636 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,904 (205,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
636,524 636,524 000000000000000000052c8098035bd9a16d7d207bd66c25ad2fefa74c54ea7b 0.00 MB 1 0
636,523 636,523 0000000000000000000d0684c1ec751f7378f75bd6b071b2fc50d0794732a67b 0.83 MB 1,695 18
636,522 636,522 000000000000000000076b98cf10d10fe5ec69b5c83f9df07359c8d45e6dcefc 1.31 MB 2,411 25
636,521 636,521 00000000000000000003814e6ed2bd195d22371834598ff6f9695fe8cc1e26e4 0.34 MB 655 22
636,520 636,520 000000000000000000090aabf8654f935091c9ac338d35b0f863cdc91e4f8f5e 0.72 MB 1,168 17
636,519 636,519 0000000000000000001020d08e61303bf4233769b5e5008d76f50f39d6cb1b6f 0.99 MB 1,378 10
636,518 636,518 0000000000000000000f3649e4f7ee6a708ddde82de46c8a49885b1341bf9b64 1.41 MB 1,512 22
636,517 636,517 00000000000000000007bba59da68f3aa336c905ed32f5e484e2f17bf04c0e09 1.44 MB 2,223 2
636,516 636,516 00000000000000000007ede9f38852ed13f01cdff8947460fa71223dad092390 1.42 MB 2,514 28
636,515 636,515 00000000000000000006ed7352896ec1a12ea527b69d77fe9ccda0ed947e1a84 1.45 MB 2,069 34
636,514 636,514 000000000000000000032765e2e627b1bcd84979943602141694b450e29408a9 0.56 MB 926 21
Previous 10 blocks ↓
Total Size: 646.59 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 8,373.36 GB sent, 38.61 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.