Memory Pool Memory Pool Refreshing

23,521 transactions
24.19 vMB
Show Random Selection Loading Transactions
Max Size: 140/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,355 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,176 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,354 (206,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
656,896 656,896 000000000000000000051e354fa7106b612b8a37390e67d2d5942200ac9ab905 1.45 MB 2,233 36
656,895 656,895 0000000000000000000f07d98cc2ca973d17e83d506d8b808a6dad5fc3653df8 1.34 MB 2,311 16
656,894 656,894 0000000000000000000d261d9c7df3ba245eca51e3ffbe9b023c5d3aff822d7f 1.31 MB 2,041 65
656,893 656,893 0000000000000000000547014917413e60b332b0cafac565348e17fa968dcd2e 1.40 MB 2,294 56
656,892 656,892 000000000000000000001ef9df9f32a9cee5c746525efb14dee939c2d1713025 1.22 MB 2,109 115
656,891 656,891 0000000000000000000df0aa4ef0bf6cd058614a4d7ee1faf26bd75ebb07aacd 1.33 MB 2,486 53
656,890 656,890 00000000000000000002e067863be7af0e723118f8b6b442c6fcf2cf22d34015 1.01 MB 948 8
656,889 656,889 0000000000000000000223a8633b50a5291c865a15fd76c1c44b79e7206c22dd 1.30 MB 2,675 53
656,888 656,888 000000000000000000076125bedcced589338fcf78054e56bc907276db23a6f9 0.16 MB 260 59
656,887 656,887 0000000000000000000ca025e64cdb79ca8fad7e04d5ebbf13ba2c86fad03a35 0.99 MB 694 11
656,886 656,886 000000000000000000011f0347086a68167effa580669db9d3aa7d1bb330a1cb 1.30 MB 2,060 22
656,885 656,885 000000000000000000052544e6065bb30ead9dbcc9886db5b0aca827c1400261 1.17 MB 2,156 26
656,884 656,884 00000000000000000003892985a9ef4fb919306776587eefade97de4c4464fce 1.12 MB 1,604 4
656,883 656,883 0000000000000000000297903b84a94e0c2d6824effb44fe999432e1e4d46695 1.38 MB 2,467 73
656,882 656,882 0000000000000000000677b6e202aad08c6f68f90dfd859e068ee28556687c81 1.07 MB 2,462 5
656,881 656,881 0000000000000000000b2c8571a5c7607a522b882b202121668365b495741873 1.16 MB 2,389 11
656,880 656,880 000000000000000000076ac4da1df94d2dad376f9150157fa91c75b596f7d457 1.28 MB 2,268 21
656,879 656,879 00000000000000000006427a2fbc153d6a584ccf4443f942063d3e1caf6e2fa8 1.41 MB 2,673 74
656,878 656,878 000000000000000000010ab57109d03fe259bed687c89e1db9fee55da2f15064 1.23 MB 2,284 124
656,877 656,877 00000000000000000009a817a5e75aaab2c0fd494a8fc871bdb1b7fb2e9eeb6e 1.38 MB 2,350 61
656,876 656,876 0000000000000000000d849cc424d7ed6412e663f1b5bf032820d1246ad14ab9 1.30 MB 2,438 44
Previous 10 blocks ↓
Total Size: 686.79 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,489.58 GB sent, 117.02 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.