Memory Pool Memory Pool Refreshing

82,489 transactions
30.37 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,030 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 7,465 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,029 (521,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,426 323,426 00000000000000000bd284af7ee5ebcb93805ccc8c16914678e5195059d6d551 0.27 MB 488 33
323,425 323,425 000000000000000004f3bdead80a493a81f19bbfadf640d14c823eb8c004794e 0.40 MB 817 28
323,424 323,424 00000000000000001f4081ef5174d630a386fa3252abf117409e2545b5afb131 0.79 MB 1,486 31
323,423 323,423 00000000000000000af4ec7cbec335f1ecd6e5495bae26eea9e291260396835f 0.66 MB 1,133 30
323,422 323,422 00000000000000000f419d615d78b76e77c2dcff6cfc7c6f6e219ed4ea87e3ed 0.03 MB 57 15
323,421 323,421 00000000000000000f18e475d0458acb4808d864182f0e39459f726141e9771b 0.18 MB 255 24
323,420 323,420 0000000000000000181575e59c459c6829dfc9bff198f65d81e3a68d1f45082c 0.12 MB 224 29
323,419 323,419 00000000000000000531567e54e8a4af3fde674a7c67c4c582c20cc79ae4fdef 0.57 MB 1,070 28
323,418 323,418 0000000000000000041b1a02eff02323f066200045d7e4b6f560a24d8603e52b 0.32 MB 572 28
323,417 323,417 00000000000000001270647a22370be0d68cfd685825dfc89fd72426123e7439 0.04 MB 79 17
323,416 323,416 00000000000000001cc2bc22a30c14c596210a6b59682c8604eb1bf014fd0e7c 0.80 MB 1,550 30
323,415 323,415 00000000000000000add993f4e92643051075efc2cbbbfc83e4cbefa099f4320 0.12 MB 208 31
323,414 323,414 00000000000000001d65ed16d072d64c185dab63862a8528137eaf89724ba525 0.05 MB 97 24
323,413 323,413 000000000000000015fb68c71cb541e48c30733e615597574014ff5c2b5e8418 0.02 MB 25 24
323,412 323,412 00000000000000001e2d7f0ddb4a8181b5e035aa2758ace4c928a8e5f170062f 0.04 MB 78 20
323,411 323,411 00000000000000001e84080d890386914c0bae6b23cbf9e752c39e6f015a81f4 0.23 MB 391 29
323,410 323,410 0000000000000000166125e277e39aa1fdcaddf70558af1b5289978f290e28b6 0.46 MB 460 18
323,409 323,409 000000000000000007a828cc4734a8899d81b020bd00d725395e59a9d7655c2a 0.35 MB 925 68
323,408 323,408 000000000000000000543412ac97062001323365ec51b33051fa646dfeb69702 0.17 MB 250 23
323,407 323,407 00000000000000001d03baf86ccff60ecc8d92a146d35ffdbb37d72e170d3865 0.30 MB 517 28
323,406 323,406 000000000000000018244d761637159de12a85678b100c5210b56a0f09747369 0.65 MB 804 21
Previous 10 blocks ↓
Total Size: 652.45 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,262.38 GB sent, 74.77 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.