Memory Pool Memory Pool Refreshing

95,378 transactions
33.46 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,249 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,648 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,248 (415,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,279 430,279 000000000000000000f087499e877f23a35ee7fad7fbcb15d1c9b871cea8afc7 1.00 MB 1,751 34
430,278 430,278 000000000000000003702b84e64d62df9167f309b6d8fdb4b1a6a0f7b5686b9c 1.00 MB 1,455 42
430,277 430,277 00000000000000000012ff1578b7fd02c2e20d38490a9197fa3b6a15ae6f8f6c 1.00 MB 1,413 32
430,276 430,276 000000000000000000a691e8762bd5196767dcbf5e24bcee55dfa0204fdb8a59 1.00 MB 2,519 62
430,275 430,275 000000000000000003239c5978fca57ca0f439d690bc3568f29cbb700bbedea1 1.00 MB 2,552 66
430,274 430,274 0000000000000000030d0c0bde49ef4bfe763f034bda2903fbba12a45b1e4adf 1.00 MB 2,007 58
430,273 430,273 00000000000000000059a3b12a4cd93e8523efaaa5518864ef5ca7070493f08f 0.75 MB 1,140 40
430,272 430,272 0000000000000000000a3df282910b36dc16fe81808083097628af2cbefe3527 1.00 MB 2,010 62
430,271 430,271 000000000000000001e6430776115b5c51f4593d259ca35e1e7a5fd66602a853 1.00 MB 2,532 64
430,270 430,270 0000000000000000031e78773381055306947dfdeddb4b4104b11cb8332ea2af 1.00 MB 2,545 52
430,269 430,269 000000000000000001ec02451b2d74ce523494ea5f7bea743a26595ee3af1c1d 1.00 MB 2,872 76
430,268 430,268 000000000000000001a352186b36a6aa6358a669016045e2a628da314b37bdd9 1.00 MB 2,740 86
430,267 430,267 000000000000000000e0a0361189dfdd67557c90415a2ca534f6b9780298e7cf 1.00 MB 2,513 66
430,266 430,266 000000000000000001200cc9437e9e7bcaedab4317f96386f84d0b5271b8f4ea 1.00 MB 1,899 69
430,265 430,265 0000000000000000026138359402ba1757413bf73cdf5b84a82be6ccf8a3dd74 0.75 MB 1,591 107
430,264 430,264 00000000000000000057848ff97ed1158c20efc32ad381a99d7e6e00e941a83a 1.00 MB 2,581 64
430,263 430,263 000000000000000001fdeea36c6f74cac937ddd4c7c5b4e0844da82a415d72a9 1.00 MB 1,549 78
430,262 430,262 0000000000000000003d687c9497e62ce6bd0ae4632cc91610708a3bd9bf21b6 1.00 MB 1,327 97
430,261 430,261 0000000000000000019f4525e574681992a4ab363682fce29e9546fe59b63f62 1.00 MB 1,980 95
430,260 430,260 00000000000000000441fc5d7120a3649ea1e8ee871c925b12d0645d8ba3e190 0.97 MB 1,087 18
430,259 430,259 000000000000000003d5cb42bf9f8cd9781a9936f4078f99b98816ee883c7e7e 0.93 MB 2,523 58
Previous 10 blocks ↓
Total Size: 654.67 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,398.69 GB sent, 90.71 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.