Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,200 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (10,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,222 897,222 000000000000000000003ec9059b03e47b0cc93a9a80ad1d1ebde7b28680ce22 1.21 MB 3,310 1
897,221 897,221 000000000000000000002d70432923003bc3fee49e8c89ef37bd682105f6599b 1.46 MB 2,653 2
897,220 897,220 00000000000000000000d413f971773073e4a0b1f7a423019b53eccd1eef3869 0.36 MB 1,059 1
897,219 897,219 0000000000000000000080ea491f8aa0492a525eb7c28bf6aace783e1ac30ddf 0.39 MB 1,117 1
897,218 897,218 0000000000000000000208434c38c1ff97e799e777b50d701019f76de75f064b 0.59 MB 1,736 1
897,217 897,217 00000000000000000000a2243ce007bc3e2f22a1d471c520795763b305cc52e3 0.55 MB 1,761 1
897,216 897,216 00000000000000000000e8e61ff2ca9a63f56185133ee6e5b169e20fa294acb7 1.72 MB 1,862 1
897,215 897,215 00000000000000000000e62bdaaccccccc9a2ebcf010f8515353924a0126be58 1.61 MB 4,578 1
897,214 897,214 0000000000000000000167b95be0fa76dab3c34ded1eda836bbb4212fc3c8628 1.51 MB 4,545 1
897,213 897,213 0000000000000000000050f3ec50be3494da3b12bc662559100dcc9a343946ef 1.48 MB 4,445 2
897,212 897,212 00000000000000000000b833a709a326cc58409373544b5e7d974234e0394ce8 1.51 MB 2,802 3
897,211 897,211 00000000000000000000c53269860d5e301455c88e63ce2d21ac194b8bad9430 1.61 MB 4,005 1
897,210 897,210 00000000000000000001f1ce527e545aa8f7d0bf7b17066bad0d6940d92bdc1e 1.47 MB 4,352 2
897,209 897,209 0000000000000000000029bd92705a01eeacb85221fb390dabebecf6b9166a27 1.53 MB 4,119 2
897,208 897,208 00000000000000000000e97010078da0ba213df20f52f99a15ab2fb6b6acd3c2 2.29 MB 1,077 1
897,207 897,207 000000000000000000005d422359c6351b87537a45b22b575e30cfb3763a4caf 0.61 MB 1,660 2
897,206 897,206 0000000000000000000179536af448f685d6d1d49b107293fe59813c5cea08be 1.96 MB 2,842 2
897,205 897,205 000000000000000000022b1c403567ff772ea3375c0cc8dcaf8b5ae7019ffafc 1.77 MB 2,330 1
897,204 897,204 000000000000000000008e10900992562678a9a94489f91cf5422185fe244aa6 0.95 MB 1,703 2
897,203 897,203 000000000000000000021aa40403fd60a5437eaa62c4cc7ce844d4f791cbefa7 1.65 MB 1,463 2
897,202 897,202 0000000000000000000059356feacffa1273fa7a656fa890dba71940c8bfb87c 0.44 MB 1,073 2
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.65 GB sent, 93.65 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.