Memory Pool Memory Pool Refreshing

53,394 transactions
20.16 vMB
Show Random Selection Loading Transactions
Max Size: 129/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,061 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 2,638 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,060 (647,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
221,467 221,467 00000000000004c4f23a598e33f6dcb445b0b17c57c5ae5a7cb6b9edd309ff88 0.24 MB 618 198
221,466 221,466 00000000000000cb1a1f79069ad817ea1f9064e9d42f4cb2620452ae9bba3539 0.01 MB 22 79
221,465 221,465 000000000000003e819b02a3f89fc3999b799050566bcee0c8370c48a23b5cac 0.15 MB 364 178
221,464 221,464 00000000000004c40c3e8c3f4e4c68a6690ea226034b96a8eaeac74f4cd30cf6 0.23 MB 606 203
221,463 221,463 00000000000000a5ca68131054989ee83f50fba10da7d082e28d835fccb0f2e7 0.14 MB 314 188
221,462 221,462 000000000000027347512c2a9e3367d9416b11af0ff0b4f277bb5531bad0ac74 0.21 MB 537 238
221,461 221,461 0000000000000200fc3503d9eea3328146841c19d0d839ee019b59f2d0e3ae29 0.05 MB 103 163
221,460 221,460 00000000000002022a0ce9ad70445f0fe77f084590bcbe83f6fcb086a2913748 0.01 MB 17 204
221,459 221,459 00000000000004d599860d5ba09ef2ac5eee25c511c722aedd3bc8fbc83cb6e6 0.11 MB 259 153
221,458 221,458 00000000000003cd808a70bf522f153f60d0ce4658653d2287819bfeee773976 0.10 MB 141 118
221,457 221,457 0000000000000310d83f43877a773e3e8babfa0dffb5058654cc0975dd496d54 0.23 MB 575 215
221,456 221,456 00000000000001801530c6a844b27ba6994e70e3d242302a39dabfc55468a7c7 0.04 MB 91 207
221,455 221,455 00000000000003f069631e86da758a9a24f173e824a0df93f0566692deca9b2f 0.02 MB 33 90
221,454 221,454 0000000000000347bd3cd0445cea70969e16dac943d469bb1e4018cd7f0186e0 0.02 MB 38 153
221,453 221,453 00000000000003e7e92d5eeb46aacd0f6042472ccd3711eead7c6ec6adfdbcac 0.10 MB 192 173
221,452 221,452 00000000000001a3de4c0de0118bc6d6fefc1f417745d4c86dd924159b76a0d4 0.25 MB 571 213
221,451 221,451 000000000000013314b35b5e448a1943be45d9db4a4c9101b540ac183c9bc0f4 0.08 MB 140 146
221,450 221,450 00000000000003d57bd17ee9e10da2652cb9f1a494bb3ae8cfbe04230c2da9de 0.01 MB 35 190
221,449 221,449 0000000000000233394a239e7423b432c21d9efdd849f82f5ca2896b09098952 0.13 MB 330 187
221,448 221,448 00000000000001883d131dfdcf249cb6ba12113f5a981aac5a40d9b6073107b6 0.20 MB 419 178
221,447 221,447 00000000000000c79b84278ae73aa046a84afbf190d75d52ee47fe72f7b947de 0.00 MB 9 46
Previous 10 blocks ↓
Total Size: 697.68 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: 2,059.02 GB sent, 195.99 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.