Memory Pool Memory Pool Refreshing

21,756 transactions
36.30 vMB
Show Random Selection Loading Transactions
Max Size: 131/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,276 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 147 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,275 (571,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,591 270,591 00000000000000028191292c66867481c935445fd8697e84c451b58177e3a642 0.25 MB 710 77
270,590 270,590 0000000000000001a81b79698e3f1a83e06e51c34b415f7389ae3d0b21e73863 0.18 MB 376 60
270,589 270,589 00000000000000023fc8b8958db56de10be9b6d091d724acb0b84fbc3855df3f 0.25 MB 520 34
270,588 270,588 0000000000000000d9d7063758837d8561a1f9639be9b76fe39cb848b37fb7c0 0.25 MB 628 105
270,587 270,587 000000000000000390f54ae8e98062a174aaba95dbdde1a802d4a25e444059a7 0.08 MB 107 15
270,586 270,586 0000000000000000890e54988f4ebb693410a7f3c8b61524d589e3df52fee375 0.25 MB 631 88
270,585 270,585 0000000000000005a293fb82f5c221c57f2e83c977489e8dbd89f0878dfc5e53 0.24 MB 398 85
270,584 270,584 0000000000000005a60e8abd8d71b9bc5f637069af35b397f31987ba511ea82c 0.12 MB 204 35
270,583 270,583 0000000000000005b5699920027af86ec819b830593c12a4657f323eea1895db 0.15 MB 203 31
270,582 270,582 00000000000000020ec6bfc8b6d66cee86c6ceb87485fbce063abb2923176b74 0.16 MB 224 41
270,581 270,581 0000000000000002e1f77fa91c32fb5089d6f70227d03777225b54b5cba72de0 0.35 MB 470 7
270,580 270,580 0000000000000001c9090886ddad0e5e97c59b587b358d60a264b9526579173e 0.29 MB 485 57
270,579 270,579 0000000000000000b6bb32f507530db0a40eca6e45760ea2e83a1087bb9f195a 0.50 MB 1,328 65
270,578 270,578 0000000000000003faa305d4698c4d71c59c7f348212e8fe83ad5ad53fc88f06 0.50 MB 1,222 108
270,577 270,577 0000000000000000384c076273f6cbac52b86583c8f8bbc3acf6d0224270835b 0.05 MB 106 22
270,576 270,576 00000000000000029d1446ea7b59a99e5c5c755c34d1c3b591cc1c8083d37c83 0.04 MB 90 56
270,575 270,575 0000000000000005cbe0db695bca8263875ae836a1e9b69f843f8fe050f19369 0.31 MB 538 68
270,574 270,574 0000000000000002eaecc91ba7b03b3420b0873027d6f11268379d1c14aca87b 0.29 MB 354 58
270,573 270,573 00000000000000057f124916e87fee0c7c5158f6395dba4830806644d91bada7 0.25 MB 518 43
270,572 270,572 0000000000000000e02dc60c31549ba43aa7a4d0ab9eb8abda030b80e26264eb 0.25 MB 663 70
270,571 270,571 0000000000000003860544b2c4a43554f7c4212d0d129dd47326905697bcd406 0.25 MB 791 309
Previous 10 blocks ↓
Total Size: 647.24 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,465.01 GB sent, 44.13 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.