Memory Pool Memory Pool Refreshing

33,495 transactions
40.00 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,477 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,972 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,476 (519,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,335 323,335 00000000000000000f982ce092954aa03dc3ca9f9167db4eea4268bdde29298a 0.26 MB 396 25
323,334 323,334 00000000000000000a1c4caf9e6c09d0c03e541144986bf03ac053fcc327b586 0.75 MB 1,235 27
323,333 323,333 000000000000000004982d48e114a35362b1322630c1a9771146f39c223bc4fc 0.13 MB 192 22
323,332 323,332 0000000000000000146f5c31f35210ecb96379a2d827a378ad9583652ec79312 0.22 MB 398 23
323,331 323,331 000000000000000003d179ceb66fc51f08e1c3d5c5d097155c057e8e008019fb 0.10 MB 173 26
323,330 323,330 00000000000000001e21cd3b6322b91870de6761f482cb294cd38145a54072e4 0.24 MB 441 27
323,329 323,329 00000000000000000cf2a796fae0cf7f547aa99b30816f948174505e53308b2d 0.28 MB 308 24
323,328 323,328 00000000000000001dd3c7b225a772d8ae2fd5261fee75068bcfa805c72c0faa 0.23 MB 322 24
323,327 323,327 00000000000000000595a97736a7335326676d5578b1e0168bedf554786ef69d 0.26 MB 500 27
323,326 323,326 00000000000000000a91f0930b60fae8087261cdb2814265136248a420fa4aab 0.13 MB 188 20
323,325 323,325 000000000000000017955d3d362fc9d18cc3f75d669417693772d191d51a1431 0.27 MB 558 28
323,324 323,324 0000000000000000182365fcfc5cb2d4a77da5a10d67bf16380a6023add78890 0.26 MB 338 23
323,323 323,323 000000000000000016d21692dd8262b614d6c0721c4a07e0bd355843698f1a95 0.09 MB 151 27
323,322 323,322 000000000000000018a80e1c77c7ee79e616af0115b203c6ae31e779de2d0466 0.02 MB 43 25
323,321 323,321 00000000000000001549fbac57d362f112204c2b61a10447aa5e79caa34123e9 0.06 MB 82 22
323,320 323,320 000000000000000017906dd3a30090a2bc2d9872ab302db8b5326ef8d18ac923 0.32 MB 510 24
323,319 323,319 00000000000000001c418a67706d3436f35a94fbcabae54220eec24263f9c875 0.29 MB 480 23
323,318 323,318 0000000000000000173f214febef7f8d81ca07b70a722261145ea5da023d70e7 0.03 MB 55 22
323,317 323,317 00000000000000000c206d1d91327eca8251bd523319af6279190b113f14061c 0.14 MB 293 28
323,316 323,316 000000000000000001e6465d07666cebe070d041810fac66b08f37373945868d 0.04 MB 56 8
323,315 323,315 00000000000000000e62f1d8888c29304643ae7fc4fa2ef235e5494b2e5b198c 0.46 MB 585 21
Previous 10 blocks ↓
Total Size: 647.62 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,521.27 GB sent, 46.85 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.