Loading Tool

Explorer IconExplorer

Memory Pool

636 transactions (0.23 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.41/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,478 000000000000000000022b910000000000000000000000000000000000000000 600 0.06320610 BTC 0.21 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,477 (704,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
208,068 208,068 00000000000001e3ad0ef36803e9fb5021ac96dad6bd15b51385eb548a84c144 0.00 MB 8 15
208,067 208,067 000000000000012ea327e815c686f814961c70b2b0273ab9d3843c86348d4c9b 0.04 MB 81 26
208,066 208,066 000000000000029aa84fdeda62dc47a072c3de35e5f00eb0bc228a48cc280e5d 0.18 MB 551 361
208,065 208,065 00000000000002bdff47ef39755a8b839a9350ab070f2e59fef8bf6753d4b048 0.09 MB 246 210
208,064 208,064 000000000000001eb25c066111c60b1f15e7572e68421284278bc41f785509f2 0.10 MB 249 222
208,063 208,063 00000000000000ebecd48796ffa878d06f0d2f6ced3c6671a1f2b7b49914cb02 0.11 MB 250 282
208,062 208,062 00000000000003c884d788c1dc5cd94aa190ba8427b71323fa8b59410eb5950e 0.11 MB 166 155
208,061 208,061 00000000000003a544a7d00f0997095ed5ea521617db9a29c1dd429e423361ed 0.00 MB 9 224
208,060 208,060 000000000000002e860c9ef60a574e08a81435567bc15ffdf5ed50232a56663d 0.02 MB 36 288
208,059 208,059 00000000000002e723f8545aaf42a55565d173627c4f84defa5141ad019fe551 0.26 MB 619 163
208,058 208,058 0000000000000427241f2abbe09abf2e8e523a14495285b4743c6c7c8a8f0e9b 0.17 MB 480 288
208,057 208,057 0000000000000162887ddc61b31a0ccb839a68eff48658d42afecd03328c9846 0.06 MB 152 137
208,056 208,056 00000000000003368cfb9cc8b5fd78fa5316af1889165a91f4fc60c2c81d82ed 0.16 MB 312 541
208,055 208,055 0000000000000322f7408a614f200391e28bfbeee1593a467e28f1f49ba51c7f 0.10 MB 165 125
208,054 208,054 0000000000000415b64628749fd44fbcc7de6c2a3a76afe9e492cdcadbbc40a7 0.34 MB 706 190
208,053 208,053 00000000000001d179e8e37be00ac219f6ddc59b32e73b1c27f31f79285a2265 0.25 MB 578 167
208,052 208,052 00000000000003386112803ae8ab4edcc6a0acba2e4596662662b7c8c118c26e 0.32 MB 808 247
208,051 208,051 00000000000003e288743460ee975c8eb19a0815ffa3a2e66dc09434f2133f9e 0.00 MB 8 163
208,050 208,050 0000000000000389de279cfa5d573e5bd55abbc89aee3fd208e48e382dc1bb6c 0.05 MB 162 127
208,049 208,049 00000000000000bbb9ce77cf689ac86307e0cad4bd7bca1cb653a0baca0c7e6a 0.03 MB 39 447
208,048 208,048 0000000000000106d3caea3974b1c43cb042f9b47df1d7cc76c83158452e7f43 0.21 MB 490 199
Previous 10 blocks ↓
Total Size: 777.92 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,555.49 GB
    • Received: 137.89 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.