Loading Tool

Explorer IconExplorer

Memory Pool

4,013 transactions (1.39 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 8.08/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,251 000000000000000000022b910000000000000000000000000000000000000000 2,928 0.03997380 BTC 1.00 vMB 2.24
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,250 (881,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,138 31,138 0000000063daf420b4c51fbe9f9762c245c0c1779c6ebef1561ad1fe6233e121 0.00 MB 1 0
31,137 31,137 00000000ad5965a784abc9edf30b944b5f5c12489f13c9a19c4f4ee693d2ef66 0.00 MB 1 0
31,136 31,136 000000002af13236009fc8fe31bb046b92d9a97da22d80883e82b26ecd1fbc61 0.00 MB 1 0
31,135 31,135 00000000405732e61064919fdcc80adfa2df77d56d2b9aa0c1f382cc5545a51d 0.00 MB 1 0
31,134 31,134 00000000fce3dba4dfd96af491fd0de16b5d8002d637e076207dc3a282d5a653 0.00 MB 1 0
31,133 31,133 0000000097ecc3f2745521ec82a5e8017e83554a2c6c9456b68e8bc788efc4db 0.00 MB 1 0
31,132 31,132 00000000ea65bad2295539f23a0eda030ceae108bac0d5263de2d22b291c31a7 0.00 MB 1 0
31,131 31,131 00000000ef76bfe0d25bf585f9656bd267e55db5a2d16b2714b3f2962fefe04a 0.00 MB 1 0
31,130 31,130 000000003a4a22b5f76dfe7329c8ecd4c4a625d04cbf6ce6d3ecaa8dcabcbbf1 0.00 MB 1 0
31,129 31,129 00000000504a88f2b1b6c8f5a8be75e5b328229f7e867a0560cae885ea608afc 0.00 MB 1 0
31,128 31,128 00000000db22ab8b2374d0611c6233ab7638ec07170710db055be64829ebdaab 0.00 MB 1 0
31,127 31,127 000000004807eef37bae083802d1da510c0a6e57fde075c601e4182ef51616b7 0.00 MB 1 0
31,126 31,126 000000001f5c9ca5178ad6a3d4c442f2c5f54de67220802d41552eb1d5b531a4 0.00 MB 1 0
31,125 31,125 00000000f37e562069d087f1349db69999f460e2253f7dac2fd8b8175521283b 0.00 MB 1 0
31,124 31,124 00000000b5892f53404ab2a6baa278c18f7577aa117225154beebbf1a8821baf 0.00 MB 1 0
31,123 31,123 00000000034f2d246437ff5fa2f8dc4109148347129081d3efc15c6a64d13e64 0.00 MB 1 0
31,122 31,122 00000000cdf7c3beb7dbf73e3153179b07cfd530b8b70ffd536b916cb0c43b3b 0.00 MB 1 0
31,121 31,121 0000000096b79f1e91a0ff852a979622751cd4323fdd30fb9f82cf05868f83b3 0.00 MB 1 0
31,120 31,120 000000002725f3479e06361096d1784bf98ac3a417036698a11bea8a409a5ba6 0.00 MB 1 0
31,119 31,119 00000000cd772b92d62e4f25ac7e52df0194bfe5c85ba891744a37ba439e5d53 0.00 MB 1 0
31,118 31,118 00000000d49d5a1907d53ff1b4cc4a77aa49aec26ee6b3f2f695240c8fa48512 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,538.19 GB
    • Received: 136.05 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.