Memory Pool Memory Pool Refreshing

1,235 transactions
0.41 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.41 vMB 1,215 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (703,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,229 204,229 000000000000054a5ab53570de972c654ef0ad772824dd7e9c4d273853cd7844 0.00 MB 1 0
204,228 204,228 0000000000000385e394f11a5648e0ee7bca1e8f7102b9e498a0c0e19c557c65 0.06 MB 131 118
204,227 204,227 000000000000027e0306e802abb188479f7de8f751b8c96f992c3a27a8f62ba1 0.16 MB 438 145
204,226 204,226 00000000000004f05a76de9850708a941791850c0588ebe91b9e95751dc756b4 0.05 MB 131 130
204,225 204,225 00000000000001c5a5c45bc93bbef484791b3b8ec8fe60b26c93f0535a34b00e 0.00 MB 13 359
204,224 204,224 000000000000016f04e4d40ceab0d934d16c8b1c7aa2416d698fcba51bca2eed 0.20 MB 532 54
204,223 204,223 000000000000034075e6dcdac42a60d16876df986a954700ab39c1a5f3c8109c 0.08 MB 167 114
204,222 204,222 00000000000000686ebb9dbf7cd3140bd6cbf80f72659ca1ee3ce3bfc2cb65da 0.00 MB 13 70
204,221 204,221 0000000000000188a3fe0a3b95d6479b2740ddab4f22b19cee9742fde8f8fa0d 0.16 MB 431 141
204,220 204,220 00000000000000bf40184fed602c46ef3229afd9cb13dc8bcfcc6babd52e0141 0.03 MB 113 42
204,219 204,219 00000000000005101cc747615e18fbec824d7cc60f9df52778d678717dd0c212 0.10 MB 175 193
204,218 204,218 00000000000000da79e64ae9541d64caa277463b66813a90b78b04f09e555270 0.03 MB 53 265
204,217 204,217 00000000000004998ebd27f1dfa300804ec978b25be6628efeb01082470bd65e 0.04 MB 94 321
204,216 204,216 00000000000001f6b87a8e02b97486c58becddb4e43f46e5a8116f4f267f8480 0.11 MB 286 143
204,215 204,215 00000000000000a61a561c6206c5aee262cdb4973b2b5e666d84d25a46e6112f 0.16 MB 518 161
204,214 204,214 0000000000000223837e827365a2c16db98a7c883e2938797706d965e04575aa 0.02 MB 25 75
204,213 204,213 00000000000001386685121459e7348c4dc1a190621bd8f78d69b4cf460ad418 0.02 MB 46 310
204,212 204,212 000000000000018d2e7cbd1568140c00df970ca92b399893f81eba549487ea06 0.04 MB 71 103
204,211 204,211 00000000000004820bf10e8c58ab28b081b9661d7b7ae0a8aea36fa6673ca0c4 0.03 MB 94 76
204,210 204,210 0000000000000393bae743d23ee3bd5d2583ab5c642b0ef53fe235e785f5acf1 0.04 MB 38 75
204,209 204,209 00000000000003fc94628145b97ab1ac1666be0640a0a1736b638f948dbad8fc 0.09 MB 182 175
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.