Memory Pool Memory Pool Refreshing

1,987 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 1,978 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (697,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,385 210,385 00000000000004499305afd62efe33cf163d2e5c22234cf69dbef302b20432f9 0.42 MB 533 118
210,384 210,384 000000000000002fa070df0a7daa5f7f5459b327629f432bce97e523e30542b6 0.27 MB 369 132
210,383 210,383 000000000000008b90581c7b8289cd3d9a4737358a61c908d5841912fceb27df 0.25 MB 686 254
210,382 210,382 0000000000000174ccd5d18513578462325f0a7574c18f724d5f5b8c0cfb4319 0.00 MB 11 50
210,381 210,381 000000000000039c63c823a974379e43be85eaadf7fd6ec477dfb3b080d36c57 0.05 MB 141 10
210,380 210,380 000000000000012e3963905be85aefcbdf9c9759e202a953c48b2f941077ebf5 0.42 MB 1,132 177
210,379 210,379 000000000000018718f5dbbc7072b198a87b28e89af3a80acc20ef2e7a7e0fc7 0.28 MB 486 155
210,378 210,378 000000000000024b9b9e33fe401126ceb27546473f3e282d59ddb010891e3aa7 0.00 MB 10 153
210,377 210,377 00000000000001c299f176eb48a8ad6d031473de5579e0ddefdbdb4badf95d11 0.25 MB 485 170
210,376 210,376 00000000000002b7fa83638894ba2fbd809c043e6dee2905e6b093f8da4c1d63 0.25 MB 721 226
210,375 210,375 00000000000004a56c08ceb3c1f5c5e2367049b71a2ebbb41675f0b829c02638 0.00 MB 1 0
210,374 210,374 000000000000024ca629e1f1c7d00294f2e788bf1526ccf5c8152bd04f1802d5 0.25 MB 606 196
210,373 210,373 00000000000000d195d820a3e7e5b2f8010152fb5b23ca41c1a7f3bdc62b5647 0.25 MB 714 204
210,372 210,372 00000000000002f41ac66590204d0a9c475e071234bd430440cd94904177cb52 0.05 MB 136 76
210,371 210,371 000000000000042a9ed06772197b8ed48bc04b5315221095083bf5db9dc6a544 0.12 MB 305 172
210,370 210,370 00000000000000598691675b089b1bb5ade41e31a75fda7430c4faae3e100b90 0.20 MB 369 160
210,369 210,369 00000000000003ced440f59ab15fb56a7536f653875bebb20fd3ad7dfd82f097 0.19 MB 470 179
210,368 210,368 000000000000001eee1888bc317df9e990b2aa4014690534bcfe6f96e53e61e8 0.25 MB 587 194
210,367 210,367 0000000000000189e0cecb7e0df8e8e6d9ce9879837807bb288a93d647d0d116 0.31 MB 638 184
210,366 210,366 00000000000003f86793368d94024e94d9659776ddb37220e692fc03292a683d 0.05 MB 116 115
210,365 210,365 000000000000025ada4cd2207f019adf073050b0576957b66f257137c5c0897d 0.25 MB 586 182
Previous 10 blocks ↓
Total Size: 769.28 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.51 GB sent, 94.31 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.