Memory Pool Memory Pool Refreshing

87,979 transactions
27.41 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,964 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 6,434 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,963 (642,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
224,302 224,302 000000000000001c3122ee0bb2645f6085aab4616c9ffb10ee6b8017e252ab24 0.05 MB 134 129
224,301 224,301 000000000000000b34819029bee4557efd485c077248d75d5b0489c04d7e0698 0.09 MB 172 170
224,300 224,300 00000000000001eafa23d0afb6ab3bfc65b169d645c2f782efe774aab9ea1252 0.02 MB 48 99
224,299 224,299 000000000000016fa677e372ba48a9f8114f8f30c07f160816064f3e07254312 0.23 MB 517 238
224,298 224,298 00000000000001da0b59920f3c7c258666fc82b6a5125cb48a4ea8a70b6cc7f5 0.21 MB 540 207
224,297 224,297 0000000000000208cf7c6f1f8dd2ac0bc2f8bf2812ae0c843aa1443e0d08e4da 0.28 MB 236 5
224,296 224,296 0000000000000388c67b5dcaf26c875ec95a982238d1f164d0fb27b9c5371b65 0.14 MB 351 147
224,295 224,295 00000000000001d44daffb6aee8692796129304007ac68be672a7a4368d384e5 0.25 MB 379 142
224,294 224,294 0000000000000096b031dd6eb89cfa1760cd07133d9b6446eda6a24bc76bdd4e 0.25 MB 587 1,275
224,293 224,293 00000000000002bf3cfa18c95dc29bae0734224e22ce393909a341ae404353e2 0.23 MB 469 177
224,292 224,292 000000000000028a10c527675fd5b7885de0f3aedd3a158c0352785bf08e5c8f 0.25 MB 651 219
224,291 224,291 000000000000007c41d563823830859a385e911f7922a4b91cc70f4e16ecad83 0.05 MB 93 357
224,290 224,290 000000000000001593dd69dd9805c4bccade95b8affe1e0f709c4e1a9c2c1e25 0.12 MB 271 173
224,289 224,289 00000000000003cfd4553aa166b5ae11cc908d00339bece1da4753b6595cbb98 0.24 MB 586 195
224,288 224,288 00000000000001e2bf48beb154744eada6d5528bcc62686b4ff47d5f8521e928 0.09 MB 178 177
224,287 224,287 00000000000002e4b5d65cccffa4585b53c23e4f821b2b47347134205c9d1142 0.07 MB 158 149
224,286 224,286 000000000000013f0f7f4c2ae411f067c54253e86dd8a3485356fd1a1cd2662f 0.20 MB 461 174
224,285 224,285 00000000000001532baeef9678b344ade7def12d4e275578b2635b18154e09f1 0.10 MB 159 100
224,284 224,284 00000000000000408c4286603b42f9dcdb8e041f21795f65b933e43b17c6b4ec 0.25 MB 676 218
224,283 224,283 00000000000003c55e7e183e4acf718999c345b79b7d605e9036da106b271718 0.16 MB 312 161
224,282 224,282 000000000000000c784f71d15578c7e8e974532e8ebe3d95cc0ac93999c903cc 0.25 MB 501 150
Previous 10 blocks ↓
Total Size: 693.53 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,887.55 GB sent, 169.41 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.