Memory Pool Memory Pool Refreshing

59,569 transactions
21.55 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
870,947 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,844 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,946 (29,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
841,798 841,798 000000000000000000026553d862668b43773a6a8613a1ab74b3fa136ddf0b46 1.54 MB 3,597 26
841,797 841,797 0000000000000000000090fd08701e66bc7a97ee93a06445fd80d99045527280 1.56 MB 3,264 38
841,796 841,796 00000000000000000002b394db7978a67dc2b0c62299e17bb6a76e42525972b6 1.54 MB 4,236 18
841,795 841,795 00000000000000000001905bfb8aebb4ec61e5435dd02ec925c68e4fbf9b4f89 1.48 MB 2,751 24
841,794 841,794 000000000000000000019c62ba1fe0641f8afb2e7799185417bb9b2dfb4edbe4 1.56 MB 3,509 39
841,793 841,793 00000000000000000000f5f066c9afa349da32bc5b593b40a3ad49ac3ff54b1a 1.56 MB 3,003 27
841,792 841,792 000000000000000000012693b6f18759e92b1fe5f6f8edfddde9dd0e5be7ee20 1.62 MB 2,785 33
841,791 841,791 000000000000000000002d5db4a0ce5bd3f83819fcb355f3080669a4c7f8f4df 1.52 MB 5,323 21
841,790 841,790 000000000000000000017e023e453cc4732f4df2a961680b8b1732bcdccc0204 1.57 MB 3,832 23
841,789 841,789 0000000000000000000053f4c23912bf8e1403bafa6ba8a133558eeda04b62f9 1.60 MB 4,397 26
841,788 841,788 00000000000000000001487a4e3c195ea272e2081fe6954ab7a74ed6b9985ec2 1.57 MB 3,916 27
841,787 841,787 00000000000000000000cc2e9571f530953eb9138d5151ebbe477baa61a7c858 1.59 MB 3,392 26
841,786 841,786 00000000000000000001a737ea17f2dd80e7db5d90c1416ab70a68b526e80c85 1.45 MB 2,429 24
841,785 841,785 000000000000000000015a7607ae2782114c4f0cb78c606d60f847b5f3f14928 1.58 MB 5,380 21
841,784 841,784 000000000000000000024116c491aecb58b067c81be3a8336ec4736e484bfde8 1.56 MB 7,119 17
841,783 841,783 00000000000000000000e493484062ea98581028a8a908d17eedf17c341c6287 1.68 MB 4,079 22
841,782 841,782 00000000000000000002accf2861dd50d221d64ba515e29845ce5293776bbe0a 1.55 MB 5,343 21
841,781 841,781 00000000000000000000f183f2c96b68d1f7cd10b167660a83cb78c754a65ea6 1.61 MB 5,102 18
841,780 841,780 00000000000000000000c37f62141477703f378eb5cab84da7d790491b9ca0fe 1.46 MB 3,661 30
841,779 841,779 0000000000000000000175774f47e834c15d5d7c10eb093a4b92ad7503612955 1.54 MB 6,051 21
841,778 841,778 0000000000000000000079495db7e2b7c3bddd1beb9b2e4e70b16991c24863f3 1.57 MB 4,220 23
Previous 10 blocks ↓
Total Size: 701.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: 2,403.54 GB sent, 218.95 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.