Memory Pool Memory Pool Refreshing

38,741 transactions
30.09 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,535 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,115 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,534 (84,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
777,754 777,754 000000000000000000060eef461b3c38a487fa6dc96b5a8ac7416b5047a63c4f 1.85 MB 1,520 5
777,753 777,753 00000000000000000003da03b4753b468c1d1008e905bcc0fe1b2c66a3c32ec8 1.51 MB 936 6
777,752 777,752 00000000000000000000110e0585cf6e516fca8bfcecbdddf89f755451ffff79 1.47 MB 1,890 13
777,751 777,751 0000000000000000000425a89dacb5f53a109ad981a4e4f5dbde9eaa831c2146 1.31 MB 1,713 17
777,750 777,750 000000000000000000035a3fc72ac2542057d6f1aa36194c1fe27021499cd7ae 2.31 MB 190 3
777,749 777,749 0000000000000000000719819e131ae6a9077f121f00317a846bcff5cbbf91d9 2.57 MB 1,268 8
777,748 777,748 00000000000000000000b9f2592cb0a7f370c69ba3932be63439694b07ca1636 2.24 MB 556 5
777,747 777,747 0000000000000000000040b23b051b456260d29375e011c9930e81de8bc7e5cd 2.31 MB 300 3
777,746 777,746 000000000000000000041973b610ce5530577f9d3c487154b8d26774145d6472 2.71 MB 453 6
777,745 777,745 000000000000000000026dd260b2a32080ab5d83e170b82a202f350277880944 2.32 MB 1,602 8
777,744 777,744 00000000000000000004744ecc695175c314a076bd888ca990140605ce02cf62 2.05 MB 1,943 13
777,743 777,743 0000000000000000000169eac1d0b32dc9123249c8f8b215106ade9d9327e4b0 2.26 MB 1,046 5
777,742 777,742 000000000000000000064cb7c79ae3cc2a378c66dbb89880dd1916ac0f7b0f89 2.16 MB 1,524 9
777,741 777,741 00000000000000000002163171bc9071d89ba4a98abd9ce9f6c3282d47df8037 1.50 MB 2,756 23
777,740 777,740 0000000000000000000115b608977a47890ed8a360314af37a39eb2b008003d7 2.22 MB 285 4
777,739 777,739 00000000000000000005b5d67e1c2c7cb01237643d85af524a02d4e7bdd21947 2.12 MB 1,015 8
777,738 777,738 00000000000000000003b33d60cc1d9cc25fdb49e15bb8ed22781fe7073892c2 2.21 MB 1,295 9
777,737 777,737 000000000000000000072f722b17667a4ebba78dc059ca70e976f5b6f6c8229b 1.30 MB 694 11
777,736 777,736 0000000000000000000516793630f45d0a616295d51dcfa8f31ab2251865e4be 2.15 MB 1,299 8
777,735 777,735 000000000000000000065108c78d576253c2501426c5017f442533a25a0673f5 2.16 MB 1,728 11
777,734 777,734 00000000000000000000914ac132ec7f96ec76532e91c03393dd5f08311918ab 2.15 MB 1,515 10
Previous 10 blocks ↓
Total Size: 685.19 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,373.09 GB sent, 106.71 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.