Memory Pool Memory Pool Refreshing

29,445 transactions
20.87 vMB
Show Random Selection Loading Transactions
Max Size: 110/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,244 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,474 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,243 (571,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
270,566 270,566 00000000000000031e84ca3f4f26e91b991995db2446064ff5a493785f0db32f 0.25 MB 646 89
270,565 270,565 0000000000000004a3a9832dae2e97a233a899c9ab7adac17f0be32b7525a145 0.25 MB 714 164
270,564 270,564 00000000000000070a22bf596cf6e95db84e396e00173ad8b6fd47ff76db2318 0.25 MB 504 86
270,563 270,563 0000000000000002f381f69bc5631a7c4b569903f35ce97f54624c8f8074b272 0.25 MB 762 200
Previous 10 blocks ↓
Total Size: 647.18 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,461.32 GB sent, 43.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.