Memory Pool Memory Pool Refreshing

3,605 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,100 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,966 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,099 (906,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
1,865 1,865 00000000cabdfa62f62553973d5ba3a0e74eb5b4d6e03366f79bd05f2a7c5646 0.00 MB 1 0
1,864 1,864 00000000ea25c2bd868f9fc2a53019177ecfe68f3b2d6f2538ab16fbbefc909c 0.00 MB 1 0
1,863 1,863 00000000728d8e5b68328b0357af3b1591f4cfa7e074e1c6d5bc900461863606 0.00 MB 1 0
1,862 1,862 000000007e8d96fa8cb1477d84cc550c0057de2dd77649f9b9cfc018ff84fc6a 0.00 MB 1 0
1,861 1,861 00000000f6033a344df6851d86ea1d78f03912ee5c82a042559fac51a330a06b 0.00 MB 1 0
1,860 1,860 000000003bf1f8df98f0e5f2cfaaf8cae43811f6a297335e7e08245331d8ed99 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.73 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,678.96 GB sent, 96.55 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.