Memory Pool Memory Pool Refreshing

266 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 264 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (684,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,875 222,875 00000000000004478945116c283a618616e410b2340a7332032cb0a260542891 0.00 MB 1 0
222,874 222,874 0000000000000015df39f3f4d9602f7f1bab63d7b3e672a2b2fafd6c71afa275 0.31 MB 660 157
222,873 222,873 00000000000001b72ef0f3a3cb6bc477941404d6dd0735ecd5a6bdf01d991efd 0.27 MB 264 101
222,872 222,872 000000000000037d581b864df9f8979d9f24921851d0ec3fc726538b9b9b58a1 0.24 MB 284 85
222,871 222,871 000000000000006bd987e29a5bbbaefeceb306b15cfd660233275a36558b6ba6 0.25 MB 751 263
222,870 222,870 00000000000000ffe6589a2cab43a117edb4cef9a563c8cb0b6851dcdda297e6 0.25 MB 511 188
222,869 222,869 00000000000002dbb3266ddb2dc7d2b68648b84b47a1334cac798546ff30b142 0.25 MB 496 171
222,868 222,868 000000000000009ff6dde91c1816dd8fe1e402516c720cdf73bdcf9888e7cb22 0.14 MB 355 281
222,867 222,867 0000000000000010d9b9f3004df410dcebd46ff4ff3a684c8cb4e27f7073e103 0.03 MB 58 254
222,866 222,866 00000000000000ff84acbc092da38251fe8375e4581e0b8bfce12ab7ac3cc777 0.08 MB 196 218
222,865 222,865 000000000000043482dd8e2e6314740e6c1bda3de077fea289538184e0308b37 0.14 MB 370 226
222,864 222,864 000000000000016cd2eab99cb4a15331402f3d3ff954782cb398dabb81b1938d 0.11 MB 300 224
222,863 222,863 00000000000002cdd7427289b61e56ce8056bca9555c087f65489d07daf49a81 0.00 MB 8 0
222,862 222,862 000000000000013891df0671ffbefa73824cf3f56ad101e4afe20219f9cd1d6a 0.03 MB 25 147
222,861 222,861 0000000000000333b836ee4b83d1b1d1ac3f735aabb32514efc5683a050c679a 0.10 MB 230 233
222,860 222,860 00000000000002e993558b28f2a275a8ee95414c8ab165f654854f17ba85e46f 0.03 MB 66 147
222,859 222,859 0000000000000392f3f94edeab7b650ec4ede3d14b8b9a80d74ebc1d52503a5b 0.08 MB 173 228
222,858 222,858 00000000000002d40e33d5ffdc37a1a285d80233076743a71b6b65966ad98392 0.07 MB 166 171
222,857 222,857 00000000000001f3b6274aff837e6d686de5ff8a2bb7c315522c7c9e7f15eef7 0.03 MB 80 119
222,856 222,856 00000000000003439f86772e3d5433851da4123bcf90e743f2c9a3f57af1119e 0.18 MB 385 169
222,855 222,855 000000000000042434cc0c53037d6722488d680210181a7ec224368ef797b41a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.16 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.76 GB sent, 93.70 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.