Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,294 000000000000000000022b910000000000000000000000000000000000000000 1,336 0.01267355 BTC 0.45 vMB 2.28
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,293 (817,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,755 94,755 000000000005da12aa1765f2ae1ccc59ba3f13bcb7f933f0492d7e9dd1f93150 0.00 MB 9 0
94,754 94,754 0000000000018a740731d86a8439a94ed2e2af578c79655d713e50c55af5d95c 0.00 MB 2 0
94,753 94,753 000000000003bd598676de22afb43c81a7ad8e482de440aaa76b282169965863 0.00 MB 1 0
94,752 94,752 00000000000612274477875b7ceb71488c060f9f718435122e0369a720c5f78f 0.00 MB 5 0
94,751 94,751 000000000000765094788a98dbb8adac30d248b7129b59b1441ee2b7ef9e332f 0.00 MB 1 0
94,750 94,750 0000000000055becd668420c7295b9ddbef381793d1e8beedfe75d7d0f27fff5 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 777.62 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,541.21 GB
    • Received: 136.44 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.