Memory Pool Memory Pool Refreshing

22,014 transactions
29.52 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,089 (55,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
806,770 806,770 00000000000000000000ff0d4fc038d606c066df31eddac4efc95657a8d78b85 1.61 MB 2,907 35
806,769 806,769 000000000000000000006cd5e204e8902e6b68d95d9bceee2b0a8762cc89d301 1.52 MB 2,868 39
806,768 806,768 000000000000000000047bb3618eb07eb0ddfabcc3db068ffd8f942e597d9445 1.50 MB 3,155 43
806,767 806,767 00000000000000000003d2549e25d7998b388b9d633150497ed798aa6afe012a 1.51 MB 3,362 42
806,766 806,766 00000000000000000003231d65a3caf7d89dd7da10feecd9f93f031dde0e894b 1.39 MB 2,914 38
806,765 806,765 00000000000000000001899534385e80aaa10f4e1e003ee7aecf44d2c09ec189 1.25 MB 1,786 42
806,764 806,764 00000000000000000004c43c747654c289dd01d3618a6df91b9fa2db5f622630 1.24 MB 1,786 32
806,763 806,763 00000000000000000002c15cf6111ccaf4f5680a92af91b1ee4a00c8776c6302 1.34 MB 2,361 41
806,762 806,762 00000000000000000002b5503e6aa0b9cca6952d8c29218e8de196eed69e9397 1.11 MB 765 31
806,761 806,761 00000000000000000003b1f65bab344908fcf9476062f51a34609860df979c73 1.10 MB 583 31
806,760 806,760 00000000000000000000e86f832654b450d2db92570f277ce75bc9aed63baebf 1.58 MB 3,322 38
806,759 806,759 00000000000000000000efabcb7bc8e8374b893605f548bbebeb7d1ac593514f 1.36 MB 2,074 31
806,758 806,758 00000000000000000002cea6df2c7ba80d6fe39cf08a2f613152561b6caf368d 1.63 MB 3,515 34
806,757 806,757 00000000000000000000b605c6e2bf448ab1085f1eb22bd6e6eaedbff5a343cd 1.51 MB 3,240 34
806,756 806,756 00000000000000000003362bf6860942e7819e88511deacba9379cb125c7368d 1.51 MB 3,448 38
806,755 806,755 00000000000000000004f8408161a6a68921fb8ae5da000bfbb6b763adc773d7 1.39 MB 2,731 44
806,754 806,754 0000000000000000000348795a1d4018654ebfea82473139e5666430c5603b5d 1.29 MB 2,195 41
806,753 806,753 00000000000000000000f043bc6eb3cd07baa5691b3d6ac8039a6dc30e5bedb7 1.09 MB 700 33
806,752 806,752 000000000000000000026ddc5029a702a93e4302fa7c07dedd65e3faf22a1d1e 1.38 MB 2,752 44
806,751 806,751 000000000000000000022e45251dd950c87fc4de002d1c612eea6ad95cdb5280 1.26 MB 1,494 36
806,750 806,750 000000000000000000007c6c9cc41a5d43e9b517f0d1fca2ebdc968c61b18481 1.10 MB 427 31
Previous 10 blocks ↓
Total Size: 684.33 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,335.08 GB sent, 100.53 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.