Memory Pool Memory Pool Refreshing

853 transactions
0.24 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.24 vMB 837 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (660,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
247,186 247,186 0000000000000002d962c40e3b6fce8b2696767d8eafd982ba60a2a8bbe96d23 0.02 MB 31 8
247,185 247,185 0000000000000078d84af7ef84eae45d79adc5910c7ae5533e2a15beae22d633 0.18 MB 375 121
247,184 247,184 00000000000000307193c965dfc6a58136adf16db9deb40cf1a45f6bb33365f9 0.01 MB 25 157
247,183 247,183 000000000000004dd7031c231d424dce8a6daa7dfb34b8025ac9e279ded9543a 0.13 MB 288 123
247,182 247,182 00000000000000912ffb533224d5466ae23a978b17a0b0214cb088d2e2252373 0.09 MB 259 2
247,181 247,181 00000000000000139a638991c4f9b440f8b6f6916d606655c8bc866cd62fb0fd 0.08 MB 189 130
247,180 247,180 00000000000000706c29fed6f5e0bba9b056cdd6f12c8903d5c1c96c886511a6 0.06 MB 103 81
247,179 247,179 00000000000000151f3841b5593356b15af522fce5ba725ea3bf2de2baa1f088 0.11 MB 223 88
247,178 247,178 000000000000003f699b4f169aaea53f0d001b76909460e2b8f14b011e59e687 0.06 MB 135 114
247,177 247,177 00000000000000915cc476db3ce2514e434b63bfe7343a38d00a0d1ae6fe0db8 0.06 MB 144 92
247,176 247,176 000000000000008d631ee9bfe14dd93e9884aa8132f96d4ab1753373bce4982b 0.09 MB 122 42
247,175 247,175 00000000000000882d454f51816e821ffdcdb86e5f1646a0226c74a779702421 0.06 MB 80 79
247,174 247,174 000000000000001b25e6e65df13f6c65e7e1cb4954a37801ce53a9d740c39d72 0.09 MB 149 61
247,173 247,173 00000000000000325d0fb5d7bfbecdf372235ac3a94bf3f3fc4cfde0f0e133e5 0.25 MB 653 152
247,172 247,172 0000000000000036fb12d6678adb663db00f8e897cf3bc3a3f6c7e9096e43b30 0.25 MB 629 219
247,171 247,171 0000000000000038eb6ebc7a13dadd66f35a3cb42642af99585d281ef594a2bf 0.07 MB 136 93
247,170 247,170 000000000000006084ddc1fa2c151fcd09b60f49f0926895a2ef535f20a6e2d5 0.06 MB 144 86
247,169 247,169 0000000000000000a1b1fcd0d0e51a0322e95d07e8fb7fd8447714b5f1e12dc7 0.15 MB 236 75
247,168 247,168 000000000000005dd2cbfac5446ad8c2897779baf265fabc211b0d299c648f9c 0.19 MB 440 129
247,167 247,167 000000000000003a920c6c5712c5c48a24b67db64884e3d6600c49e087372b50 0.14 MB 312 162
247,166 247,166 0000000000000089822fecba742aa9ad7399bb2569cb60ddd3706ac177a399e1 0.06 MB 119 102
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, 114 incoming
  • Data Transfer: 1,632.65 GB sent, 93.64 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.