Memory Pool Memory Pool Refreshing

4,746 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,812 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,997 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,811 (690,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
217,115 217,115 0000000000000429c6c72fcbb013159939723aa80ee4bc6a002a6637ba520a9c 0.19 MB 414 1,640
217,114 217,114 000000000000025471f5c67933f5a792d34ed45ecd404a6dc236c32e19b29fc5 0.25 MB 641 402
217,113 217,113 00000000000003bb0651dd02d176445ec36962a32a6ba0d8b634262d3ee34437 0.26 MB 412 153
217,112 217,112 000000000000016fbf22fd178f96738ccf29fd924f2e1d081a3c6386f800e07d 0.32 MB 615 106
217,111 217,111 00000000000001b572e408c543515319c67612fca1256ca6083e358582bf9f8d 0.33 MB 558 157
217,110 217,110 0000000000000342f92de39393cb35f1efc9b9b5871e6cbfea8999cbbd34f962 0.25 MB 760 202
217,109 217,109 00000000000000dbc0b20f8e3126f0fbd1b6c30496292e1cad35e04a08065787 0.25 MB 639 241
217,108 217,108 00000000000003b17e76c9637a53bdd20180aab7f4cd7a34427c1c09556e800a 0.25 MB 492 170
217,107 217,107 0000000000000314498ba3a44ecb8d84f2db6da9c7c32fbc3bfd638d5200fc95 0.20 MB 298 133
217,106 217,106 00000000000000c9823ba0016c64e4659bea07391531b1590aade83c5f3ddedd 0.25 MB 686 234
217,105 217,105 00000000000003943e44e017ced011991a60cd3e96b1b69480007181aa6d2393 0.25 MB 603 193
217,104 217,104 00000000000003f51638b913edfc6272e2fdcfa3f3d1cefd84d2f68e4da24ada 0.05 MB 89 92
217,103 217,103 00000000000001e0cccf9f27124df9a9761ff12c92bdfee5b4923d17526e9318 0.25 MB 921 1,157
217,102 217,102 0000000000000253aaf2c03aa4a7eba8afad009edb377b8d6d28fec046533851 0.20 MB 735 1,373
217,101 217,101 000000000000026833286e8abd16563f293460353dbb3f256f8b97311d0514dd 0.08 MB 227 5,393
217,100 217,100 00000000000000a3e7114019f1b25985f3052cacb3a856b286e5a48670313bc2 0.25 MB 838 482
217,099 217,099 00000000000000669c7a86b76577397364d8838fb864725f8072ee26193928c4 0.20 MB 714 988
217,098 217,098 0000000000000520e41791224067289bf23a56ba6f0f8717870e26770ca6608b 0.42 MB 689 189
217,097 217,097 00000000000005287f78b5231e935d96c55634e1193e06b7c516b4111b50f05d 0.25 MB 665 165
217,096 217,096 00000000000000a4ddd1312e70b705dbf9509758330f4cb5116d1f9b29ccd2cf 0.20 MB 739 255
217,095 217,095 00000000000002ea9a68d977c3c82f68ece91486598bb3a21fc3ed0fcdb83aa3 0.16 MB 271 138
Previous 10 blocks ↓
Total Size: 769.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.65 GB sent, 93.87 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.