Memory Pool Memory Pool Refreshing

6,105 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,233 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (696,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
211,137 211,137 00000000000004330330a9cec7eb3b9faaf09f022de20c4b9ffb1cea8f8639db 0.05 MB 128 188
211,136 211,136 00000000000003f6e8efee635116e4e3c0f003d435d6c18dea7cb6fca3912c11 0.00 MB 10 180
211,135 211,135 00000000000000f565efc14e9524fd87342fda36d6af997012268fbe747a0165 0.00 MB 12 39
211,134 211,134 000000000000035757b57060daafc6e2a12bba0131c4d2138ee44732bc266b0d 0.21 MB 409 152
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

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