Memory Pool Memory Pool Refreshing

1,164 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,910 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,149 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,909 (784,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,154 123,154 000000000000568a844beb51c0fea9f8e5806772ec12a8dbdb1703e9b34c24ee 0.00 MB 4 1,960
123,153 123,153 000000000000419c56ed13671a16f9fdf25d896f6dec2bb3f65f0be5e93a21ef 0.01 MB 11 742
123,152 123,152 000000000000340b2e9fb1f58d5caadbb15a3a7e81f6886b1edca44bc9924c35 0.01 MB 36 1,116
123,151 123,151 0000000000000a83d9c5237cbfd30dd1d70879a3b47a094616cdb3a157bdf346 0.02 MB 39 134
123,150 123,150 00000000000066fc406b94575bdbb6ef3ebf214883ce090753df2d101397f517 0.00 MB 1 0
123,149 123,149 0000000000004df563b65df30410e8a1c6aeff25af3ef66c2cbaf1d205d93261 0.01 MB 11 1,293
123,148 123,148 00000000000032226c80edf3d59491dec6ab3c3fb4bff4d50c4d540001807c9f 0.00 MB 1 0
123,147 123,147 000000000000178fa8b373e765a688306404ae2bd5c52ee56360f467a4c2a909 0.01 MB 32 249
123,146 123,146 000000000000287d2e3e510f68c132fbc106fdb1bd720282f28ecb9b8141efd7 0.00 MB 12 939
123,145 123,145 00000000000017b2a623a3c1474cf8e05fb3143d5509460f6fc8fa34cd43c304 0.02 MB 35 707
123,144 123,144 00000000000011db1591dc83f7b14920ca1c0d42a44caf99571c5146e9f7eafb 0.02 MB 47 1,602
123,143 123,143 0000000000005f5d2e552d8640fc59b04cbf31b57521fe344c39efef577c6b3c 0.00 MB 8 0
123,142 123,142 0000000000000be5e7062a350fab99741ee3d91a7d9fad71abbd77516a6e763b 0.00 MB 7 275
123,141 123,141 0000000000005baa45fc9b37baa01d8a010445f7bf2263d124bcd82431369246 0.00 MB 14 240
123,140 123,140 00000000000031ac1f33c2a12efa0b29a23c11dd2e3aeeb1c94dea89394c789a 0.00 MB 12 636
123,139 123,139 00000000000066b120fca9fbfb45466d8f9c18cf6ca4e38dfe18fe9d646e52f2 0.02 MB 55 284
123,138 123,138 0000000000002312e0d0609c216a8929600e9e50412d410d5d9eef9e4df41edc 0.01 MB 11 0
123,137 123,137 00000000000008919bff8ac5b89bd29b3439d18f13d96a01969d809fc2c24187 0.01 MB 20 182
123,136 123,136 00000000000069c9a2a65c1492497038a66cc4fb22c3752f3ff7102e477e6782 0.01 MB 10 213
123,135 123,135 0000000000003071d0b31b648f79869731b47094eac30aa7a704e7893b835327 0.00 MB 2 1,610
123,134 123,134 000000000000070f3513d8137f7410bba20259c9e4d42f0ac61668ed7d74b299 0.01 MB 5 176
Previous 10 blocks ↓
Total Size: 769.37 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,643.91 GB sent, 94.80 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.