Memory Pool Memory Pool Refreshing

42,254 transactions
30.22 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,209 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,230 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,208 (772,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
90,439 90,439 000000000006800e752aa0969ee6acbf37654d1bb70852d386f4a8aa4d99ec27 0.00 MB 1 0
90,438 90,438 000000000008a159e3147294571133ecd299496a0556c78b579e385a847408f3 0.00 MB 2 0
90,437 90,437 00000000000115fcf678c6f6413bde908bc4b1bb488bbf08414842361bc3edac 0.00 MB 4 0
90,436 90,436 0000000000015c634e6bd451583fddc41569d6100ab7470b44ead290dd1c1900 0.00 MB 1 0
90,435 90,435 000000000004949958b00e3a9e16727f9c0cc2282061dec091da224b83f950f3 0.00 MB 3 0
90,434 90,434 00000000000c53e2c17b8946dd15a5162a98cfe82401bc03de17085ead5fc894 0.00 MB 2 0
90,433 90,433 00000000001211a6feb187bb82aff4a2e79863f509ff056419061fb10d878e0d 0.00 MB 3 0
90,432 90,432 000000000001e3cca07285ab3f9aab1d1fe514f2a86b2946566a68e17dd21a96 0.01 MB 7 0
90,431 90,431 000000000008d7d2523d312b89fe1b3ef4738f48f7f80373067739adddff38d4 0.00 MB 5 0
90,430 90,430 00000000000a1378397c4ca9757678c42e4bafa10bd4cc5b6886be36cee18a00 0.00 MB 4 0
90,429 90,429 000000000002d4cf32b5eceeffc6365728d34018c1f2e521e6fa759b0a7cbd7b 0.00 MB 1 0
90,428 90,428 000000000010f679948030ba878617883821a5c9f6c064c0578c12668caaaa9a 0.00 MB 2 0
90,427 90,427 00000000000002613d71e358030bdfd627634bb84cfd5017dc04c425c6484d42 0.00 MB 1 0
90,426 90,426 000000000005e9155f868be69426c0a3b238672fe9333c54ab0990f399d7bf15 0.00 MB 1 0
90,425 90,425 000000000009a64dfd5138bfc9356f23c005eee671f9ab2f1fd91fc03cade255 0.00 MB 1 0
90,424 90,424 00000000000cb05ab3e2e8c3c67c9c339e4e3f3f34bbc17b5a11d01657254493 0.00 MB 1 0
90,423 90,423 000000000011c014af0c3f63c83a7a0394d41e4a5c89fdc961045567f870c3b9 0.00 MB 2 0
90,422 90,422 00000000000a1c02337eb2203e466ad83fbdd796d6b54524f76fb8778df836c5 0.00 MB 1 0
90,421 90,421 00000000000d5517c4e745d02c6366b56fe3846f7175547744e0bae4144f8e79 0.00 MB 1 0
90,420 90,420 00000000000bea231f3bc6adfd6fa4949c2045329e77d9f3f9e38c88981d6042 0.00 MB 1 0
90,419 90,419 00000000000da6d64f1ee3610174663f6e8025004e0545450c91bf3630408902 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 686.51 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,469.77 GB sent, 115.27 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.