Memory Pool Memory Pool Refreshing

424 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/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.09 vMB 346 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (664,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,937 242,937 00000000000000d6159e5fa303d39483d485bbdeb05b95c9e74fdd961155b0ad 0.21 MB 466 137
242,936 242,936 000000000000005154d6ee1e18f94bed776e3680bd4fdb3647cffebd37a242ff 0.25 MB 631 160
242,935 242,935 0000000000000021b36d723089202319b55b31d604b662fe3ca6645d49763723 0.03 MB 70 87
242,934 242,934 00000000000000d81ceba39bdecad8f31b57c465ddeb21296e3ca098768c8bdd 0.19 MB 438 146
242,933 242,933 00000000000000cefd9c2a975fc52b85167630d1e8b5bf659287f956743a91f7 0.25 MB 534 140
242,932 242,932 000000000000004f0f4fae75ee4b7a2b9c462acb8ad3348400631506c79c1c23 0.12 MB 267 162
242,931 242,931 0000000000000039e3e28930d02b32ab33e26edf7549fc1819743949dd56d7ae 0.01 MB 16 136
242,930 242,930 000000000000003d3b79b7225338a8bc09d48895a67a26e2a12022d08e22057e 0.05 MB 86 98
242,929 242,929 000000000000007c587dac2bdcaecfb043c89af5ba33c5e35c871dad32cbce67 0.05 MB 102 153
242,928 242,928 000000000000005520785969ed06c21d8cf54e2a9c04124a6d7b4412c7b844a5 0.13 MB 276 126
242,927 242,927 000000000000003d7acc022ff478221a432fa7c6ed8a67bf59278aba42bd86da 0.08 MB 194 147
242,926 242,926 0000000000000019e27a71750fae8047e1b899bb81fd3e733f18a693e81c1ec8 0.10 MB 206 147
242,925 242,925 000000000000000a3aef8882447aaf2d5e6da94f2bdefd35e3ff533b6835a2a2 0.00 MB 4 44
242,924 242,924 0000000000000061156cb172f00e247ef7c7c4340948ff47ce0d000e211411c3 0.03 MB 52 129
242,923 242,923 0000000000000081f83adbf43179a9d30e38c71fcdcee99a4c3b69a093b49e2a 0.03 MB 61 102
242,922 242,922 00000000000000d173fe6255083b1e7b617560c4b9b95bd719c571d7b80e43a0 0.15 MB 308 129
242,921 242,921 0000000000000009064fbd690bbe1295ba3fe40d1ffb85b26c5badcad73121c3 0.09 MB 192 140
242,920 242,920 00000000000000515268444a8044e3d80abeac75c68c39d6f0af9451a8e8e8a8 0.03 MB 63 160
242,919 242,919 000000000000005498d7397b6baa880ab48d781544ee22a32018bc223d1d9fd5 0.09 MB 263 12
242,918 242,918 000000000000009f4db1a98c0c32dad5f71790989219f2b0824cf7b20c43eafb 0.11 MB 236 137
242,917 242,917 000000000000002195e9afd2041a2e2f40f753f893005632980af0ac23464cef 0.01 MB 23 158
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.