Memory Pool Memory Pool Refreshing

68,837 transactions
32.92 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,331 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,633 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,330 (582,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
287,771 287,771 000000000000000108abe0c85af823c83cf206c89c18997c75a805b6b27fc05a 0.08 MB 159 33
287,770 287,770 00000000000000015012bd0f38ebcf38746e27081481496ba7ad0cc62a16b2fe 0.12 MB 161 24
287,769 287,769 0000000000000000b242eb231065da7282ea1bab3f6b898f3d3049285df5c9d6 0.33 MB 454 26
287,768 287,768 0000000000000001497beedbccf49bf6d47d21589526557e0f6e717286322e4e 0.25 MB 589 35
287,767 287,767 0000000000000000654069c196ea98e78826cf3f68059530872de69fcc7e6370 0.06 MB 129 72
287,766 287,766 0000000000000000301460bcb6655c7093f16018ea40ac09f26a1fb28d6b1c31 0.25 MB 588 42
287,765 287,765 000000000000000071806fd976049569b5cce1f6bd29adf98417c764f0697db7 0.12 MB 213 32
287,764 287,764 000000000000000073046ab2c458f35f44b9471ff46e2f452414d21ac23475f6 0.27 MB 521 34
287,763 287,763 0000000000000000487722b404dcc867a7643187971731ca52dbc0912b260747 0.15 MB 312 54
287,762 287,762 00000000000000011bda809cc4cb866b31a61f977c27dd614a34c400f24bcb85 0.75 MB 1,454 40
287,761 287,761 000000000000000001e11e7969dacd302cd5f3c09b68e0857575031de73a6c3d 0.06 MB 79 45
287,760 287,760 00000000000000012ecd625b0a4ac9f76a6412e64fc0748a76df796325cc0e6b 0.46 MB 922 36
287,759 287,759 000000000000000088afe301dcc710b9892da914d675c754f70769ff8a51288a 0.74 MB 1,387 33
287,758 287,758 00000000000000014f1c0a6585712d437fc885085f11ed9c7352b431acbe0fe6 0.34 MB 539 36
287,757 287,757 00000000000000014f469268b98c4dfc385199391b9aee3ecbd956da686a8cca 0.35 MB 801 44
287,756 287,756 00000000000000004baf26c400411f56973a389a9b94d180104a42bb68fbc491 0.21 MB 60 10
287,755 287,755 0000000000000001388b069587f8716b3479f79a8b554f38689ba91c733de968 0.35 MB 751 42
287,754 287,754 0000000000000000eb671d932a8d310e8ab963c53b2be8a27bd5de2a712c2f59 0.35 MB 856 55
287,753 287,753 0000000000000000de439c27875982b72726b2bdf402865afd25101f092ebcac 0.14 MB 335 38
287,752 287,752 00000000000000012068b0e0ee586f08ef1c921414c2362af50a00d03202c860 0.33 MB 553 33
287,751 287,751 0000000000000000384f9f0a1a30283e6d987e6ccf68696feb96422f908155b5 0.35 MB 640 33
Previous 10 blocks ↓
Total Size: 700.07 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,229.27 GB sent, 210.93 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.