Memory Pool Memory Pool Refreshing

40,179 transactions
33.49 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,680 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,465 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,679 (114,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,045 748,045 00000000000000000005d8f202f7bedcf12feee7b4baa625003074c30423e065 0.98 MB 1,438 5
748,044 748,044 00000000000000000001ce974143368bcc8733e87cd79e4011da25f19615e92c 1.53 MB 3,033 21
748,043 748,043 00000000000000000006f44adf2f406ab266f69e76c20e240ab12eb68b987bbc 0.53 MB 713 12
748,042 748,042 0000000000000000000686c93ccecb51eefe279cda9970031f67906b5ec222cc 1.18 MB 1,173 8
748,041 748,041 0000000000000000000638bde28afbacb2f3e5f56fb9337f757cfd2ec96e9632 0.77 MB 745 8
748,040 748,040 0000000000000000000390ffcfec998c8ee757474a21c0dbae6b339fe0b61938 1.27 MB 863 8
748,039 748,039 00000000000000000003b055396546540fe09c036bec322797ddf5ff165fb120 0.75 MB 278 13
748,038 748,038 0000000000000000000533db08f4740d1f005ec1c881bfdd9bef084226b27a72 0.61 MB 790 10
748,037 748,037 000000000000000000029ad020c9caaaded8493193a3d432313f0d6f8b6e0668 0.80 MB 1,270 12
748,036 748,036 0000000000000000000476224f36b88db23205ca29079e7a26b0d8b1d9c5e48c 0.38 MB 508 11
748,035 748,035 00000000000000000007690ec5ad4584ec003f1d64787811fad27e4405506b57 1.40 MB 2,024 13
748,034 748,034 0000000000000000000969a7b81eec553f750b628497776b2bd3115493d636e8 0.23 MB 452 11
748,033 748,033 00000000000000000009527aed76370cee42ab2bdee0af9015622a2668babb31 0.74 MB 384 4
748,032 748,032 00000000000000000007b66ca0582cbd2f166cbcc87f82c9ce21619d9276a836 1.72 MB 1,553 7
748,031 748,031 00000000000000000008b4001fad89605db6f29be8a303670036c2c5468ee582 1.58 MB 2,647 15
748,030 748,030 00000000000000000009e94db05557f95c8ed80dc93cadf5a77648f282132925 0.25 MB 414 13
748,029 748,029 000000000000000000096f7b1f1e90e2b1e17ae8552cae46bf226b6f6476207a 1.09 MB 922 1
748,028 748,028 00000000000000000003e24d8710be6e544f7f2d1aa10aa070786103ab2eaab1 1.27 MB 1,104 9
748,027 748,027 000000000000000000009054329999b227f77067e70cb1b70126ce4fae9c0d4a 1.36 MB 2,644 18
748,026 748,026 00000000000000000008d207500b7d79939f0d1c8ebc3eadc5aedf52a26a7b4e 1.32 MB 2,052 27
748,025 748,025 000000000000000000044bcc0cc80d5b0856bc9aa9229e31940198feb8343dad 1.27 MB 1,728 9
Previous 10 blocks ↓
Total Size: 685.47 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,383.06 GB sent, 108.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.