Memory Pool Memory Pool Refreshing

35,569 transactions
23.15 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,586 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,758 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,585 (281,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
580,694 580,694 00000000000000000015ebde35422594bb1aff336eb5f1f895c3a6dd68a907f7 1.38 MB 1,193 84
580,693 580,693 000000000000000000063639200e8c89b324e437a84e8800953808f4859e5102 1.54 MB 1,979 97
580,692 580,692 000000000000000000080ad2f9c7495dc865b5bdd427991356e01b0117ad6a2f 1.84 MB 1,073 103
580,691 580,691 000000000000000000081e2cfc22c0904de0d5aa15479a2a358eace1f8307ce5 1.17 MB 3,017 130
580,690 580,690 000000000000000000206a60af226df33159e57565d50d9c603ffe7ad482e7d1 1.14 MB 2,687 138
580,689 580,689 0000000000000000001ec53a5934fa44779d8ab375605cc80fc1f2eb96c76ce8 1.12 MB 1,818 7
580,688 580,688 0000000000000000001816e306fc01c82d0c60b7d609f02a1710799eba98ae77 1.16 MB 2,444 51
580,687 580,687 00000000000000000010ebaabfc4703e908a7cd45e2b17c1434f50aef811cd82 1.31 MB 2,695 90
580,686 580,686 00000000000000000014f982e386a54c4e9e3fe143f1054c4a0f7ff46b0ad639 1.33 MB 1,870 37
580,685 580,685 0000000000000000000d7324c55e85bc4e537b0f67f681224d659c4640f3546e 1.18 MB 1,171 4
580,684 580,684 00000000000000000011a044239a323b939424fb5c31a18d667c8d88faee5164 1.17 MB 2,302 52
580,683 580,683 00000000000000000003a4b08ab9e88936b1ad25ff275a1ef0ee79af61fabf18 1.29 MB 1,559 24
580,682 580,682 00000000000000000016888c5665b05e333685d1e1bcffa94159c429ab6ece48 1.17 MB 2,259 25
580,681 580,681 00000000000000000007f00e2bae26f5e7103d7e99c9a11e584f680c363c3ec5 1.14 MB 2,119 20
580,680 580,680 0000000000000000000588fdb5bde1f25c25f6f80ba035c02eb20656b539216b 1.19 MB 2,451 30
580,679 580,679 0000000000000000000d3f9498210133cd8a107de9f534095261b50b8bd5f35c 1.14 MB 2,360 44
580,678 580,678 000000000000000000051ce97582f22c3f24de4884eb5ee7ca98efd563879dba 1.14 MB 2,564 37
580,677 580,677 0000000000000000001da5ac2e30e32502d881ee04336561e2238a7e00aa364f 1.11 MB 2,751 51
580,676 580,676 00000000000000000011e1e4dc733c18d3e4c81cb0fa5d138d8d7d86aea39bfc 1.27 MB 1,919 77
580,675 580,675 000000000000000000054fb67245b74d6e26713a6051b4a3bdc203b18439bf79 1.31 MB 2,612 109
580,674 580,674 0000000000000000001aa40e06ed3978a028fd3b4bdf7e1b882d1c827991b096 1.44 MB 1,885 109
Previous 10 blocks ↓
Total Size: 685.28 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,376.45 GB sent, 107.51 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.