Memory Pool Memory Pool Refreshing

91,995 transactions
37.79 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,892 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 6,492 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,891 (565,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
282,554 282,554 00000000000000014791af30f6b29abee62c27bf65bccbb2f6341d62ee4b49b5 0.07 MB 98 36
282,553 282,553 0000000000000000eb55b0db48fc2908ad07119ab5b72318f047709bccbefa05 0.33 MB 702 51
282,552 282,552 00000000000000010b0a46420b60e4daa0ac30cd11e477d4ba3b5d49dcc90047 0.03 MB 88 51
282,551 282,551 00000000000000003e4be2bdf145f3230e75b3880e16eb3f44c80e0eef49d436 0.01 MB 13 8
282,550 282,550 000000000000000153b40e4d260b219d62106e471c5370c062368cd9d5a9eac4 0.25 MB 508 53
282,549 282,549 0000000000000000b31f2bafa48cc50ab3a22115ab33dbcac0527cab017e0b86 0.30 MB 283 32
282,548 282,548 0000000000000001db4e77e089267e70649a909e4515668804b81eb7598b3d07 0.19 MB 481 49
282,547 282,547 000000000000000116c54f7bcfbc1ddf7d902204c8cb72c1bce6a549b5afe398 0.50 MB 333 19
282,546 282,546 0000000000000001b788004e13ce9a40fa3ae2795b10281a9c55d5ddc27778ff 0.06 MB 64 21
282,545 282,545 00000000000000005df0cbc24a5963f438011e40bfb9d4d4fad434b5da25e9b9 0.12 MB 271 53
282,544 282,544 000000000000000162855f13cbe4b8df3324464bf78d427014701ccada1979ac 0.01 MB 17 45
282,543 282,543 00000000000000014321fb1aff59b63109c3af4140c415600aebb04ad9c856ec 0.10 MB 91 7
282,542 282,542 0000000000000001609055cbc6e4cabdfb71f897c78ab8733a288c19b5c9a39f 0.11 MB 256 37
282,541 282,541 0000000000000000e3a4c5b173278db37c22de40a87ffb338838c0c6e7c17296 0.29 MB 501 28
282,540 282,540 000000000000000036f83d70aec5bb1f3224eb039926b2c7faaf4162a908dcad 0.17 MB 512 69
282,539 282,539 000000000000000171c722e61acc33b2feb5fb0288045a8eedac4dcd4961529d 0.12 MB 276 43
282,538 282,538 0000000000000001096c0d71dfc657703edf77ad1beaad8d72ac628e04d9bb6a 0.18 MB 414 45
282,537 282,537 00000000000000000423d44df7fab9f22aceea76054a2920856e6ed50504a809 0.14 MB 192 27
282,536 282,536 0000000000000001899319e65b8858c0ef66a8c5649ba8988880a049a10aeb99 0.16 MB 360 55
282,535 282,535 00000000000000019bfc32797c4f930bc910340238340f7b0e09402a481670b2 0.12 MB 137 26
282,534 282,534 00000000000000012c8fdd662c989d0bcc8723ebcb4a7c92492ac0e77761c1d9 0.03 MB 54 26
Previous 10 blocks ↓
Total Size: 657.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 55 incoming
  • Data Transfer: 75.13 GB sent, 0.42 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.