Loading Tool

Explorer IconExplorer

Memory Pool

1,359 transactions (0.39 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 2.27/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,310 000000000000000000022b910000000000000000000000000000000000000000 1,341 0.00970024 BTC 0.39 vMB 2.08
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,309 (817,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,749 94,749 000000000006bacf22f1b28ca6f8fb140f9a95ea9cf53df2f8e1b69ae56dd392 0.00 MB 3 0
94,748 94,748 0000000000097ecb11eb6eb6b2b7cb1f7b163f6887877b36c1c66d9bbca120a1 0.00 MB 2 0
94,747 94,747 000000000006b83e02c3a1c6eae8f296e9329d4b7ff2774d9dab5807e443b39d 0.00 MB 4 0
94,746 94,746 00000000000976ce47670bc40f6e12f9abd15eef44f7008b96d95ea787806de0 0.00 MB 2 0
94,745 94,745 00000000000414757188093a65938aa1072c6fbfb7c2762343a0c63d7c9a6b91 0.00 MB 1 0
94,744 94,744 00000000000491da909c3f17e9787754125a46671d8e8e5f2778e61d176deabf 0.00 MB 4 0
94,743 94,743 000000000007b1c28ce8c0ac3a6b9ad34d5d7d31ca8cd9c96ac0ec7173395aaa 0.00 MB 1 0
94,742 94,742 0000000000035db274efd54f791df47b49d78e8cf3d8632357caae5079f5920b 0.00 MB 1 0
94,741 94,741 0000000000074fd122e5a602407ab73b64d081b8fa2cc02fdcb6dc5ecf5ba1f9 0.00 MB 1 0
94,740 94,740 000000000009101e8c5635833933eef60865cc646325b607da795c5b199caff1 0.00 MB 5 0
94,739 94,739 00000000000376ae4acb34e346e6250a46f525766174632f294b0c41684d2c2d 0.00 MB 3 0
94,738 94,738 00000000000983e9075486f4f379876a745c2c13f621aac4dd143f8d1c0de8cf 0.00 MB 2 0
94,737 94,737 0000000000075e01ff79dd030679961cecb65f7db71b3c42d567232f33f0bf0b 0.00 MB 1 0
94,736 94,736 000000000006a80e5630cb14cb34f1bec8211742ba5a547ca1a2a31b89905a35 0.00 MB 2 0
94,735 94,735 000000000005e210ece2465967d32b14bdf5c49bc8206ea7fb76303ed7715e82 0.00 MB 1 0
94,734 94,734 000000000007920291e2121d082539674267567dbe75b34622cd3636726b6d84 0.00 MB 8 587
94,733 94,733 000000000007c5632333246ca4495db5b573d7e44b476a738e1220b485ec1df3 0.00 MB 5 0
94,732 94,732 00000000000337f62d50d50b5c399cf65d977739b67581798fa6d8b26b8c1e15 0.00 MB 5 0
94,731 94,731 00000000000329b774ed64948b690d16113163f5f3e58ce23187086f5ecc4927 0.00 MB 2 0
94,730 94,730 000000000003ba2d009348da4c55c4ad42c89cd934df599e7732e621bfcced44 0.00 MB 4 0
94,729 94,729 000000000008830c3c0fb79b68aab46b99e09b2026e88cea52812820db8aa9bf 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 777.65 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,542.46 GB
    • Received: 136.59 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.