Memory Pool Memory Pool Refreshing

8,509 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,810 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (648,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,177 259,177 000000000000000d962e3580634bfe5fd2e19a178ed8d3128f07c39740f6b3b2 0.17 MB 365 62
259,176 259,176 0000000000000014e4850e3d6703b33ad6112445499a1ce575ba2c767e3b632c 0.25 MB 727 136
259,175 259,175 000000000000001ab1a9400b6735d6cc52afe6228f8842a6c2d529d9d73250fc 0.21 MB 572 102
259,174 259,174 0000000000000013d5152f9bfa89dc1a0e553ef7db6923f6a8bb5a61adab850b 0.02 MB 52 63
259,173 259,173 000000000000001935be66eb71330700be5d11d541f91a903595d5449b8ac1ea 0.14 MB 300 99
259,172 259,172 000000000000001ef5662bfe7c89d46a3fc80d3f4c919f82ecc24e0c375343ad 0.13 MB 296 77
259,171 259,171 0000000000000003d225dabdb504581ebc9673a80ec0474e2bbdd94674bb64f1 0.09 MB 235 122
259,170 259,170 000000000000000132495444798fa23f0d43d063bab70d7cb51bc7446a8d3b5a 0.15 MB 275 85
259,169 259,169 0000000000000006e641d95cbb4385bd8f01cc844ed504b796b2e28c6bdce20e 0.08 MB 148 79
259,168 259,168 0000000000000005bf1465396afeae9e59bc52f01031c0761e7ba675f3510c81 0.02 MB 30 78
259,167 259,167 0000000000000001de9981ee0d3bc8a7e6d3c7801f4f67d3fd4a68a6ec9b33ef 0.06 MB 149 111
259,166 259,166 000000000000001cddd1bd5f45a52244be74bc0f282c7711135de07d6e679117 0.13 MB 272 110
259,165 259,165 0000000000000001fe47854ad91df1ac7ef51ef321e4ca0166609c78f8d1e804 0.14 MB 323 101
259,164 259,164 0000000000000011cfd8c2f3d4f13a9475d5f9741b081efa88ab5c5e50567e92 0.00 MB 15 77
259,163 259,163 0000000000000019b275d2c89c251338e724f2dd2f35ef43d63dde4a0d388da4 0.04 MB 84 112
259,162 259,162 000000000000001ad2bc9e681b05c33d6eea0cb1c56570e984a776ee93fe533a 0.03 MB 50 68
259,161 259,161 00000000000000074e802bc1bf5f804418202c85a0a233ca2717a6caeda2628e 0.02 MB 70 87
259,160 259,160 000000000000001888cf68a8ef6eef919cd45fc2cb3f90095d226a046b420b84 0.05 MB 100 114
259,159 259,159 0000000000000006deadfddacba667cee43e445cdaaed881a11613a2786f9cb1 0.01 MB 35 66
259,158 259,158 000000000000000e05a56dcedbce7bb61b02f54820a78fe30396028dd4b32b02 0.10 MB 171 90
259,157 259,157 00000000000000039e584a8a8bec32635e73b2b5e282ebf3df95568e31fddb50 0.06 MB 147 102
Previous 10 blocks ↓
Total Size: 769.29 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,637.96 GB sent, 94.37 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.