Memory Pool Memory Pool Refreshing

2,115 transactions
2.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,139 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (446,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
460,951 460,951 00000000000000000076f34902acec0e4ced220328ac49286b1ef080cdf4b457 1.00 MB 190 24
460,950 460,950 0000000000000000021c7091e79e6d8a14aafc5addec41135cf5a7b380f39b43 1.00 MB 965 83
460,949 460,949 0000000000000000016fb4a5a1f1b62d92fa198e01b447f9ddc9c095b715a28f 1.00 MB 1,019 64
460,948 460,948 0000000000000000021d9d57f71f378436cd4f0b37c87a29b7f92d596922e4c8 1.00 MB 2,102 147
460,947 460,947 000000000000000000e3902874f52248879cb3df5ce2c86629f7abc29c5f6411 1.00 MB 2,646 180
460,946 460,946 00000000000000000073dae1f840124c91d169985ce6f997e16e5846ae000821 1.00 MB 1,571 91
460,945 460,945 0000000000000000015ed4871bba8c3dbfbbc2b1ab75e8658c8ce0edaeb1f156 1.00 MB 2,229 169
460,944 460,944 0000000000000000005db16d63779511874f2485e256b4aab16d9ee394fadfe5 1.00 MB 449 54
460,943 460,943 000000000000000000670001356630fcb38375bb0d06c3b690bb85a9c4c09fbd 1.00 MB 468 49
460,942 460,942 000000000000000001a566caf05170bbca72c973c5411c530be9d0f7077bb919 1.00 MB 913 53
460,941 460,941 000000000000000001234d4f43d9270f68497e1e9ed0224ffc63ab2f3fde1340 1.00 MB 1,673 108
460,940 460,940 000000000000000001ed607bab3728b3b7f34d477d3b762ed32b319e75dcfd60 0.99 MB 1,890 123
460,939 460,939 0000000000000000002bc02d6f6272dedd015a0e44de59b6016930c43707e9df 1.00 MB 2,347 169
460,938 460,938 00000000000000000172a6471d809c28960c51583246181c7e74270e2bf6c520 1.00 MB 2,396 181
460,937 460,937 000000000000000000012030a3c36422fa05193f7c5dbf6ed9079a2be658285f 1.00 MB 1,852 159
460,936 460,936 000000000000000001839979067fc70249dfe70d7458d65de8dc610fe5f13fda 1.00 MB 2,349 160
460,935 460,935 000000000000000001389df7c5f1f0b8b60bd0bf38d117803cd61810f2e7c716 1.00 MB 2,524 205
460,934 460,934 000000000000000001c6618386fa28329e44b12a223a550129ec0a67c0bb77fd 1.00 MB 1,638 113
460,933 460,933 00000000000000000215552017039076a4e180d663f9bf8a2b763b979bb900f3 1.00 MB 138 23
460,932 460,932 0000000000000000007c6fd992b67e3bf0df2a19f0b25af157d1eb7fddc2d24c 1.00 MB 1,556 120
460,931 460,931 000000000000000001eb96f35be8d809ad604ea4df925730554c0f4959d4082c 1.00 MB 1,381 103
Previous 10 blocks ↓
Total Size: 769.17 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,633.32 GB sent, 93.79 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.