Memory Pool Memory Pool Refreshing

2,188 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,739 (696,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,158 211,158 00000000000002735c1e6117ac2888f19d8cc3da54163bbd200c109716ade1df 0.08 MB 192 169
211,157 211,157 0000000000000255ac50facaf4bdc4ca13072bf2426e5f216b3e5716ddd62676 0.10 MB 177 168
211,156 211,156 00000000000001bf2c9ecb95d7f33980fa16eaa7b2fd4b11a8099628d7c7fb11 0.01 MB 26 313
211,155 211,155 00000000000002c4c0f010c0de5c8be601c72e889da7c75c14a8ac78a1924048 0.11 MB 148 161
211,154 211,154 00000000000000ed2b05c604ce7a46c60633802b8f2f096a7ca9c839bc9a07dc 0.13 MB 276 189
211,153 211,153 000000000000033af206d6e45b1a01a832d03f900b5e960be63abe8908326afe 0.33 MB 452 67
211,152 211,152 00000000000003006b99511bc17ae574b8f3fc33cd554daf63a3dd55d294c88f 0.20 MB 429 160
211,151 211,151 00000000000000de62d8347967fe56d8eb31f28048deac873857c69412ac0f23 0.35 MB 351 99
211,150 211,150 00000000000001f748a4a14415626c075572798b42e062c978504ed980cc9ab8 0.25 MB 624 241
211,149 211,149 00000000000000925f965b52f958dfcda332043b1acf8e702000b61b3e3880be 0.26 MB 347 111
211,148 211,148 0000000000000011628740414d13224a800bf171228a3e2d690f84afec1e4751 0.15 MB 358 202
211,147 211,147 00000000000002616ff5f18c205b877c73e6518b2a1440a68220f4273e8f74c4 0.05 MB 87 99
211,146 211,146 000000000000006f35cfef58af94388b909a98fdaaef514b73c7def0c3e96df2 0.29 MB 610 184
211,145 211,145 000000000000038712e2469385632131b0e41bb2b4bed77898d6dd5a7e069665 0.05 MB 72 102
211,144 211,144 0000000000000320af5faf083c4ae89863a62462f996085e0ab4492e7e7eac68 0.20 MB 353 140
211,143 211,143 000000000000044d35a7c2f7801c941394e9ae8adec53f318c3628d496d25eab 0.00 MB 12 208
211,142 211,142 0000000000000297e6207a6a04f2cdb0bfac324a916e57f8403c31530f5680e7 0.13 MB 258 195
211,141 211,141 0000000000000046467ffaf8fdb4feb6dfaf06fd3af554bd2ef7304aa7c18900 0.41 MB 411 93
211,140 211,140 000000000000005cc2ea8e960a61a55bf881a9d29d6fd298f274e2263c0f8d78 0.14 MB 307 167
211,139 211,139 0000000000000343cb6bea8777fbbe122cba938c34f7e8405073b7c54d5505d0 0.19 MB 495 202
211,138 211,138 000000000000033549ef4261781d4c72ec89a45c89c4ea6c9ae90a1429b4d01b 0.38 MB 742 137
Previous 10 blocks ↓
Total Size: 769.06 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,627.82 GB sent, 93.17 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.