Memory Pool Memory Pool Refreshing

7,427 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,865 (768,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,192 139,192 00000000000001884473846c750a013f8cf12b54ad6c810d28c7801fb6c943d5 0.05 MB 140 196
139,191 139,191 00000000000007814b23ac63af2ea3a68162e127ad6f3783fb92a36fb74590dd 0.02 MB 40 541
139,190 139,190 00000000000004252cb2759333d4de11a121f9f4677f81fd219f2fd40d09c1ac 0.02 MB 35 157
139,189 139,189 00000000000005ee3281ae46effb41276fd052bf37fae8b929d5553a1ebaa2d1 0.05 MB 127 198
139,188 139,188 0000000000000087f047c98f013ad4556c6ca4a527ab65b26ee7adf390845f11 0.05 MB 73 148
139,187 139,187 000000000000088fc247d5175e61c5ea4fc949f84c97d47685686e74bbbeaca0 0.05 MB 87 218
139,186 139,186 000000000000043ddd94e6f59715d9bf6e4f69737f9f206232aa0368dd436e28 0.14 MB 108 95
139,185 139,185 00000000000003797db35439cee57dc3d6887243ce5be4dc76494bb75729f40a 0.05 MB 138 61
139,184 139,184 000000000000067d91453ad7eada69e89240ef4a438bdbb43a70bd9a173d51df 0.02 MB 13 432
139,183 139,183 00000000000004c41a4de6f89f5e688a62aa10e0bff63f8875647bac5fe431be 0.02 MB 50 287
139,182 139,182 00000000000001cb022cb2b240d8405be93dca6fd49389caefa3453a8b7ec7d3 0.04 MB 86 360
139,181 139,181 00000000000006ae4f9d58c5af38646cfa2765e6202cf5f1c0a5a8997c278d0c 0.05 MB 118 38
139,180 139,180 0000000000000636041c2dd2436981b5697c6b0d6a54e9ebf440dce64e005db6 0.04 MB 73 150
139,179 139,179 00000000000000f7b0fd149edf3eb72c15e3b2e3aad120919c90978c5a5c4bd5 0.05 MB 102 250
139,178 139,178 0000000000000238e0740a42afad616de940025686cdb2c1eeccb0feddc7bb87 0.00 MB 4 203
139,177 139,177 00000000000001ea72b20b6a87266c28d12e88281b4d188fb66844ff586c49cd 0.01 MB 21 194
139,176 139,176 00000000000002ea1c8c2a81f80b438834c3df20b21d67d62681f48f5e156ccd 0.04 MB 47 212
139,175 139,175 0000000000000645b9432fd39d11e9a0086951c0d2bbfdb89369ba150d4eebd5 0.03 MB 51 243
139,174 139,174 00000000000002243f075d534b1a9fa008acfad88851154ad42277ff870a4006 0.03 MB 94 6
139,173 139,173 000000000000025df9e661f3040abf179c2b6e2492b72c11b4110cf82f544716 0.07 MB 203 96
139,172 139,172 0000000000000328321697b516b26779cc76119733560c616b595df2c528ac7a 0.04 MB 75 705
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,642.50 GB sent, 94.38 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.