Memory Pool Memory Pool Refreshing

33,435 transactions
16.68 vMB
Show Random Selection Loading Transactions
Max Size: 104/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,943 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,838 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,942 (137,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
731,902 731,902 00000000000000000007d73c955ea7fcbc3e28d71a64506a5f964c8293c0297c 1.36 MB 1,625 14
731,901 731,901 00000000000000000007a1cbdb9f69e2b228a4a0aa23c9f57877bc3040338c44 1.19 MB 1,143 15
731,900 731,900 00000000000000000007451711742b6998f50f208891fb10dc728a5db4423383 1.22 MB 1,034 21
731,899 731,899 00000000000000000001b9695126e0d02649945a544832bc7013104f95033ffa 0.35 MB 79 4
731,898 731,898 00000000000000000000a294299284f092450dd9b0745acfb99bd3e3a84dd74c 1.48 MB 1,405 8
731,897 731,897 00000000000000000004163f4e4dd33f011803187b011b5e2a9c121f66837f29 1.28 MB 2,414 13
731,896 731,896 00000000000000000001d0bbe9ec22cc4491923b7571f448eeacf4deb0b657d0 0.99 MB 2,090 8
731,895 731,895 000000000000000000093f9b85b8ad58715328e90c2c834800fb8f49957ca246 1.57 MB 1,521 14
731,894 731,894 0000000000000000000181ace47cc9a63a7e941b0c1f427f806b1a24f041d041 1.58 MB 2,111 4
731,893 731,893 00000000000000000006105abdb423bfb08fc570d51dcf1ddc1daf59d7237f95 1.75 MB 1,123 3
731,892 731,892 000000000000000000034db3343f318f9bf7d06343b8c02e4b3cb9bc8d9a900a 1.58 MB 1,497 2
731,891 731,891 00000000000000000004be3fb0fb98b5cbbc8923db41fe364b1925f67fc1e8ba 1.51 MB 2,756 7
731,890 731,890 000000000000000000034dba7b99b4f211bbd3eda58df14850b10549988ad2f1 1.39 MB 2,648 19
731,889 731,889 000000000000000000092e98d39f183eb800eb03147a78e42375502f17c22cb7 1.61 MB 2,852 6
731,888 731,888 00000000000000000006a918a5124ea0ba74cec7de1038c2b1c32080334fcc98 1.61 MB 1,889 6
731,887 731,887 000000000000000000031a53cec98030f420caa3b7c8268c4f7ff0093741b9a5 1.54 MB 3,440 15
731,886 731,886 00000000000000000003f8f551d994c7656c78041fbe245cc057e3c958f7b6b9 1.32 MB 1,442 5
731,885 731,885 000000000000000000088b7dc461674abf365711cee4e5fe9ec1921c6a35e27a 1.55 MB 2,669 11
731,884 731,884 00000000000000000008d81be56d8efacccd4fbb9c17f37d2ff5991df54088f0 1.64 MB 2,248 4
731,883 731,883 00000000000000000003f90f506f75ae54f57b12d47042a9d111cfe9f1cf433a 1.43 MB 2,822 17
731,882 731,882 00000000000000000001f3460a7d9b2a96c88f8055376d71f3d16b8a28aad0fa 1.55 MB 2,462 10
Previous 10 blocks ↓
Total Size: 697.44 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,049.72 GB sent, 194.65 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.