Memory Pool Memory Pool Refreshing

4,253 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,653 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (751,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,036 156,036 0000000000000d35239ae47a35ee18f636840d5641d69f6248040b6a5cc5e556 0.01 MB 20 0
156,035 156,035 00000000000006a016e27c1c8cf4943ee98b7b33556c4733823bcbbfd2dd0feb 0.02 MB 48 291
156,034 156,034 0000000000000b207a4ca8badbff919f0dd170dea23204ebc08df6ec0c9bff78 0.05 MB 128 41
156,033 156,033 00000000000001fd1c70653c2c4f80b09610bee32a16d98051e17df84763968b 0.01 MB 43 68
156,032 156,032 00000000000001730ae947dd5ff9a6b5146eb484039963fc8564105b63b32d93 0.01 MB 13 28
156,031 156,031 00000000000000dd5718b16b1a152edcfc823880f48e76797166a15229426ebf 0.03 MB 41 33
156,030 156,030 0000000000000bfc93d5e1b206ff102c9c1df3147f5688423e9f2002f01a5561 0.00 MB 1 0
156,029 156,029 00000000000005a190ef0cb0629a35048fd6e43f3e54183824ec6e52d3f0570d 0.00 MB 15 141
156,028 156,028 0000000000000a1c0b9fa4593f2254d917f8941111492b0564412ef89e406aeb 0.00 MB 7 0
156,027 156,027 0000000000000e2a04d23cf08e33b58a020e513461c7635c0a3798001301ee23 0.03 MB 57 211
156,026 156,026 00000000000006e136260868a1760d0cc26494a862c1d4c68c3e30908422b759 0.01 MB 40 147
156,025 156,025 000000000000009ab4b3f6829daba31f75d06e615a7dd81d9e0d60d30a5d224a 0.00 MB 11 364
156,024 156,024 0000000000000adf43bd65d62bba1145b3ab30196e0e2c0a9214b1fc0fc15739 0.01 MB 26 119
156,023 156,023 0000000000000374a683e7bd5355446263988bb62fb0b04e3da8d933ffa6dfd4 0.00 MB 1 0
156,022 156,022 00000000000002c07baaeee0e62a20da690b64f2fa04f8ae59742b8a8694a32e 0.00 MB 6 34
156,021 156,021 00000000000007fb67af0aa8c9a5b4b4fdad9c7e6869b039cd0ba7994d3f190f 0.01 MB 18 38
156,020 156,020 00000000000007e88a85efe2f1ab2c96f297024a13f754a0875e30d67cbb993d 0.01 MB 20 35
156,019 156,019 0000000000000e759efd2869ea219a93806b6a3a139dba9d657977043e5e95cf 0.03 MB 73 55
156,018 156,018 0000000000000c749e504bc07e2c52f61c879403dd2ced9c0cb06c57f15f38c1 0.02 MB 19 108
156,017 156,017 000000000000059e739bda92177d7520c0c29790a53d4d16b9efdbd09b946520 0.00 MB 10 17
156,016 156,016 00000000000004e15803e589672c90dd5363bf05113d0e51422dca0ee687fe43 0.01 MB 42 83
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.