Memory Pool Memory Pool Refreshing

1,569 transactions (0.56 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,801 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,566 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,800 (900,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,617 8,617 0000000056715ad182f92728ad911ac9e5e7a2d5490b57d6a5b2001d049ee1ff 0.00 MB 1 0
8,616 8,616 00000000cdaf56834e72c459dfa4ed9025b42e9fa5a86d5bde39f98b8848d0f1 0.00 MB 1 0
8,615 8,615 000000009d640b0a5751d997cffade8a7e2e1e91c0c0bf6b395581c2801de0d1 0.00 MB 1 0
8,614 8,614 000000008787f54e90e3b15e55ee664fdedd2a5c2bd37d51cb52324c6a41cc40 0.00 MB 1 0
8,613 8,613 00000000b2cf993521124863c5f2223ab6b25914dbb79abf8a70ff8ca516f70d 0.00 MB 1 0
8,612 8,612 0000000022fd7997791ea0ca7a3d67015af26e1a60614270b182c2ef7b3916f6 0.00 MB 1 0
8,611 8,611 00000000a9375e4682c7639f8901b8bf8a31f9709a69209bd2fac63e62f1b270 0.00 MB 1 0
8,610 8,610 00000000822d2e65cad013384fc0d73e8ab9fa39c5dcd3b6f16f6cfd46724bd9 0.00 MB 1 0
8,609 8,609 0000000020bb707c700651de0154778daa43d211c910fa0553aa9dc360c3f513 0.00 MB 1 0
8,608 8,608 00000000be4d15eecaf3c7317c2e9858b2f432cfe679c6404543ec64a5ed4760 0.00 MB 1 0
8,607 8,607 00000000b3732246d1584953e73cb0f8f5134191f475aa02ab07ac3bf755126d 0.00 MB 1 0
8,606 8,606 00000000e94d9bf5d7a758b2ebf9857a31864cd6948f772e94299ef9f65c7e63 0.00 MB 1 0
8,605 8,605 00000000483926d6830a47c25bb16f0b1c33739dd708306c7abba3f2b9906bad 0.00 MB 1 0
8,604 8,604 00000000bf18ebdf567923d3ff3575c676de07ca7715e10f3504b0f59f0335f3 0.00 MB 1 0
8,603 8,603 0000000033eec992f7774e9c2ab683a08df795bcd06d8f9e913936d7900dd6a8 0.00 MB 1 0
8,602 8,602 00000000372f1107dde648bf80c4bc629b4fbba581e07686a6f89539e114c0b9 0.00 MB 1 0
8,601 8,601 000000008849986c44878f325590e577febaf1d60c9af9d79411c664264e5c0a 0.00 MB 1 0
8,600 8,600 00000000312efa075ffb31b57ab2f1239105155c51349b426c19c112c66474d3 0.00 MB 1 0
8,599 8,599 0000000049819c3168a4ef325de04fe528114a5ecca846549a643d8a8a74c383 0.00 MB 1 0
8,598 8,598 0000000063711ec944b72f90125bed39f840752b394b42d95ccba0cf0a61dcd7 0.00 MB 1 0
8,597 8,597 000000005aa8a9d638da96e3718740efd14361e73beba28e0d44ba9b4757d5cc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.19 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,857.33 GB sent, 103.01 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.