Memory Pool Memory Pool Refreshing

58,120 transactions
24.07 vMB
Show Random Selection Loading Transactions
Max Size: 149/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
873,172 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 2,100 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 873,171 (166,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
706,538 706,538 000000000000000000020696def53e6f6f7b9b257945ccb735f579b81f3cdef6 0.35 MB 605 13
706,537 706,537 00000000000000000001eb09bda826987a75b0210f5b51a395af4b6dde7d1141 0.31 MB 566 9
706,536 706,536 0000000000000000000272908a28017c3f11f89e3592f55b8fd81a6bf0c2ee66 0.90 MB 1,827 11
706,535 706,535 0000000000000000000712c3f136c9d85db662b7f979d8065e70a19b4ce46088 0.33 MB 601 10
706,534 706,534 0000000000000000000413d489e78292da719b09834b9d631301b2395546ec9b 0.85 MB 1,544 10
706,533 706,533 000000000000000000090d522ad89a9fcf60c0e54fe5effdb1e36fd6a9e685e1 0.50 MB 723 12
706,532 706,532 00000000000000000008e67aea175f0d2575bca68817d8fb20346cce2a0a21a7 0.87 MB 1,466 2
706,531 706,531 00000000000000000009ce0f3b279d6e3ce9ceddca72edf0e0648134e130f9e9 1.65 MB 2,260 17
706,530 706,530 00000000000000000005507b64284ee2d988f60b32d612d8c9e70eb54b65018a 0.73 MB 1,320 14
706,529 706,529 0000000000000000000a32aa6caa79e22ce8ecaa112fd5e6826de3fe37eee4ba 0.31 MB 519 15
706,528 706,528 0000000000000000000190e07414bfc65495691bfb96c007bfc54c943111e748 0.79 MB 1,182 11
706,527 706,527 00000000000000000000c6fd4fd16ddfc978235e5954fe3e6baf74096f89cae7 1.19 MB 1,945 6
706,526 706,526 0000000000000000000a21e73b325270e44f96f05e5f2c131eecdbcecf889c65 1.47 MB 2,962 11
706,525 706,525 0000000000000000000bf19f7711bfe63e1ae5f1e693639ac71d001058ab56c8 0.29 MB 353 2
706,524 706,524 00000000000000000002f00091495ccf753f065206e5af3180b88e9ac37a8947 1.54 MB 2,907 10
706,523 706,523 0000000000000000000368bd206019fa11c0728e7f8a09aecf5ec199ee92282c 1.13 MB 1,467 7
706,522 706,522 0000000000000000000c28dea9cb6978d440579943231b6f366bdc4fb9b11791 0.77 MB 1,463 9
706,521 706,521 0000000000000000000d86b335a394cd2adb7fff5b333a2e6930be2e23630124 0.44 MB 935 9
706,520 706,520 00000000000000000008e263caf8fda46232a22ef2ba5e23537f27c9627cb4c4 0.88 MB 1,818 9
706,519 706,519 0000000000000000000acbc0722aa371cecb45f33f7a0dd0d9d1dbdce5624c7a 0.05 MB 108 10
706,518 706,518 00000000000000000008b20629d7345c2ebcbab36b87d32939e9fc8348bacfe8 0.77 MB 1,064 11
Previous 10 blocks ↓
Total Size: 705.35 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,677.64 GB sent, 246.52 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.