Memory Pool Memory Pool Refreshing

74,562 transactions
38.52 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,612 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 4,313 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,611 (328,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
520,572 520,572 0000000000000000002171ffca258c3fe4c9430db414fd8dc77a1f016ac851c3 0.58 MB 1,379 48
520,571 520,571 0000000000000000000b72d511a29b9ae9abd7878345cb3c831c47279cf3497e 0.45 MB 653 23
520,570 520,570 0000000000000000000b117be6e9e44a45d3ef7ef3bfd8a0ec83469cf8e42521 1.09 MB 2,050 38
520,569 520,569 000000000000000000074cb2345232541e3d58c4f3a70c697304f0531cf04ee3 0.10 MB 111 25
520,568 520,568 000000000000000000352e28f8287430ba2f0b1030397a2c73a2a401a5407326 0.31 MB 330 27
520,567 520,567 0000000000000000001c1d8d3221430e0dc1219fec63fa06f0026b7ec8f6b57e 1.13 MB 2,062 25
520,566 520,566 00000000000000000019f28530ecd10264b1909bbc6e2752657fe7bce287b55b 1.09 MB 1,800 39
520,565 520,565 00000000000000000010fc03b09a324a9c4c3be1c42c1fb163fb866109300d75 0.28 MB 394 27
520,564 520,564 0000000000000000001215929c5a28078e40e60b3ec2d390fc4c41d97c60c7f1 1.01 MB 2,037 42
520,563 520,563 0000000000000000001224da8708acbd2de8f841ce3ecb2d1d5d40e938a1f867 0.09 MB 165 41
520,562 520,562 0000000000000000002e80884eb6521a8b19ed8bfb98e0214b2dbfe3fe9f9455 1.09 MB 1,267 3
520,561 520,561 0000000000000000003fbdef5c06e374667e3759e253cbaaeb35147cdb55f923 1.14 MB 2,794 63
520,560 520,560 0000000000000000002520cefdd338334a3160bc5562b8cfd06a3ebba6919c24 0.45 MB 1,002 37
520,559 520,559 0000000000000000002321182744099110e354ebfab8c2f25251842a6a016379 0.89 MB 1,170 25
520,558 520,558 0000000000000000000d33bf73274dbb29a3213e896e90bb38d7aaeee827324e 0.08 MB 177 37
520,557 520,557 0000000000000000002b8e804006afd7e35d677e86ca597f344c9c4842cfc56f 0.62 MB 1,104 36
520,556 520,556 00000000000000000030e489395ffaa0488a2611a6e16778c7bd9b242946ecc5 0.73 MB 1,417 40
520,555 520,555 0000000000000000001ab23652d7b74407e280cef994ac12a0918f17450a5d7b 0.29 MB 612 43
520,554 520,554 00000000000000000013b00dbecef9ddd2893fadcedaa0defade0bb639146d7d 0.89 MB 1,870 38
520,553 520,553 000000000000000000434b575259ea9e1b15126012b5211b5b68e640b2b8a731 1.23 MB 1,776 26
520,552 520,552 000000000000000000369b3f07336151aa8202768a42da2d28971806a7b34d5e 1.12 MB 2,402 43
Previous 10 blocks ↓
Total Size: 658.89 GB

Node Information

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