Memory Pool Memory Pool Refreshing

37,792 transactions
28.76 vMB
Show Random Selection Loading Transactions
Max Size: 136/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,205 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,520 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,204 (519,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,128 323,128 0000000000000000007662022498fe1f0819b6e707261ced2bf0b263281182ac 0.35 MB 795 36
323,127 323,127 000000000000000016d0f31b5381dc0358ec4284775d21ace0a28d9b11ae7478 0.14 MB 201 23
323,126 323,126 00000000000000001e612341eae990a256e262cbd9ffc814ea79688f03430898 0.39 MB 682 29
323,125 323,125 000000000000000009fc6f32cb7a34a17c5f05cbe969d62f397e13398a081b6d 0.07 MB 170 31
323,124 323,124 00000000000000001b1464c9d6f1fbbfa5937a4c8916fc7f65bb4da65811a25d 0.10 MB 219 30
323,123 323,123 0000000000000000186a34634db7f6b254c229ed843902feb3802cb49ae90215 0.11 MB 165 27
323,122 323,122 000000000000000012a94dfec8c54fe4835c12491d0d352322f123be6b7d8b4a 0.47 MB 771 27
323,121 323,121 000000000000000013a68a4493267c303acfaf9b528fa7968166b6c022371ffe 0.40 MB 672 26
323,120 323,120 00000000000000000b54f37341066193b924b72fdc618647969e5a7bb2992510 0.35 MB 501 23
323,119 323,119 00000000000000001b8c46e85b0b1ff2064903eb6aea9aed2002c94777d1772b 0.45 MB 723 27
323,118 323,118 0000000000000000069e530459be12861eb44acfb9a7a3e2f81337ba6ceb0c31 0.18 MB 359 22
323,117 323,117 00000000000000001cbfdcadef119bbdffddd37e7d5d27733fcd34fa4419015d 0.20 MB 408 29
323,116 323,116 00000000000000001484861eeaba7525876db22063043e42753926b9d56d2d9c 0.78 MB 1,362 28
323,115 323,115 0000000000000000044b8ed2da797fb37e7e645038e84bcab237a77871f24de1 0.22 MB 272 22
323,114 323,114 00000000000000001e35f9d2d505f7888966e3cfd327d7f190a35a2de9e54430 0.06 MB 82 4
323,113 323,113 00000000000000001e13b07e26be21befb6807150f04155212cd9591c4c27d80 0.11 MB 122 13
323,112 323,112 00000000000000001f90787243079f08f4d87dd47763040cd97f0ff08fafe1cc 0.18 MB 247 27
323,111 323,111 00000000000000000715c535e5fdc0eb6c4c23fcc67da75f95029a39b03d6999 0.30 MB 583 28
323,110 323,110 00000000000000001a5b4d44e008283b9a2e2a911dc800c5f03609407105e771 0.24 MB 178 11
323,109 323,109 00000000000000000e9fcb6aebf0af9a0f7427e0f0887eff090467541ecc9c01 0.75 MB 666 24
323,108 323,108 00000000000000001bf588a72bfe62c926fae5c99cb8dc44c783081ef6b16d67 0.75 MB 1,013 26
Previous 10 blocks ↓
Total Size: 647.12 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,456.69 GB sent, 43.30 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.