Memory Pool Memory Pool Refreshing

19,967 transactions
26.45 vMB
Show Random Selection Loading Transactions
Max Size: 84/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,121 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 3,104 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,120 (377,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,117 471,117 000000000000000000168a1331adaeee576a6184b8dd57a5b6bc2d9fe5e8b04c 1.00 MB 2,153 342
471,116 471,116 000000000000000001841449c5262d386d15f71ac876b36aedfab3bdd223c92f 0.99 MB 2,344 326
471,115 471,115 000000000000000000aed2135b434210329796a74c642b71ed17948350e9e607 1.00 MB 1,641 315
471,114 471,114 0000000000000000002543095b56874b376325534734318388be7e41cf933e96 1.00 MB 2,253 310
471,113 471,113 000000000000000001526ead2122302d4c8c9d4123212c316ce442527ef5e848 1.00 MB 2,472 333
471,112 471,112 0000000000000000010acc7f2996734560c76d58493b4d33bc66f97a1d3506da 1.00 MB 2,048 357
471,111 471,111 0000000000000000019237ea0307471a1ca5a5142f7eb96e22eb1cc62eb9e7d0 1.00 MB 2,318 378
471,110 471,110 000000000000000001470ca4292e862ce811ac6c31db467e102e7a8774ed5510 1.00 MB 1,933 375
471,109 471,109 00000000000000000142e79d5b27c8124790ec209e544823aff520ad886842f3 1.00 MB 1,235 266
471,108 471,108 00000000000000000117712452c424d6ddcc77e52827d820858b427d98e4307f 1.00 MB 2,843 454
471,107 471,107 0000000000000000011d7c3cea894646e0906a8e3d0717523e6805c36144a253 1.00 MB 2,046 363
471,106 471,106 00000000000000000099ffa41977d6d70aa116e7af2be1d1e602082d3f7482d1 1.00 MB 1,961 215
471,105 471,105 000000000000000000b7f528beed8c79460a58d4f9a486f46cdec213d39e8d46 0.24 MB 525 395
471,104 471,104 0000000000000000018eba318514ff680dd06c21f93ead34b2844a43495adc90 1.00 MB 2,262 398
471,103 471,103 000000000000000000a5a9a5aaa2556386903810f8103c846c98a2d2914c1d32 1.00 MB 2,151 219
471,102 471,102 000000000000000000fabe469d025e5905ac614cea78ed96d480a66020f25a45 1.00 MB 2,392 369
471,101 471,101 00000000000000000179cafcb017d560e1ce8ace35e08607f27d6cee33b76700 1.00 MB 2,281 409
471,100 471,100 000000000000000000441902abce10203bcfbcc720d06dde18675358813355f5 1.00 MB 2,293 294
471,099 471,099 0000000000000000000bc484d3c18819f6091b4db89d8970c1e0e61b4888ae4d 1.00 MB 1,885 373
471,098 471,098 000000000000000001497f1a0264d04b29e57f925c73483335a9df0061530e94 1.00 MB 2,376 389
471,097 471,097 000000000000000001733854cd03f54cc3b4bb718b84f5f441046bcb8fd211da 1.00 MB 2,597 464
Previous 10 blocks ↓
Total Size: 657.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 75 incoming
  • Data Transfer: 525.98 GB sent, 1.19 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.