Memory Pool Memory Pool Refreshing

214 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,655 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 210 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,654 (874,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,135 34,135 00000000bdcddf5e85db77cfe5315cf63040a157b4167ce7d9acb107a1fcb195 0.00 MB 1 0
34,134 34,134 000000001628f00205e32c068b167bdc441de6755743d8a9985c316e34f6d468 0.00 MB 1 0
34,133 34,133 000000002fe82ed3695f072a5d21cc5a38672db102094f42545e542bc80e2109 0.00 MB 1 0
34,132 34,132 00000000b3ec7ba390ff5f78174bf08111def4ec6794c996105e0e7e7be4bce8 0.00 MB 1 0
34,131 34,131 000000000b63fc17f0e7b43e2bbfe4f52b63e96ece89f72d9cb4f084ece8a0ff 0.00 MB 1 0
34,130 34,130 000000002cdf1544206c0e60ba37bc21d7b5386942df94e23035774ff07ffeae 0.00 MB 1 0
34,129 34,129 000000008e9b534e080917b637e3dcc21be772fae67ab62335bc30abe3db181d 0.00 MB 1 0
34,128 34,128 00000000cdd079163df825b6d75a0e7784c4adf83f59077e17682dad7c02b77d 0.00 MB 1 0
34,127 34,127 000000004730604c26bd245e3d0447ce3ee1d9ef54fc339473fbbe268767f4eb 0.00 MB 1 0
34,126 34,126 0000000072c96edc1d5420739f4688cfa08769daadaba28f341f8831653b7a5c 0.00 MB 1 0
34,125 34,125 00000000402404b7480834b9aa97e414aeab01b9fcd3588d905412956c873a7e 0.00 MB 1 0
34,124 34,124 000000008f7ee05c70f871ade09cfb7cd761e47c18a3c64c6fe5a6a7456d236a 0.00 MB 1 0
34,123 34,123 00000000110a00e17eb6e8b85c998feda806d6f9919f7c117a9d4edeefca8672 0.00 MB 1 0
34,122 34,122 000000000c045394654c59a338ebabb25ab5e510a506a13470c8f884be582bec 0.00 MB 1 0
34,121 34,121 0000000013032b3ca0cfae464cece0b8eeec327fcff86fcb082fe48dbcbc10b2 0.00 MB 1 0
34,120 34,120 0000000025bb3adf41fcb443c887038d8d46f8256512496b4d00d1423f88576d 0.00 MB 1 0
34,119 34,119 00000000758f368779e7915d12e7ce5b8249cdcdcdf0c930a2f189cec8ff4e25 0.00 MB 1 0
34,118 34,118 000000006a46ff4dcafd488ed93735cf2130a93b4eee9b1c998f94baf63339f7 0.00 MB 1 0
34,117 34,117 00000000ae6486d68086ba1a9d0d199ba2e1e79f92e92a53bf87441e799c19b6 0.00 MB 1 0
34,116 34,116 00000000946ba1494f6bc5b1db141df6c22578658bf80d310aca9986e84f7318 0.00 MB 1 0
34,115 34,115 0000000087969d1d228d7d5deb8e2cb834a086872ab0b0efde61455dc7394c27 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.91 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,851.57 GB sent, 101.48 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.