Memory Pool Memory Pool Refreshing

59,138 transactions
33.57 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,562 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 4,089 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,561 (246,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
598,525 598,525 0000000000000000000a7764ada29e54d620eb873967ab768cf852f62682b592 0.25 MB 702 16
598,524 598,524 0000000000000000000d8d945a5a08a2a4cd16f0e30d7081073f2c89880bc243 0.15 MB 141 7
598,523 598,523 0000000000000000000adc615c168fa1e3c44e5d1dd0fa71d75cbf81cd6c1a45 0.43 MB 1,130 5
598,522 598,522 0000000000000000000c1056dbf7625c39525dea24b1a4f3915628efc250c740 1.34 MB 3,081 19
598,521 598,521 0000000000000000000e314ecff091d2a5f12d3a4d7bc0eda1f79a7a15491f03 0.02 MB 67 11
598,520 598,520 000000000000000000112612c58cc89e38b0ac87fcef5b4fd6d711dd31789de8 0.85 MB 2,502 16
598,519 598,519 0000000000000000000284606229e14d26e4a0946243697878829472092556bc 0.56 MB 1,653 5
598,518 598,518 0000000000000000000c2052d2688a95fe66244005e521cdecdbd6e9e4b50ac3 1.28 MB 3,449 17
598,517 598,517 000000000000000000030d3362e6bc75ed0f0fa04c6d66c67c531a45b30a178d 1.25 MB 2,761 7
598,516 598,516 0000000000000000000f34fc4895a885e3a21f5a38b6e6a867d00d220476ea1f 1.41 MB 3,468 30
598,515 598,515 0000000000000000000eb841e72879dab889d34ace2eba7b8d3952970bf8bfca 1.51 MB 2,053 25
598,514 598,514 0000000000000000001101b2c75c800459bd8d2a880e931a346478d95dff87ee 0.98 MB 1,671 10
598,513 598,513 0000000000000000000f9de63f3db0c5465897cae97fe461280b934652aa7964 1.29 MB 3,437 10
598,512 598,512 00000000000000000008611ae675a5b53e87fdaa9a37a6fb0ff2296983ed25d5 1.23 MB 2,290 6
598,511 598,511 00000000000000000013aa533e78ca6b39a2df7c766ee43ed3c222ea19f43ef9 1.25 MB 3,338 17
598,510 598,510 0000000000000000000bc72044d3b34b9ccf15542bd0fe9f93b3add50bb9eb74 1.25 MB 3,217 16
598,509 598,509 0000000000000000000cf1ccbd2387c273a66e63d5930d1fb2cf69d5fac06802 1.58 MB 2,794 22
598,508 598,508 000000000000000000093953f9baa89e7a23874fd8d3de9e2823a1b84fc9d5b9 1.52 MB 2,361 46
598,507 598,507 0000000000000000000f29f789bd992abcf9c60cb5179fd0cc8afba2afbeb136 1.27 MB 3,173 16
598,506 598,506 0000000000000000000866097e82baa7a691a4992920e55269dad512f68f5bf7 1.37 MB 3,298 27
598,505 598,505 0000000000000000000643e79800d6746aa22cd7c8b878a9088c4f67b2f2cd9e 1.20 MB 2,760 19
Previous 10 blocks ↓
Total Size: 651.57 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: 9,142.73 GB sent, 69.36 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.