Memory Pool Memory Pool Refreshing

7,970 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,261 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (599,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,151 308,151 0000000000000000348508f8eef3c388b4d0bea9882cfd21ca3babb9de05fd3e 0.25 MB 720 47
308,150 308,150 000000000000000033c558f6134d90ae396db7d119df0e69a6d3c5bc576b2312 0.13 MB 282 30
308,149 308,149 000000000000000006fcc63d0b9602afb2f33ba663ff93020126cb392184bf44 0.18 MB 294 30
308,148 308,148 000000000000000035f128021e82fdb47fc1eefb80647051dc63e2644d15b445 0.17 MB 198 22
308,147 308,147 0000000000000000040f568c4790cd7c9343ff582fa30c8abebe5fcdc3081738 0.17 MB 299 28
308,146 308,146 000000000000000004c471b0cb3231e8b204fa027cd23bbcf503477f38d4dfd4 0.40 MB 850 35
308,145 308,145 00000000000000000ff9a699a917a3c5ff65eee8388e0a82c47762e8224f9f08 0.48 MB 641 22
308,144 308,144 0000000000000000182c7595619ca7115410009127ef99bab5584bdc4fa2a05c 0.35 MB 896 40
308,143 308,143 0000000000000000452e5a353af83cae40ed67803392422cbdffb34f511d4132 0.06 MB 99 14
308,142 308,142 000000000000000030470f25b94cf905dbab45ba3be35f092d1b119f17337ba6 0.06 MB 99 33
308,141 308,141 000000000000000001bd117a7051a0769ee041abc822d308528df2eda6216038 0.62 MB 1,187 30
308,140 308,140 00000000000000004213dbf5a98e6873abbd8fc2ee2c229329504c1050e24efe 0.06 MB 108 24
308,139 308,139 00000000000000001fa98a5d04579de34571c6449b0672266ec2637793ddfff2 0.17 MB 313 30
308,138 308,138 0000000000000000185a68eea4594f415e5cb8ab7c4f86a7ad5abe60243b70cc 0.04 MB 78 27
308,137 308,137 00000000000000000d96ad2ee3e2cac197cd270e93c3a13499ed8413d7132206 0.03 MB 82 37
308,136 308,136 000000000000000010df4d491dae161cd32985ca2de6863c76ef280c252004f5 0.27 MB 388 27
308,135 308,135 00000000000000000d602223e7b07ea2fb52a7e645d1881296f3c4847a07a943 0.12 MB 256 42
308,134 308,134 0000000000000000268fa88ddb6579e0d778940de112bd0eb9b2b8252174a389 0.20 MB 218 19
308,133 308,133 0000000000000000226033cb51db5c1347d0a02e40c2897416e040607a52b2ac 0.25 MB 474 30
308,132 308,132 00000000000000003072a4db21cfdd538781dac47626c4abeb286e0f0f12b2d4 0.07 MB 104 21
308,131 308,131 000000000000000036a58a5c276f02b6dc87e282c2704ca0e290d19e7ef6c221 0.07 MB 69 9
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.12 GB sent, 94.17 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.