Memory Pool Memory Pool Refreshing

80,697 transactions
28.09 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
867,227 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 6,443 47
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,226 (501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,725 866,725 0000000000000000000108856b04084977e6ed90a98e25c2bcb3815b8cdb4f59 1.46 MB 3,689 28
866,724 866,724 000000000000000000029aa7fca3a6b07c75d7805f4f631089f28b2a4b0163ed 1.49 MB 4,469 10
866,723 866,723 000000000000000000008fb44546454f12691f8fa0f8857c391c1355dadac9d7 1.53 MB 3,324 7
866,722 866,722 00000000000000000001b07df4e2d6f8eb9a6e30e5b8b16259dcfd0b74347c1a 1.53 MB 5,490 11
866,721 866,721 00000000000000000000048d9277c0da126836571c3e027f9b32d804d3b38207 1.56 MB 5,885 13
866,720 866,720 000000000000000000005469bc478c6ee1f69f755ceb3cc29ebeac0c96234077 1.53 MB 6,398 13
866,719 866,719 000000000000000000015ae3441f767b3407dc4689e052342a1a513f1f6326cf 1.50 MB 5,908 16
866,718 866,718 000000000000000000012cd6187ca09c48064b53757185151011fc261e8b9d23 1.56 MB 5,973 5
866,717 866,717 0000000000000000000171b9f3d8028fb052d4fda52113704ecbf901760e8a21 1.65 MB 4,847 5
866,716 866,716 0000000000000000000194ebb9d8ce7641b5aa20e328d22c651b149b8cf5f76f 1.51 MB 6,402 6
866,715 866,715 0000000000000000000174c7648d32e9c335a3489c9c2c5ebb0bb1aac66133a2 1.56 MB 5,943 4
866,714 866,714 00000000000000000000172811fffa6bb14a7e9b516e43a4a19c1a954cd6f053 1.55 MB 4,737 9
866,713 866,713 000000000000000000000c8764da5f2bd639aab3a531be3d540c0298d622fab5 1.60 MB 5,232 8
866,712 866,712 0000000000000000000190166902fa393b7e43ceb65a2b23b26dc51722ae9551 1.57 MB 4,639 8
866,711 866,711 00000000000000000002830db30fc4bc031c65457a3d7cae3fd35686ad054bec 1.54 MB 2,988 16
866,710 866,710 00000000000000000000ec10254178fe52253f40c1fad252e892d9aa22ee8fa7 1.52 MB 3,597 7
866,709 866,709 0000000000000000000180642e2ab6f868dd52cfd52dc5b6e38f481bc3a319f2 1.56 MB 4,435 5
866,708 866,708 0000000000000000000109a8f44d214dcd7cef2cadda46a99979b80de0b4eacb 1.58 MB 5,007 10
866,707 866,707 000000000000000000022ad1eda528aaf8eaeeec3f06d751650eb2ac4dc30266 1.40 MB 3,053 13
866,706 866,706 00000000000000000002697fc244b2c8e1fc11c7b7fbb42a7245644c0a385e35 1.89 MB 3,259 18
866,705 866,705 000000000000000000012538c51889d805ac50ba65a569e0a87e269a8c86e9fc 1.57 MB 5,364 23
Previous 10 blocks ↓
Total Size: 694.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,900.30 GB sent, 173.35 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.