Memory Pool Memory Pool Refreshing

61,917 transactions
34.00 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
874,405 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 837 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 874,404 (917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
873,487 873,487 0000000000000000000177e843828aad3fe294a334c0edc713a082306fa77ab4 1.63 MB 3,830 11
873,486 873,486 0000000000000000000178b9587c5b8968f1362726828e979b8a5a2e11617f5d 1.59 MB 3,756 17
873,485 873,485 00000000000000000002a05fc34f966eeb26fb36fbee1716189284c292cf7a3d 1.76 MB 1,954 6
873,484 873,484 000000000000000000011d2c00570b3fb8d0a82dafd4db5e4c642c23b5a02ee9 1.66 MB 2,947 6
873,483 873,483 00000000000000000000806a76e42a320bd89cf0c76a4a6fe5d36ba32b5c8011 1.76 MB 3,510 7
873,482 873,482 00000000000000000000ba13214770288af4032eb4bc8f6a2e87b9d03652b7d2 1.55 MB 2,565 10
873,481 873,481 000000000000000000015c3fa5d6942de2d84ac764140c3f58952e26015bbe35 1.63 MB 2,618 10
873,480 873,480 0000000000000000000217078b6d473f8fd00701c6b32650e2fcf814f3b54d55 0.00 MB 1 0
873,479 873,479 0000000000000000000251f9cd3d4ec0bc233c0d96a97f7f03b44f81434c4650 1.62 MB 3,653 7
873,478 873,478 0000000000000000000037bbe01e47aed96827148052924e32b40c630772b082 1.64 MB 2,880 7
873,477 873,477 0000000000000000000114f996fb83f03175605da56e8b20b328356b2fa02323 1.60 MB 3,294 8
873,476 873,476 0000000000000000000267344b55a26d27ddb62ea926c6cd5223d56c953c6400 1.53 MB 3,466 9
873,475 873,475 00000000000000000000494cf161c4c5c9831cee45b096921a2a7931dc9a6d2d 1.58 MB 3,644 9
873,474 873,474 000000000000000000026cad11df61b0ba18f47bea66fe06286ba52d562de815 1.45 MB 2,675 9
873,473 873,473 00000000000000000000fbd7850d719737dbfd3cfae5458b8715729f574028aa 1.24 MB 1,490 9
873,472 873,472 000000000000000000000a5606739e16825d9b412fac411de3ce998ce3859ba9 1.57 MB 2,162 9
873,471 873,471 00000000000000000002703a27e2a75c19055267e591d454f24b06fc4e227ba3 1.73 MB 4,107 10
873,470 873,470 0000000000000000000080c11ebb8c9b4b1b429ecdb47ddfbfb416b8f258faae 1.69 MB 4,456 13
873,469 873,469 0000000000000000000050bdd72648dd2b82c1be6f5490fe70145a1886e4d3af 1.75 MB 4,853 13
873,468 873,468 00000000000000000001a97c1b0b118b6dd030260ad2338e3c4f412e8ba94325 1.65 MB 4,318 14
873,467 873,467 000000000000000000001acf780127ce34be7388afc048a2de1236178c072a93 1.74 MB 4,501 10
Previous 10 blocks ↓
Total Size: 707.57 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,778.72 GB sent, 260.26 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.