Memory Pool Memory Pool Refreshing

6,958 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,462 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (697,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,226 210,226 00000000000001c30676c20272e7ec88ff0983fe4e1c12ed2096e280089c831e 0.00 MB 10 160
210,225 210,225 000000000000016493e2586f90e2d5805e85a66e0a1df0e9cf98872fb8456f20 0.00 MB 11 165
210,224 210,224 0000000000000227c47070a8ae2032ab30a0aa658ac06053f72d0de98cc4135f 0.05 MB 131 122
210,223 210,223 0000000000000430e1a5e32c37ddc11a7411c6c442704b71023951ebdbb40aa3 0.05 MB 136 58
210,222 210,222 00000000000000972b616a00477f5423b52e088a435ca6de7f768e7bd68f759a 0.00 MB 10 17
210,221 210,221 00000000000003aae7a0f502970706afe84ebdf79eb86a05bc6d0f7b0f177987 0.25 MB 624 192
210,220 210,220 0000000000000318b225824a9c7a9444f46ab87b645c4c1b493de02219cd02ff 0.12 MB 327 177
210,219 210,219 000000000000044bc541a90e4407ab28be3a881edae7f3ae0e62179a259118e3 0.00 MB 12 88
210,218 210,218 00000000000002e8a4d59f68e2b1f1d5fd2187cd0a3a4abb7889ad8d803edd2d 0.01 MB 36 32
210,217 210,217 000000000000039d0193bfd9c4b8079a46e5abc73ca446b9912b6d279828f869 0.04 MB 70 103
210,216 210,216 00000000000000371524e20ba6608d1b3cff960c383be3f755e6be0a8e0e162a 0.00 MB 1 0
210,215 210,215 00000000000000d66aeddaa80b4ddee073e4b273b1e272be0ba08a79c2c46ce1 0.01 MB 22 65
210,214 210,214 00000000000004423b806bc741ced211d111c35cdb11d967184527a7719b3485 0.12 MB 213 119
210,213 210,213 000000000000031cec544ad60911baa908f9481f2f26c2d88c28fcb1310e6b98 0.10 MB 256 173
210,212 210,212 000000000000049b0d580a5d7791f3fc50100455172b7a9d69b44cbc82b22136 0.25 MB 589 181
210,211 210,211 0000000000000289e9b1527a82694200d1f99626bde4119265348039063decd0 0.08 MB 209 208
210,210 210,210 00000000000001fb47575ad9bf52faebfffc0e4886f6b0bc277ba9e84490f9da 0.05 MB 120 1,146
210,209 210,209 00000000000002eb70f741a7f5281a291bb76ad6f9f4666946e273cab504ed93 0.02 MB 34 150
210,208 210,208 000000000000032f4fad0788cd0535b9e67e1bdc1f576c5cea5e55cc9e0dcb7a 0.00 MB 1 0
210,207 210,207 0000000000000238fde0d03e6de4893fc4bc8c77082ce4c6f48768ac46ca8835 0.16 MB 279 155
210,206 210,206 00000000000000bfa730bc5063d53d733d9ca3fb63d40e0bbc3efa3d8768d7f9 0.26 MB 451 121
Previous 10 blocks ↓
Total Size: 769.03 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,625.95 GB sent, 93.05 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.