Memory Pool Memory Pool Refreshing

5,303 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,313 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (720,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,705 187,705 00000000000003d7d263cee5dd9abf6fb08f9bacfe38ee435a525104b1af95d4 0.03 MB 64 44
187,704 187,704 00000000000000a24682ea85bdc9a150f4d88a4c27debbdda7d64818a5b6f9a8 0.07 MB 109 93
187,703 187,703 00000000000002b19325af54dedbf51e61bbeef62a0406a9c284d92f410be537 0.01 MB 32 112
187,702 187,702 0000000000000003216061f2dfb0d70aa43aa605b0a63b64491a3672398c65ed 0.08 MB 151 106
187,701 187,701 00000000000002b6d1dd37363e3447e92d0610370ea338ed1c749e385bfc2832 0.04 MB 95 84
187,700 187,700 000000000000040c92f7d477e566bc723ebcd4cf0aad2803a7c8b92746cc4535 0.06 MB 134 84
187,699 187,699 000000000000072dfcdb5df751f922105c3394e3d7202413104e8f3d659310ad 0.00 MB 13 31
187,698 187,698 000000000000024d3011bb788da2e8cb701b7765787529079abcd3aa45cf03e4 0.05 MB 49 75
187,697 187,697 00000000000000976705a2f09dd61df36a859f22a2815129145dd8900fa4a5e2 0.00 MB 1 0
187,696 187,696 0000000000000428cf16ea582693ea92e666ece2bc43f2ded1188ca4f1bf2a74 0.04 MB 121 229
187,695 187,695 00000000000002ce1addfd52f572db8029a8f9fcaa28653320b1285b013ff01c 0.12 MB 197 102
187,694 187,694 00000000000003e4087a5da4a77d7a58458d87a2016be0704d06ad5228844249 0.21 MB 474 132
187,693 187,693 00000000000001bd948d078298ba3febd3f4dd75377e08de976421898ad06154 0.00 MB 12 14
187,692 187,692 00000000000002a730131775ee388effd59364aa0efcb24530f30d1ca7647682 0.06 MB 189 61
187,691 187,691 000000000000094019c8c3d4e1b97fb657ba483fafa6669d0eedc00d6f5b20d4 0.00 MB 14 14
187,690 187,690 00000000000003af28cfcec7653177ef910605c8e374e2335e823c7fb9495493 0.06 MB 103 69
187,689 187,689 0000000000000525647aa3e6a32adcefc6d64cbeb30b6748ea11b60a983296c3 0.12 MB 318 137
187,688 187,688 0000000000000238b41e6437257bbc5a0aa9c46d86b5d1ed0ed2718e97c34dfb 0.05 MB 83 94
187,687 187,687 00000000000003584516457f8896c3393b084865c46ba69191664886e93fdb4a 0.04 MB 108 90
187,686 187,686 00000000000003c9c48e4d88f449d915b7dd16d4b7072368b60ed80d5bff2862 0.00 MB 15 0
187,685 187,685 00000000000000c0b91397fef222629533dbdd49ee879b4cca72daa9fd1f4712 0.03 MB 128 79
Previous 10 blocks ↓
Total Size: 769.25 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.09 GB sent, 94.15 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.