Memory Pool Memory Pool Refreshing

255 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,763 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 248 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,762 (665,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,166 242,166 00000000000000983dfa0bcd71f6d0ee4ca84e1b3341a058fcaa260edd60746d 0.03 MB 62 111
242,165 242,165 000000000000008c6de9b2b0fe096114df6f6aea25c13037b4041e9c05f78768 0.11 MB 242 137
242,164 242,164 000000000000009b561800a5c06eb2157781f904f7b657bbe96011ae91d34588 0.14 MB 280 108
242,163 242,163 00000000000000b579284e2d0d839a88a9be551bbc7b84518c290e2d5427dc94 0.27 MB 654 184
242,162 242,162 00000000000000719584c9a9f589e50f7ce391e8784358005e39d4cd52085bca 0.20 MB 485 134
242,161 242,161 00000000000000001b81cb08052cff1f1468d3e9bdb42fb7487cea6a9d62f233 0.25 MB 582 181
242,160 242,160 00000000000000dc064869e4605597009699281c5544d901748ebd855480c0b8 0.25 MB 577 191
242,159 242,159 000000000000006af532ade72d083bc8597addf286642555bd60140c6a6bd0f4 0.10 MB 404 2
242,158 242,158 00000000000000cbbfb5e672c65c2b3e5a0e7133451241d07734525fb8e66257 0.09 MB 128 29
242,157 242,157 0000000000000008c67ba77b88394e9f2dc52918a97aa2eb0035bac24a098186 0.25 MB 638 191
242,156 242,156 000000000000009445997a5d1b859ae531b203c27566dbc5bc3531361fbac97c 0.04 MB 107 148
242,155 242,155 00000000000000c1f1c31c85ea6754a23a129656fc77e0da7f108abab7c8057b 0.11 MB 245 146
242,154 242,154 000000000000003e23fc3e59ba439b0859eb837314180e12e07839c248379c2a 0.04 MB 90 111
242,153 242,153 00000000000000b74adaca5f936cab005ef11fce7b39a49212de016531b4618d 0.25 MB 548 159
242,152 242,152 000000000000004c770a9d3dffd4031a937fcbc3d827a5e7cde53a632feae4b8 0.12 MB 282 168
242,151 242,151 000000000000001fff3d4fd0350eeaba65971026a4b854dd944c2181817c6f63 0.15 MB 298 1,076
242,150 242,150 000000000000000ea5bdb59a7519943bf35d0f860f392e05ebf8b13c811888f0 0.04 MB 69 64
242,149 242,149 00000000000000cfb19e9d001b489901f660cc509dec532e29a6c89728dcb9f8 0.16 MB 339 177
242,148 242,148 000000000000001947f754f3df0067992ceec710108a2811825fb5288001c8d9 0.25 MB 546 157
242,147 242,147 0000000000000051efd1c2670c7b52c5f25fd5b0cff6bb1908e07019664eafec 0.08 MB 64 20
242,146 242,146 000000000000004fd2169a4b3fcefed4dc7f4dc3e85cd86fdaa56d5c1dc4b002 0.18 MB 400 160
Previous 10 blocks ↓
Total Size: 769.10 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,628.56 GB sent, 93.37 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.