Memory Pool Memory Pool Refreshing

42,598 transactions
48.88 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
842,364 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,798 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,363 (412,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
430,258 430,258 000000000000000001ab8dfcc4912ec37105448f9c03f92cdd2e5c1f9f79965b 0.27 MB 644 60
430,257 430,257 000000000000000000d58b83f215889493e72017ddd9e88b47018f31aa275888 0.63 MB 1,628 62
430,256 430,256 0000000000000000007267c578674f5e27c91c7a680aa41f9ebb972fc1b579ca 0.94 MB 1,965 49
430,255 430,255 000000000000000002254dd785589829f1cba842e2acd3368faf391ba7495c27 1.00 MB 1,826 44
430,254 430,254 0000000000000000031d23c2ab93a791599f2cf6c29395dd19f06829f6d41b99 1.00 MB 2,251 57
Previous 10 blocks ↓
Total Size: 647.40 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,484.02 GB sent, 45.50 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.