Memory Pool Memory Pool Refreshing

48,527 transactions
26.16 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
861,908 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,370 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,907 (49,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
812,800 812,800 00000000000000000002a3dee2fdacc0f6b07b5f42cdfb5b3b9e270667c3cf68 1.60 MB 1,874 9
812,799 812,799 00000000000000000002ee566af2213b4047ec2468988533e549e0a133ab35c6 1.44 MB 1,994 13
812,798 812,798 00000000000000000001146eb78b032dc234ab1e6c0cfe854ec746df324dbeee 1.61 MB 2,766 17
812,797 812,797 000000000000000000020e38f61366e66dee2e8d093c3d9c7b9b6dc77d418dcd 1.50 MB 3,687 30
812,796 812,796 000000000000000000014199957a55efd460542dddc07a78306877fe75176b0d 1.62 MB 2,771 18
812,795 812,795 000000000000000000033be930fa19698cead0738d2b72db9f00bd7be055e1d8 1.77 MB 2,290 12
812,794 812,794 0000000000000000000455994bda65099b3cfe74811b96f73377ed4ea821ec16 1.27 MB 1,340 14
812,793 812,793 0000000000000000000472687278192f76b633707ed94cb69c2af74311184f94 1.42 MB 2,049 13
812,792 812,792 000000000000000000044364ac0bc5adabbb9386e8dbacc849831ac36f236653 1.56 MB 3,277 24
812,791 812,791 000000000000000000027b6552752a340d5feeea0f7ac0496504ab4d1be56242 1.52 MB 3,058 21
812,790 812,790 00000000000000000000d856f4acb17b31902e97e1dc2397e9bf06e532d05ee6 1.57 MB 2,103 14
812,789 812,789 00000000000000000002d76272281958501b4e55fbcd83d2232e1613af055b0a 1.67 MB 3,070 19
812,788 812,788 000000000000000000012d647934cb1105238f8530c35127ab68bcd219154475 1.59 MB 3,098 17
812,787 812,787 00000000000000000002121a7464047d4918021b86f6091b27b1e366b1d7a4a6 1.48 MB 2,465 20
812,786 812,786 00000000000000000003e128e33d0e0d8e807894978b5f1802df29fcb59ae427 1.58 MB 3,486 27
812,785 812,785 00000000000000000000573534a12be9f53dcd31a211d0d6acfa51e9b34de4da 1.58 MB 3,315 29
812,784 812,784 000000000000000000032fbda1da1a0aa602e80897dc951cf2055b084e6088e9 1.76 MB 2,205 25
812,783 812,783 00000000000000000000feb2fd5788c9b14f0c57adc3a21adc5f7bee45f96dc9 1.98 MB 1,052 29
812,782 812,782 00000000000000000003edbd7c708f409655e232e50145c5bc6d7c126c34eeea 1.80 MB 1,973 32
812,781 812,781 000000000000000000007d4834e37fa7048290901c056350a3e0b32df826ecde 1.92 MB 1,078 29
812,780 812,780 000000000000000000035e50f6bd4da188d484f7fbe19063f94d9f51975b66c8 2.08 MB 1,386 16
Previous 10 blocks ↓
Total Size: 683.99 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,305.15 GB sent, 98.28 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.