Memory Pool Memory Pool Refreshing

31,800 transactions
29.94 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,565 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,400 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,564 (55,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
808,492 808,492 00000000000000000000af06cdc19b319c4d4466f32f67c1e8599559299f1817 1.78 MB 4,576 25
808,491 808,491 00000000000000000002ba499833c328d6bfed78f7206e93605caa5fdcb2bb81 1.98 MB 6,172 28
808,490 808,490 00000000000000000004a88dff2faa45e00d982dbaf664f76e21941695ed9ba8 1.81 MB 4,193 31
808,489 808,489 00000000000000000004b8248d5735d6d9e20b06368f5e1d2f11507ac9436dfe 1.62 MB 3,619 30
808,488 808,488 000000000000000000043a64b6205e040d8ade43314c8dc0b4c7968a3ba88076 1.61 MB 2,339 32
808,487 808,487 00000000000000000000c7a2fda545aaa0248cccb1ac808d049db52f0cc8138a 1.21 MB 1,404 36
808,486 808,486 0000000000000000000063702e551c817c89ba0890fc6c65824782842048a9e5 1.51 MB 3,252 42
808,485 808,485 000000000000000000028c49bd18824038cf1182af3f19750f3df75544083cf0 1.72 MB 4,191 35
808,484 808,484 000000000000000000022acc92e07222b1065c171d84ff646eedff49f236850e 2.05 MB 5,941 33
808,483 808,483 00000000000000000003720c8983013535c093e2a615e53613fe9493f832aaf5 1.87 MB 4,866 39
808,482 808,482 00000000000000000003b84027193c08ea01ad67c628257e69d1e85c24fffaad 1.89 MB 4,541 41
808,481 808,481 00000000000000000000514645be3b4ab953dec488f0dc59e025c603109a40dd 1.69 MB 4,165 51
808,480 808,480 000000000000000000037ca0e0ee4b587445d40a30ac82f9a8d6dbfb88ad939e 1.78 MB 2,046 26
808,479 808,479 00000000000000000002174805c517f75708475024e63c2b91f57a586e927739 1.58 MB 2,565 29
808,478 808,478 00000000000000000001c3a2e6e93008c88474ee49fe150b0d0b49ba5fa16c4f 1.80 MB 1,819 32
808,477 808,477 0000000000000000000034fa6b3aceb39a56cb2f6b8a3df98fa9e84af1e4ccab 1.71 MB 2,889 37
808,476 808,476 000000000000000000046087bb49cba37a00fce0824c8c8e73f51879d914c2cc 1.74 MB 3,551 36
808,475 808,475 000000000000000000046affb6dc40c7b93a09ede3978fedb442845d8d3f6928 1.58 MB 2,905 41
808,474 808,474 0000000000000000000471b4624b9751bd2b6d6e77d99156399cecd674e5eff4 1.86 MB 2,637 41
808,473 808,473 00000000000000000002b69a3a66b5d1449e95d58d5b9eca3c9ff904246189b0 1.78 MB 2,744 47
808,472 808,472 00000000000000000002afe35469138772a1bf3f15c1c54fbb66de42fdb037c4 1.34 MB 1,733 42
Previous 10 blocks ↓
Total Size: 687.19 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,510.11 GB sent, 120.09 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.