Memory Pool Memory Pool Refreshing

156 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 127 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (224,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
683,175 683,175 000000000000000000091aefc4ba87c67c94b3be52d584c1d82e3e3e2b2b687c 1.33 MB 1,873 30
683,174 683,174 000000000000000000093a6262674c5eb80d5b48062fb660698e3ec5e842d699 1.56 MB 1,612 86
683,173 683,173 000000000000000000013c3950dee0ae2af9288fa98f437a939305702d76de28 1.49 MB 1,159 38
683,172 683,172 000000000000000000022b8e43268312c026a341bd65a59c9e18bb211030d0b7 1.42 MB 1,285 25
683,171 683,171 00000000000000000005ecf3d1aafc7b0ba87bdf2935a7fe1ec47cf491057c76 1.10 MB 634 63
683,170 683,170 000000000000000000050c8a404f1494596b7ae9f3ffaa4361e137fc62fd85c3 1.37 MB 2,193 61
683,169 683,169 00000000000000000008473490bc60a6bf499362f475d4f57bc60f34d8585f5b 1.37 MB 1,088 19
683,168 683,168 00000000000000000008dce2283b4bd8d4301e7312bcd199e8be503f9f0b6a58 1.67 MB 168 1
683,167 683,167 0000000000000000000aa00066a96305b43afd01a9aa2038414c5638935b2ab1 1.28 MB 1,423 6
683,166 683,166 00000000000000000007d51cc75295626a88e1669bc7d08d00da60cee412d164 1.46 MB 1,540 25
683,165 683,165 0000000000000000000b2444ebbba5d7b6a88d3856b53e34e0dbf153cd3e32aa 1.35 MB 2,238 28
683,164 683,164 0000000000000000000d1052523e401be51fee6c19f8ab6366359579ba0df998 1.30 MB 2,386 26
683,163 683,163 00000000000000000004e5aef124ac708267821c12cfa05a432f9d1446f57d6b 1.30 MB 2,191 44
683,162 683,162 0000000000000000000cb383b2a246eeccf273fc371c4ba33e0aed04262668dc 1.25 MB 2,085 11
683,161 683,161 00000000000000000003fafad9ef8a827fc38f18080e91afc52a5211fdc973a8 1.36 MB 2,124 26
683,160 683,160 0000000000000000000862b26d795bfcc3aa836d8a6b9977530f13c9a1857959 1.48 MB 1,792 21
683,159 683,159 00000000000000000001a935dbbe74cb29c05190d1303e788d8d06e30a5a033a 1.32 MB 2,470 32
683,158 683,158 00000000000000000001999efb634f2428429f263e74815a3705ba1dc392cc5a 1.27 MB 2,439 52
683,157 683,157 0000000000000000000d7d46299d80cbe154cbf4dc8fa7b2c479525e057b9c23 1.36 MB 2,510 51
683,156 683,156 0000000000000000000b2fa56af2102e5fce45882593c9c64e3833c7edb92f03 1.59 MB 2,176 79
683,155 683,155 00000000000000000000bb3ae9d6440abc872c866259b35fa4ef5ed2537477b2 1.42 MB 2,745 83
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.