Memory Pool Memory Pool Refreshing

1,202 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 1,193 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (6,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,885 900,885 00000000000000000001ab5c56462bf0455a32198c48582986d232757aa3172d 1.47 MB 3,245 1
900,884 900,884 00000000000000000001e31b419cdccba2f2f3b960f2c1cd4b81e78947ad5725 1.45 MB 2,474 3
900,883 900,883 00000000000000000002224e4c6da384537957afa81e2b80fef6631ebd972898 1.78 MB 1,659 2
900,882 900,882 00000000000000000001a9b4e96cc66083ca173d19619405f81dd4f849fd441b 1.86 MB 1,696 2
900,881 900,881 0000000000000000000041ff404c87099611c2f7c523cd651c33b2912d0a7b7e 1.69 MB 1,553 2
900,880 900,880 00000000000000000000cbd7d2f631a334134ef9a055680edb38f8ad12f23175 1.89 MB 664 1
900,879 900,879 000000000000000000011d75124046dcb1cf25b32b3bc2fee1433ca0cf8164b6 1.39 MB 1,325 1
900,878 900,878 00000000000000000001044e94d93fa93e382cc6befcf66bd7db676bce8403bb 1.52 MB 723 1
900,877 900,877 00000000000000000000c9f8270d4a775696cb76a4f58f35f7f028c2bbed32b3 1.57 MB 1,971 1
900,876 900,876 00000000000000000001997d6a4599a529afa551ea208ce9e158a8ae71136f1e 1.46 MB 2,419 3
900,875 900,875 00000000000000000000afbb4f5d4a784060e1f256066833f5fd0dc0e95b3b59 1.38 MB 1,765 2
900,874 900,874 000000000000000000016dd114007dbcce1982cde90a33b4662c1cb94ae10199 1.42 MB 2,246 3
900,873 900,873 000000000000000000015d0ed8d051f69c609a5fe4b3a17d9f02bdff2543988c 1.08 MB 572 2
900,872 900,872 000000000000000000003f70d052b4a6338b022d23f3ca2c92135376ba3e6e1b 1.35 MB 2,023 4
900,871 900,871 00000000000000000001f4427f3773e364ffc7993a96663f4124313e641a9709 1.62 MB 2,995 4
900,870 900,870 00000000000000000001b53ea6575dcacd1db0c3279da69e34de84e854f5daeb 1.58 MB 4,183 6
900,869 900,869 00000000000000000000c96998ae090a470d97c6bcff8637c2f91159b1da0711 1.42 MB 5,302 6
900,868 900,868 0000000000000000000115c91054ac345839236c1f2205959d19c0bd470d7856 1.47 MB 2,780 5
900,867 900,867 00000000000000000001f479420e9867cdcfb15630dfb427e42795497ad270e7 1.54 MB 2,014 3
900,866 900,866 000000000000000000015158f358dbe1ba8f42303bf99fdfaa485033a8202f1a 1.41 MB 1,571 2
900,865 900,865 0000000000000000000233725f1bf81841b4b60560d9f043bd4a69df9a83fdee 1.52 MB 3,400 3
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.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.