Memory Pool Memory Pool Refreshing

1,318 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,883 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,322 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,882 (584,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,565 323,565 000000000000000012e01b574d2244e0182f64ed986513f0a049e01941950c2b 0.58 MB 1,035 27
323,564 323,564 0000000000000000128b51d300ea35f79b9ed779250be8b77b041c5e99c75492 0.51 MB 706 22
323,563 323,563 00000000000000001d39412c7517ccfc3b6e829696180d9b86efbdbdc9776736 0.59 MB 1,169 30
323,562 323,562 00000000000000000f3a0b6cf932bf55b9a29428868c8933c1fd5d440a3cb80d 0.01 MB 27 34
323,561 323,561 000000000000000003ca0bca56c4dd09df46d7bc940b7c2d9b6f087d9d611454 0.31 MB 561 27
323,560 323,560 000000000000000008f313790d9fc949c7b745756e69bf79e63fabeaabcab586 0.07 MB 148 25
323,559 323,559 0000000000000000010d23b3abd2074a79082e8cb499cacfefc96175a4101222 0.21 MB 430 29
323,558 323,558 0000000000000000007e120f339b58a9ef8168149791fe73259d6bcba085b2cb 0.24 MB 544 32
323,557 323,557 00000000000000001271882651f78c704cd1d5b40cac3382221b243a85f78213 0.13 MB 295 25
323,556 323,556 0000000000000000199caa3e99bf2af5b20bd65e04bfcbcacbefef867ad704cd 0.78 MB 1,160 25
323,555 323,555 0000000000000000164ae5cbb92cd1c393d7610a606c9d2c2232400510cc1d69 0.69 MB 1,428 29
323,554 323,554 000000000000000019d7fa998314fb2329ab61559b92bb1fab23022cee5bf985 0.58 MB 747 21
323,553 323,553 00000000000000001d59d254510b61b59f2585f61c9fff36c06c18ce842cec94 0.35 MB 901 40
323,552 323,552 0000000000000000023a179ddd3fa78c3ae1451d6abcd6a011b61f3d9d41f73e 0.38 MB 585 25
323,551 323,551 00000000000000000de34630cb24397d2bf333cfaea671c09519f1ba4a4d6146 0.16 MB 341 28
323,550 323,550 00000000000000001c2bfbea1414d78d647137dfc9bfc3d78df77d1c81515f71 0.12 MB 237 23
323,549 323,549 000000000000000001a6f50c56c45d1910d6661b5641522075b9ddf524725284 0.57 MB 724 26
323,548 323,548 00000000000000000690edb04be008af2e036372667deadf113be19628f17280 0.04 MB 64 47
323,547 323,547 00000000000000000f7c322686bb55bf7b1e5fbb4be31c6684180b5d2bc10049 0.09 MB 204 32
323,546 323,546 0000000000000000028787df62b3102a765c27adac688664e6aaf0bf143fc431 0.64 MB 624 16
323,545 323,545 000000000000000000fc9d1a48c3c3c19a2b9fc8029bc8c1d8b31c16995ffb97 0.75 MB 1,988 40
Previous 10 blocks ↓
Total Size: 769.32 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,643.09 GB sent, 94.56 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.