Memory Pool Memory Pool Refreshing

2,468 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.81 vMB 2,466 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (569,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,193 338,193 000000000000000019750d40d0a9b76fd50e178fa4e4c5eb9c10a0848f935511 0.56 MB 1,083 25
338,192 338,192 000000000000000000710195041a1e2efe7bd4c58fa4c0ecaa5af8758d9fe8f6 0.01 MB 36 18
338,191 338,191 00000000000000000bd9c268993d868b8f46e9e40c60653e7b94b61f72dfa10c 0.14 MB 265 26
338,190 338,190 00000000000000000d71f8657f09267d0944766aeb89ad56991240d2dc5e1c43 0.36 MB 719 30
338,189 338,189 00000000000000000e8490c2d20ac164cb82c3303c9fd6b8794569e9e0fa98cf 0.07 MB 116 24
338,188 338,188 00000000000000001a08a946707cac5a57855273ed79f95fd5cdfb24d8d2ab19 0.07 MB 112 26
338,187 338,187 0000000000000000015586bf5e219d1787dcdc765e290a766774e4ca811ccdef 0.19 MB 188 13
338,186 338,186 000000000000000012f2c5e62ccc4bca82a792ada09f72488d52e8f9204e9546 0.75 MB 1,599 29
338,185 338,185 00000000000000001264aa2a3f75b330c5caa9b869279242633dd34f8dd23fd3 0.10 MB 170 24
338,184 338,184 00000000000000000c835e32160c8c9cdb0b5e157d752647be2743c443dbd73f 0.17 MB 165 12
338,183 338,183 00000000000000000ff9d2fe2d6692b7208cad05e9fcd80fe9bf4d138fa8c6c4 0.75 MB 1,246 29
338,182 338,182 000000000000000018e86a92ed1b0569a98acdcabd146ffaeeab3e762df39702 0.12 MB 264 29
338,181 338,181 00000000000000001a738102643e6c00a7240fe72d8c87559abe20e3c179a843 0.32 MB 464 32
338,180 338,180 00000000000000001506a9e4b133fef8151c5d1edcf54bb3d24d0ebafb694712 0.03 MB 48 8
338,179 338,179 00000000000000001a7fb7d1018b47363dcfa08325b7e92734513067a09ea7f3 0.25 MB 213 23
338,178 338,178 00000000000000000e7324e2883fbf40725dad0aaf776e1fed11182e4eecd067 0.67 MB 362 14
338,177 338,177 0000000000000000082d6cba8a9e5f77ab4abebf625e7c59970b6b1d7fb5b364 0.35 MB 764 34
338,176 338,176 0000000000000000131f48a6a3ccc9360164f841f08788c45249263e0e24fbd4 0.41 MB 578 32
338,175 338,175 0000000000000000095457ccdb769f0792f4cfe83cc8773b4ccf184f301077e0 0.93 MB 1,685 34
338,174 338,174 00000000000000000a59da7db65376c087c6ea98e46846716a57da40273fa28f 1.00 MB 1,345 23
338,173 338,173 0000000000000000078a2b3eb2f4ebbbcd1c10716f387f1fe65e416ee1072570 0.50 MB 999 27
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.