Memory Pool Memory Pool Refreshing

35,439 transactions
31.63 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,004 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,052 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,003 (61,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
801,873 801,873 0000000000000000000181f0e92c2e15666a0c86cc018c171fbf423eee81b200 1.79 MB 4,825 7
801,872 801,872 000000000000000000023fc15ff564a517dda22a1b5cf0d51cce005e1038dba8 1.75 MB 1,791 10
801,871 801,871 000000000000000000027df214d22ed6048b731310bf79efd011a25437dbca6a 1.63 MB 2,326 10
801,870 801,870 00000000000000000000c9da85079949a58253c9c25930f76a4046925b2b1f26 1.81 MB 1,851 9
801,869 801,869 000000000000000000029629342a4677d0065fc907884b99eca8cb2a33974fa3 1.85 MB 5,165 7
801,868 801,868 000000000000000000026b593399e55b77019a1787eb7fb4f0093317046b0c4e 1.44 MB 2,701 5
801,867 801,867 00000000000000000005292fb3570939a33366269e4aed4e333987d10374cf38 1.45 MB 2,842 6
801,866 801,866 00000000000000000002dfe501e6ded73f7ef83d55d840085516b3e223d96951 2.05 MB 4,611 7
801,865 801,865 0000000000000000000342b7ebab5ec0f9ef52d0fd0f928ebbb1ebaac0e11f36 2.06 MB 6,392 7
801,864 801,864 00000000000000000003b2d94fcd2f932a3d046aa8b5719c222ed1a14c1e2827 2.11 MB 6,848 6
801,863 801,863 000000000000000000026e3e8354fb74d37cae62aa841f7f2d91ea3bbacd1c06 2.02 MB 2,953 6
801,862 801,862 000000000000000000021729673b00c289fb7fe345eb589a9ca8a0b96af35d4e 1.49 MB 2,072 12
801,861 801,861 00000000000000000004811ba1623ad7555f987d0ebe915ecf699e686b9eae50 1.66 MB 3,668 8
801,860 801,860 00000000000000000003f3becd74c9d673f8c16df2ae6c7d5d2753a2ff0419f2 2.16 MB 7,061 5
801,859 801,859 000000000000000000018d877fad4986e546db5e2ecb26717f5dc0be23213e98 1.82 MB 4,705 7
801,858 801,858 000000000000000000027d7cb7b6cfb970fbb41c6cac304d97fc464c6ecfc1fd 1.97 MB 5,621 6
801,857 801,857 00000000000000000004dafb5d7db9bf3513b0722c54f94e79f047798c6709fa 1.69 MB 2,195 9
801,856 801,856 000000000000000000000ec673a2fea61d433dfc84fd07f39e8c28ef55677726 1.75 MB 2,274 7
801,855 801,855 0000000000000000000434a0f4e1646b63effd5f84283ca4418fa272d7f6560c 1.58 MB 2,467 9
801,854 801,854 000000000000000000026be6aece5e7dd16821811737babff1b4b6a200816186 1.37 MB 1,358 10
801,853 801,853 00000000000000000001427b2ce54f5a9066908ce505cbad59fd2f261691350d 1.38 MB 1,681 11
Previous 10 blocks ↓
Total Size: 686.10 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,415.47 GB sent, 112.69 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.