Memory Pool Memory Pool Refreshing

37,952 transactions
42.79 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,626 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,145 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,625 (571,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
270,570 270,570 0000000000000006a44a285c9a1439fbbfb1d20180e89dbbc82c8cf0b68e8669 0.06 MB 126 61
270,569 270,569 00000000000000064c20c12bf7a247a6cbf3b31c8d288132062af34d931dee74 0.15 MB 185 18
270,568 270,568 0000000000000002e17bc0a5590b0608fa72d0e3a336c2d68a90c5d955716e93 0.06 MB 157 151
270,567 270,567 0000000000000001bc303de18d5fc8f3516d6226241a21164c7523914bc0410f 0.21 MB 142 12
Previous 10 blocks ↓
Total Size: 646.06 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,323.64 GB sent, 35.68 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.