Memory Pool Memory Pool Refreshing

71,225 transactions
25.01 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,105 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 5,123 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,104 (41,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,800 829,800 00000000000000000001d46664a067f854d4b91fac514d7ce55d70a7a450e91b 1.48 MB 1,819 23
829,799 829,799 000000000000000000028f3b56845a6099243de2d1e3e43899e1f72bab97102f 1.13 MB 515 19
829,798 829,798 00000000000000000001183f38885390e136615e03ac96bf934b9669edb79c44 1.16 MB 790 20
829,797 829,797 000000000000000000023c2587c620eb0ca9fda5df42ee1669520c36a64273b4 1.15 MB 525 20
829,796 829,796 00000000000000000000189fb7f924deb9b503d7ee6b6378c399a04e5ec2a624 1.14 MB 741 21
829,795 829,795 00000000000000000000a106d92add9f0a6584fad26ab5816bc95a66f21048f2 1.09 MB 683 17
829,794 829,794 00000000000000000003ad3c61e1338081b373f2aeb2a41cd3573aaac91cc160 1.34 MB 1,293 22
829,793 829,793 000000000000000000007a1e260554adeb8a7c5bc3259b5b33c0e9bf01c11804 1.33 MB 1,510 21
829,792 829,792 00000000000000000000e88deee6f064d953b0bf8b8467b57541225714ec391d 1.14 MB 629 19
829,791 829,791 00000000000000000003485656e4938a78239e7faabc099fb1a1e7c0dffe3e80 1.31 MB 1,597 23
829,790 829,790 00000000000000000001326c2f2893de67f70b50b13c009b28353783d956d707 1.50 MB 2,078 25
829,789 829,789 0000000000000000000110bfc93cc13e7d6eff1269cc4115080bd076b625f9e1 1.66 MB 1,962 18
829,788 829,788 00000000000000000000c529a3f92a9c3934b3047c6f8e059c59e535e1e675ba 1.33 MB 1,134 21
829,787 829,787 0000000000000000000367881254ec92f50d8cd24ebedf57a8631b38ae1fe7ff 1.67 MB 2,637 36
829,786 829,786 00000000000000000002b8c03b80bd2252590d1a351035e34eaee50022f43e42 1.27 MB 1,444 21
829,785 829,785 00000000000000000002504eb3eb4d9a8d99ca05bfa553a7b54d61793c44e32b 1.54 MB 2,413 29
829,784 829,784 000000000000000000019a2bf95ee4f83f3460c792137ccec5432ba05945ddfb 1.91 MB 2,569 20
829,783 829,783 00000000000000000000c85c569b8cdd18e9aab77641e84b49ba6ec435f7f87b 1.65 MB 1,948 19
829,782 829,782 000000000000000000023eca806d216257a9d15c69eefeed434055b052c179e4 1.73 MB 2,711 25
829,781 829,781 00000000000000000000724a11a85b8b1da0c29408bdcb6f3b0c1bd92018e1e2 2.00 MB 2,099 19
829,780 829,780 00000000000000000000ee1754057a4a473113755309e61554b1b9f39838caa3 1.43 MB 1,635 19
Previous 10 blocks ↓
Total Size: 701.54 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: 2,412.28 GB sent, 221.37 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.