Memory Pool Memory Pool Refreshing

60,029 transactions
25.65 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,049 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,293 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,048 (111,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
750,752 750,752 000000000000000000088d734553e5d0f9e710791e5c9d2561e1c8e0fa81aabd 1.59 MB 1,877 10
750,751 750,751 00000000000000000006f2ad9d4375a6cdeeefc9571ca4be3fea3c6808c7b753 1.57 MB 2,620 6
750,750 750,750 0000000000000000000555ab2e049dff563a47e3b4fb5dd127b3fd9a0d1b1e76 1.81 MB 1,678 9
750,749 750,749 00000000000000000006d67b0cb517c48b7e3ac4b38b78337bed535b4a5a9074 1.37 MB 2,465 11
750,748 750,748 0000000000000000000770e4c6f959ae46c0f7384cdf4043003e1f4c471a93c8 1.75 MB 2,123 14
750,747 750,747 000000000000000000029883570d5c1f1340baa79ff41ba79002d72259334b33 1.71 MB 2,676 29
750,746 750,746 00000000000000000004dd8da777d6d693c31b0f7625614a0aec226e343d6d4b 0.82 MB 1,449 8
750,745 750,745 000000000000000000078c7bf9b7e3ef306d28310eb1bb56ae9006e87baa55c2 1.48 MB 1,442 7
750,744 750,744 000000000000000000041963cbad3824616fa983d7b8aab31ac41d358e51d1b8 0.70 MB 716 6
750,743 750,743 00000000000000000007ce384d53b83fd4b14b47e2bdb649de1e3e28ff9d7ff4 0.39 MB 480 7
750,742 750,742 0000000000000000000932882d29babf5c67307321c801c1dddf4e1ac412c187 0.45 MB 728 7
750,741 750,741 000000000000000000064d8c900f535dcabd5b3506a59f1c498900c812bd51eb 1.45 MB 2,381 4
750,740 750,740 00000000000000000002f77099b095225109ddac2643a8b2ae7864f12ee82919 1.53 MB 3,215 13
750,739 750,739 00000000000000000008aac5d15abf79125af329348155d72e926937c3580d1b 1.55 MB 2,230 3
750,738 750,738 00000000000000000009bc55f5e1db7526c6bd43281c2146cd312238d2218e2b 1.38 MB 2,693 13
750,737 750,737 00000000000000000009ce17730eca2aeccfef81cdf51616a95df3359b6e565a 1.34 MB 1,671 7
750,736 750,736 00000000000000000005bedeeb91befc0dfc343b7014cc73d4bc72bbc2efd248 1.09 MB 2,018 9
750,735 750,735 0000000000000000000765ec5d4f742bb1cc258f6ee674fe03f776ff05119ca8 0.94 MB 1,505 9
750,734 750,734 00000000000000000007fe4d8279960f98f839f56507336fcf4cb5a7777e3f67 0.96 MB 1,257 6
750,733 750,733 00000000000000000002e8c1c59fc86f721ba3a3294d2b1165597ddb910058e6 1.22 MB 1,054 4
750,732 750,732 000000000000000000093a81b37f9dfac400f0bf84f6f946fc66e9a910d14290 1.12 MB 1,838 9
Previous 10 blocks ↓
Total Size: 684.25 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,330.92 GB sent, 100.08 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.