Memory Pool Memory Pool Refreshing

1,265 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,245 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (694,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,047 213,047 0000000000000005cb32661339a63f208c130a2f8fb86c3b962de30e680a2dd4 0.11 MB 238 175
213,046 213,046 00000000000002fb015448ec4d4864c0f44f042b092b0d35cac6ae65d80ffcfa 0.31 MB 715 162
213,045 213,045 00000000000001201c0ea67cb6228ac1617363d017b0c9e748701cc4c61ef38b 0.11 MB 263 184
213,044 213,044 00000000000003d9608fe4b79ef3bdbcfaaa6504466c992a7e1bc5780cc69d59 0.00 MB 12 630
213,043 213,043 0000000000000289f3596cc63f52efbce0753361ffa4d0e4523879182dd1995c 0.20 MB 305 116
213,042 213,042 0000000000000399f7a61e7f7ceb68354f77a6735d05d51944943f31e9e8c0c6 0.25 MB 536 202
213,041 213,041 000000000000040c4ac0d4b0f20be068ed97f06ff20147f97264962b11d21d81 0.25 MB 731 222
213,040 213,040 00000000000002ac80fa36a785b4c6162ae391fabd5d3739a0fa55d8cf1cebf3 0.00 MB 15 153
213,039 213,039 000000000000016569db33eb4b7691a1f8e71ec32d078a27f550411b16763193 0.25 MB 598 190
213,038 213,038 00000000000000773835c832cc4ff01afd2db1a8907958ab2282fcd56c4ca4c7 0.00 MB 9 168
213,037 213,037 000000000000034c4e44236306db349045a9d8147a9368750f525e58aa314652 0.29 MB 558 139
213,036 213,036 000000000000014a91920c074478e3b12237d9d5ba74e49c6bb4c981bf6be0f5 0.25 MB 701 252
213,035 213,035 0000000000000182b9da6697635a36e8471ae5cadbd7699bbd11d73c822973bc 0.23 MB 622 194
213,034 213,034 0000000000000215f18088dfde7a576a2654d6a1f1e733a321037edb004333ef 0.12 MB 300 166
213,033 213,033 00000000000002f3245a8e03f3239baea46d9f024d33b88991ea95886acf6316 0.15 MB 406 190
213,032 213,032 000000000000003cb41437f2218ca9aa671b73dcc4cac4c30f5f99e53900795b 0.05 MB 125 118
213,031 213,031 00000000000002b9b66343ddbe37541273b5fb138debccbbffd5bc6630d81bf7 0.13 MB 351 201
213,030 213,030 00000000000002dacb860e7f059b95973cfe137f56ce81a96391c086b061b798 0.08 MB 153 133
213,029 213,029 000000000000046bb6e62382fd0e7725313dc948c380e2c6dac584b8a537f1fa 0.07 MB 161 165
213,028 213,028 0000000000000069e63b647db9cd65f7d7be8191c56b0889a6685ffb21f4baec 0.25 MB 572 172
213,027 213,027 000000000000032b767d8d2c9858ca4f78b3751eb0c059a4eab6c3b8ece84002 0.03 MB 99 226
Previous 10 blocks ↓
Total Size: 769.26 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,635.24 GB sent, 94.22 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.