Memory Pool Memory Pool Refreshing

1,388 transactions
0.58 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.56 vMB 1,383 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (46,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,540 861,540 000000000000000000021afe81f1270585997dc5a6eb232f9e9d1c3d1fe7c564 1.62 MB 5,163 4
861,539 861,539 00000000000000000002c82991f7a3511a608d531ece627b31e1847a006bdab0 1.63 MB 5,314 4
861,538 861,538 00000000000000000002290b1b6f46ac3a330e94de56415b8d63ee750a46f864 1.58 MB 4,014 4
861,537 861,537 00000000000000000001a151f98678f14fd8ea450992e41db29caae176ce2bf7 1.66 MB 4,423 4
861,536 861,536 00000000000000000000444d8ae86cd545f92ca2b3fc0e5a77d8f2c05a951160 1.56 MB 5,562 3
861,535 861,535 00000000000000000000512b535b42da45cd59808508cf9f8eb9ceef2f4cdc41 1.73 MB 4,266 3
861,534 861,534 0000000000000000000110c6f342e16007e207f8055b213681735e334a1286b9 1.59 MB 3,145 6
861,533 861,533 00000000000000000001ca73d27635d03414537885945364298b1f029c13ca4d 1.69 MB 6,901 2
861,532 861,532 00000000000000000002318bfde93db087f3a734df1fd99f77a38a1138dddaa3 1.78 MB 4,619 3
861,531 861,531 0000000000000000000183efd672c1f7178ca0948f8d492bd9d972af1932697e 1.66 MB 7,532 2
861,530 861,530 00000000000000000002b4368afa4a9ccb6d33ba8382bfa1da7ba0217bd4e02d 1.80 MB 3,472 3
861,529 861,529 00000000000000000000dd547aae21037c2fb1d9d8c99d5d0fbb2263429f4c1c 1.89 MB 2,027 4
861,528 861,528 00000000000000000001f6eb4f3bda5e3dc91021007d64d17f0aa2f45e711648 1.78 MB 2,678 5
861,527 861,527 00000000000000000000ea0938a2535b7cd855bfaf728060a7ae015a97f88eab 1.60 MB 5,329 2
861,526 861,526 00000000000000000000d737f509a6283e837c6e3dbe938cf4ef0bb097d17996 1.71 MB 3,404 7
861,525 861,525 00000000000000000002d6f7fb5fae2f862686aa6ee1a07bee84a8588be34311 1.60 MB 5,760 3
861,524 861,524 0000000000000000000275356d4df7c02fb5706373db0d472763df9aaf759b8c 1.81 MB 2,292 5
861,523 861,523 0000000000000000000164028924ed43483de38f42a9ba8ceed900d6edc09c79 1.63 MB 4,407 2
861,522 861,522 000000000000000000021f63f89dc0351007b5f803a8debe0049c3bbdda227ae 1.77 MB 2,102 4
861,521 861,521 000000000000000000012b5a31556f7e0330d1d7383dab99c8f552a1f89502a9 1.93 MB 1,457 4
861,520 861,520 000000000000000000025ac7c03343f346e2fca60d664fdbe5544566d085977a 1.86 MB 2,652 6
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.12 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.