Memory Pool Memory Pool Refreshing

33,522 transactions
26.26 vMB
Show Random Selection Loading Transactions
Max Size: 153/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,132 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 1,680 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,131 (392,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,120 471,120 00000000000000000124061d725b9b58f4392b7b6c7ef8f915e45ae01c62ad15 1.00 MB 1,928 249
471,119 471,119 0000000000000000004105d97b47d30370ebd33f47f99ac6a8fe287bc6053b70 1.00 MB 2,928 442
471,118 471,118 00000000000000000169829d2cc5cecf965f31fd7485df6f700de8046b227fa5 0.99 MB 2,252 227
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
Previous 10 blocks ↓
Total Size: 686.35 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,442.23 GB sent, 114.22 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.