Memory Pool Memory Pool Refreshing

1,313 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,305 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (674,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,302 233,302 00000000000000d7cb76882cbd7c17dc817ef9fa1861a1c6173217ab212d79d3 0.15 MB 385 225
233,301 233,301 000000000000000ab566fd6efcecffcbd9a833d495979233df2fa0b921249224 0.13 MB 203 114
233,300 233,300 000000000000009937fb932fd95b0116184868b80e6ff251fc0a14804294e5aa 0.18 MB 345 152
233,299 233,299 00000000000000c247572fe2e2e891465762548008dbce7c4cd83d7ab2c6933b 0.14 MB 302 152
233,298 233,298 00000000000000f807bddb3d6ab3bb020fd830c48825a25669b63e3d9b864d80 0.12 MB 264 183
233,297 233,297 00000000000000701179bf2c9da8b5383ba1417b576219a1c93059a7c35782be 0.11 MB 220 150
233,296 233,296 000000000000010051b798cd4df19a471e67519d84aa5116f5b589c5a7f29f3a 0.25 MB 121 37
233,295 233,295 000000000000000d3cf8bd9bbf278a83a008b849292aa15c77067bfe3a53bd08 0.25 MB 323 114
233,294 233,294 000000000000008447553d2832040bf355ea44c1fd35c2068865047c001bf119 0.04 MB 69 140
233,293 233,293 0000000000000152a86d90411edfc6a9ec88305897cd86038396afd9d11feb66 0.22 MB 495 172
233,292 233,292 0000000000000127a66f3d865286128691cd35bd7e067c168369fa9b867f6850 0.04 MB 128 96
233,291 233,291 00000000000000942ea48f3dcea065b25af7f99df4d4134cb64ca562c5af2061 0.23 MB 482 146
233,290 233,290 00000000000000d226010198230bb3ebf511e1006a11091ed31560bc7241cf4c 0.00 MB 1 0
233,289 233,289 0000000000000049d7885ef473f173810fc47ecff2b96799664072545188c64b 0.04 MB 82 152
233,288 233,288 00000000000001bcf4931a6f73b554eb85237c7318f0b428f365585ca9b331aa 0.20 MB 329 126
233,287 233,287 0000000000000040e6de3c5f7fe0d205b83ddc0c13a71f62a0e8a5942642b5a5 0.15 MB 216 103
233,286 233,286 0000000000000121bfb4c72558303af470dfa481c23d5d2bc23aef6385cb203a 0.21 MB 493 184
233,285 233,285 00000000000000d56c46e39bf53c054a030f1559d2740a06887bc23fdbd1baba 0.25 MB 399 102
233,284 233,284 000000000000013f91cef0f4606c08c1597feabe2c98b96ebb7251a8a16a4c04 0.07 MB 150 197
233,283 233,283 00000000000000271f66fe95672454f1846b461b3cebb0000bca8a105740a185 0.18 MB 455 195
233,282 233,282 00000000000000060d3fafc1d9f8e6786bf06ef1fd696cb07fa59a5c114c9a67 0.02 MB 40 86
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.