Memory Pool Memory Pool Refreshing

31,621 transactions
27.37 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,467 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 7,294 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,466 (69,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
793,795 793,795 00000000000000000000d8fcdadfa8097fec27797e8a99c54a492dfda502b1f8 1.61 MB 3,016 36
793,794 793,794 000000000000000000009779384d7647285b39283aa405997d0eb655ee4a274d 1.78 MB 2,300 19
793,793 793,793 0000000000000000000337479c794cce1731bfb4b1235f419df2a7eaf55aecd0 1.64 MB 2,185 22
793,792 793,792 000000000000000000047cb170aa560fb7d20b64970b3da11b46fa72bdcc3dab 1.53 MB 804 25
793,791 793,791 00000000000000000003be3568b5b66989fe910e56bbba08ab3f95496c453d32 1.90 MB 2,429 19
793,790 793,790 0000000000000000000374cb0723becdfe955967a00c07b1087d4b6c0ee1c7b7 3.41 MB 1,235 12
793,789 793,789 00000000000000000000bac45df1a940c48f7117c52a0a0f159abe8b3bbc8637 3.35 MB 1,402 13
793,788 793,788 00000000000000000001cb3b5c5a6524ad8dfe0976eec9dbd76837ba4c8b27f0 2.90 MB 1,888 18
793,787 793,787 00000000000000000005645eb2487c45dcdb160437c9afbfcda5af263525a540 3.52 MB 1,140 11
793,786 793,786 00000000000000000001b4775c2232740ccc21cb775bcbf415118866e696e7cb 3.33 MB 1,413 13
793,785 793,785 000000000000000000049fdd4cdb75480abb95206ceae900358da6e2b3b0009d 3.54 MB 1,183 10
793,784 793,784 00000000000000000003230d3315a280b31d558c0ef1f6072981465831e38993 2.55 MB 2,603 21
793,783 793,783 000000000000000000041245b128bc3136f5dabda00cffc1efd84037a165de3a 3.12 MB 1,931 14
793,782 793,782 0000000000000000000305aa63cf947c6b9cabf7d019545270cb8c36e789e721 2.03 MB 2,904 17
793,781 793,781 000000000000000000036666e80d7435a4c2542e785d75e3d3436676413aa8cd 1.58 MB 2,926 49
793,780 793,780 00000000000000000004a6c876d7b78a1bcb1192d258daf050f2f44271b1da4e 2.89 MB 1,818 12
793,779 793,779 00000000000000000002dc50baa1e51a140937270a8d47f6aed6c31486d69aaa 2.09 MB 3,181 26
793,778 793,778 0000000000000000000569d25f8a170a0f3e505b1b9dc023d0d0d3e5aa137c74 1.79 MB 2,702 25
793,777 793,777 0000000000000000000509be3982ddb9e3eca2019fbe98d441ee22e6856eb954 2.08 MB 2,410 18
793,776 793,776 000000000000000000002ce0b9d616a950b8e9f45412da14f4ea0e02f4ab7628 1.72 MB 2,231 26
793,775 793,775 00000000000000000003566b028b81eb9af495178130962fd51c6820ee84feef 2.04 MB 1,909 15
Previous 10 blocks ↓
Total Size: 687.01 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,501.32 GB sent, 118.43 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.