Memory Pool Memory Pool Refreshing

58,035 transactions
40.69 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,082 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,822 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,081 (573,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,396 268,396 0000000000000007c5776344488cf171d2a126c9e2fef86adf401bce586c6260 0.15 MB 147 14
268,395 268,395 0000000000000000b13d616d5c1f07192c8b714c5a67a6973b42ca784efe6cc6 0.21 MB 191 25
268,394 268,394 0000000000000007457fe572a4bc23daeebcb4de57f302466183786e06a6af47 0.25 MB 605 42
268,393 268,393 00000000000000017d81c79b5c98047807e2de5d83560f1c07bd42e9c4695823 0.25 MB 561 143
268,392 268,392 0000000000000000f8c9180d622c8abb09f9f62aa12433c36f4ce0d5ffc0ad6c 0.25 MB 491 86
268,391 268,391 0000000000000000e7c3a9387b2a17525cf173e67591df40e8b6ee64882c1e40 0.10 MB 123 34
268,390 268,390 0000000000000002e8dbe142b7f389f30fdbca7dade651d0e163b378d4bccc4c 0.12 MB 205 49
268,389 268,389 00000000000000071d22f2647e43f2c68f2d31e3d36bfed0fb964eb0f2a26a38 0.05 MB 114 48
268,388 268,388 0000000000000000dc988f42876d5ab7496ba131d5ed77b152f3136f4bf66301 0.27 MB 652 86
268,387 268,387 0000000000000001a1c6dc9343e20b84bbc3cfeb36a4b3aa0a82498065935f1a 0.13 MB 210 65
268,386 268,386 0000000000000007549d1d7d3d98a30c9f7ff7f44398315a6760fc446758bebb 0.16 MB 282 60
268,385 268,385 0000000000000004e8926ab49ec0610f8e15db610ae60b21dd04c699e1eec653 0.10 MB 207 73
268,384 268,384 00000000000000074721ed2a2483c060e6fdb5ed5e4447c072858c730623f6f0 0.20 MB 384 72
268,383 268,383 0000000000000006e606feb0552a342f780fbc3f333fc733b6c29edadc16fcda 0.18 MB 416 55
268,382 268,382 00000000000000013deefb23797db13ef7d0b91442c0e03e8068e13482ea4384 0.17 MB 285 74
268,381 268,381 0000000000000002077638e8c5d1a0f29b57ef885dca44105db758bae5dc8734 0.33 MB 555 67
268,380 268,380 0000000000000005117a44d8560c619403f1e75452dfe63f35bb959e5255df7d 0.30 MB 592 67
268,379 268,379 000000000000000676663da1b7e0c580d26e768fad20a14c0f3c6662ae36a016 0.28 MB 620 69
268,378 268,378 00000000000000077e6eb274513df39076fc13ea85b775b8ed501b785b45f85d 0.04 MB 37 8
268,377 268,377 0000000000000001957bd7682df90bbe588af449711de38b2e012f4724034e1d 0.17 MB 199 31
268,376 268,376 0000000000000006224644b1663ec1f723a6f85649310766efdfce543a2717e1 0.25 MB 591 108
Previous 10 blocks ↓
Total Size: 646.90 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,433.58 GB sent, 41.29 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.