Memory Pool Memory Pool Refreshing

3,812 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,707 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 3,753 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,706 (905,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,886 1,886 0000000072d2a9bc066cd767cc7b87f55c2ed6a56f3afa209875fa754e33a9f9 0.00 MB 1 0
1,885 1,885 000000006a7e674aa8851c0821d246124b62afcbc224c493a3e898d0618dfa52 0.00 MB 1 0
1,884 1,884 00000000be3d49138ffadc146173b21c3b9f4fd3225617a4656873b2ed4a4cdd 0.00 MB 1 0
1,883 1,883 00000000feeb0d4b6494e4ccd20aef37fb9d93fb45a1feee644c2aaa33ebda4a 0.00 MB 1 0
1,882 1,882 000000002457c6c89c31b8cdbdcccf4ba884dbe7d7fce2a6ccd2ee7e75c122f6 0.00 MB 1 0
1,881 1,881 00000000c0577d1bd0329e645f7f6f79d224bb3e6af8cd480c1210010ce08680 0.00 MB 1 0
1,880 1,880 00000000ef5126d211c6e240795c88d9475c2b0b5d5e75bb0feae6cf59775f08 0.00 MB 1 0
1,879 1,879 000000004718c1ef012d3980ba6c85916402c57e4bb0d285f4041627f326d850 0.00 MB 1 0
1,878 1,878 00000000d02b479f4b12acc60bd26b95c74ea25ba831facd30117dffa9e94cb4 0.00 MB 1 0
1,877 1,877 00000000ba48a5254205120912ea04481540b940d871f1e5828f8e4421d57241 0.00 MB 1 0
1,876 1,876 00000000c997904ae560a37450d81ebf44414e6c29d43e24be0e9c3285e00734 0.00 MB 1 0
1,875 1,875 00000000a15e23a0455d0453a6216857db4f1920308eea8b7f21b2ef9698ed75 0.00 MB 1 0
1,874 1,874 00000000963d1bf30564d1807ab3e156f991e3b0b0967fefe27b7b2a90bce6ec 0.00 MB 1 0
1,873 1,873 000000002aacdf4f815942c612af16cbd181b0102c1d9a09f41c6862815f9d89 0.00 MB 1 0
1,872 1,872 00000000c2dfe3968ef3133e68e9d56fee1eee7409ea6986aafb5bd003f38478 0.00 MB 1 0
1,871 1,871 000000009b258aba4631bcd3e763667edd28ca4960da6cfedf98f42e2631314c 0.00 MB 1 0
1,870 1,870 0000000039d64ce3bb6f073707a6ba831e6e2fbc7d9fae40709d162012b1253e 0.00 MB 1 0
1,869 1,869 00000000a76a1ab5f25b55e9d47ea902fd6039cb30806276d7b25460841cd9c3 0.00 MB 1 0
1,868 1,868 0000000062ad09e4891dfc8ef3c454c92ae68ba033a8762eda270227ff3dcdc5 0.00 MB 1 0
1,867 1,867 00000000d0770388d9f8e34235e8a46f6acf92777b489b45a8bbb088e881310d 0.00 MB 1 0
1,866 1,866 00000000f918fbed0d800462cd4f37c25109185019daaac1789134feea9c641e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.00 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,616.64 GB sent, 92.79 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.