Memory Pool Memory Pool Refreshing

28,142 transactions
28.05 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,535 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,895 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,534 (57,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
806,115 806,115 0000000000000000000175ff9cdfec84e65406e67bf32864dccae7460373f2f1 1.71 MB 1,624 10
806,114 806,114 000000000000000000047b5f7e508f1cbcb439cc8171daf5390dae241489b948 1.36 MB 2,083 17
806,113 806,113 0000000000000000000459349c4d92e353d07dd3e11701d27f2c5c756e0a66be 1.39 MB 2,926 18
806,112 806,112 000000000000000000032b3257f0196b92db06c23a42924423233db9647fc569 1.79 MB 5,932 11
806,111 806,111 000000000000000000006f1afa6b9adb6e5f10d5c06bb4167cb9320a6e569c86 1.87 MB 4,119 11
806,110 806,110 00000000000000000001dcfbb9f236820fd908c8972b89e2db8cdbbd77095865 1.85 MB 2,545 15
806,109 806,109 000000000000000000000578fe5cb19903d5d5f4b46fbe7b215cb2b4e0476c40 1.68 MB 4,750 9
806,108 806,108 00000000000000000001b01c18a4dc1d1f84d7507867420b4dea6727f3bd768b 1.59 MB 4,595 12
806,107 806,107 00000000000000000001bac10bd3dcad8fb2133a79be53080c024effa108fed8 1.60 MB 3,297 15
806,106 806,106 00000000000000000000d82d881646abb2c13315bd31d73c1fe024ea1a4232ce 1.36 MB 1,847 13
806,105 806,105 0000000000000000000184cd344faaf7c5ff89684a02d55783d380a9fc5942fc 1.57 MB 2,885 15
806,104 806,104 00000000000000000004a94215f338dfb8ff010b24e3ab5708f97fb47419c94c 1.77 MB 6,580 10
806,103 806,103 0000000000000000000374d2da3d78971ec06517eeb2cc0990c0c843a01f0c99 1.44 MB 1,834 13
806,102 806,102 00000000000000000001d946c24b4e31d4197987e104fef23392e0d386ebcc63 1.98 MB 3,595 13
806,101 806,101 00000000000000000001ae86285e10240d4e5dbe249c268f1f296b9f90aeb9cf 1.59 MB 4,119 10
806,100 806,100 000000000000000000026aaaf752ba17abe679631f7dd35285ddebfa58de2b55 1.65 MB 3,217 17
806,099 806,099 00000000000000000000f9e2e09c029e5ec4e8f5c1f30e0cc747df7726f09e27 1.76 MB 6,304 11
806,098 806,098 00000000000000000001dad118528267e730f254aa4ba29359f47405fa8b8c23 1.77 MB 7,102 11
806,097 806,097 00000000000000000004da9189faedecebe16cc39691445088e7688029b64a7a 1.69 MB 4,163 14
806,096 806,096 00000000000000000003f31e3d351e68fe6f7b17cc328c9c0f83718a04f117a0 1.48 MB 4,332 9
806,095 806,095 00000000000000000003c2b96920eba07a6e8d383123b4e2e7fd2fe25fe2049f 1.72 MB 3,955 11
Previous 10 blocks ↓
Total Size: 687.13 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,507.92 GB sent, 119.50 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.