Memory Pool Memory Pool Refreshing

63,625 transactions
23.40 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,071 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,275 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,070 (658,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
210,487 210,487 00000000000003f1fc1a674fa1df965d2e51d6cb779928fc8bd6b290ad45d9bf 0.02 MB 14 42
210,486 210,486 000000000000003b2e880273f1fcae41151133e5bd368b163d541e7798d0af43 0.14 MB 385 197
210,485 210,485 000000000000049d508d01d467451efd86dabbb37d97ce196f50e5345c7f7b39 0.05 MB 116 192
210,484 210,484 00000000000000a0e3a2b04e6494f3014d9610e00d39724808a0bb1c1936c1db 0.11 MB 204 147
210,483 210,483 000000000000032d28bf7c2750075aae7dbe6c09ab2b633a77534f3c297232bb 0.02 MB 33 60
210,482 210,482 000000000000005a4e17afe4b784343f2769b81733a19f1b950eb4f9879beb12 0.20 MB 397 174
210,481 210,481 0000000000000145e515e73bbf9d57f72c590f705f50e07709016af0ee76f2e8 0.05 MB 139 137
210,480 210,480 00000000000002ed5931752880c39ce6e131d75f6e63ed7339b43def3fc38d28 0.04 MB 75 158
210,479 210,479 00000000000002f9bafca2c815ee579ad1553b25e79ed20fa1de5394df39091e 0.01 MB 14 127
210,478 210,478 0000000000000168e6749a69e187d4d8b957d03bf9821186362106aa3327ffd8 0.12 MB 289 177
210,477 210,477 00000000000000a13ed27cf2c4b9593b49b01efed06471f721f4ce63d4566288 0.03 MB 64 71
210,476 210,476 000000000000030e665f5612784a0aad94d1e857c35b4c46165b23574ff0fe79 0.00 MB 9 274
210,475 210,475 000000000000006c2e5d0739c2c876117c0feb0549b85b97c0c2f269cc6bb1e3 0.11 MB 244 278
210,474 210,474 000000000000038a6f89e607bd89ed2acf675781bff9908b32b4afe54b3858ae 0.10 MB 258 156
210,473 210,473 00000000000003771596d8897de5c4e16893a9fcc15b7c343601c167b01be0db 0.03 MB 55 112
210,472 210,472 00000000000000b684fb403db63b2c71fa74e92111fddcd0ac90f75936bd31a3 0.06 MB 161 163
210,471 210,471 00000000000003dc24352a73325b6950637439af9af51bc908bca25ffe095f1a 0.08 MB 176 197
210,470 210,470 00000000000000b6e5f822480ae38a0a2280f42d85ba6a8c3200229784583e01 0.07 MB 57 66
210,469 210,469 000000000000001d8db175febc0ede826f690ca89d451a0635dd0c228491b832 0.05 MB 103 302
210,468 210,468 00000000000004c24d7272b0c6c4211a54ba6c33ba3bda528b0da8a35b04e71d 0.01 MB 15 136
210,467 210,467 00000000000001de5a635c3ce6d54d91b554ecbb868894f9ecb96a0909533833 0.13 MB 276 209
Previous 10 blocks ↓
Total Size: 697.69 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.80 GB sent, 196.14 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.