Loading Tool

Explorer IconExplorer

Memory Pool

78,539 transactions
29.82 vMB
0.11602098 BTC
Random Selection Loading Transactions
Max Size: 179.14/200 MB

Candidate Block

Mining Attempt 044ec37b9dde3d57c4d0ad37246f74809ded5d591f44c55a6339532d5e3ad224
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root afe24d48a90ad34ab1bb7a40ae6bfe978b4f7dc0ee316be68c6c6600e5b88748
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,183
Size: 1.00 vMB
Total Fees: 0.03476919 BTC
Feerates: 673.02 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (793,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,687 121,687 0000000000005534936be696d8e87eecef9e693e665b14d08e48d3ae2c3e5a85 2 0.00/1.00 vMB 0
121,686 121,686 000000000000205e78973b16ca22c9f42e20e4ff06a88f3440911ba7d7de0ef3 8 0.00/1.00 vMB 0
121,685 121,685 0000000000005eb49b2942e7aff15c87642d9036cfa1b82000af2600eb4784c5 11 0.00/1.00 vMB 1,020
121,684 121,684 0000000000005cb69c27f52d698f31ff0d31a928dfa3037637da67242e5210ad 10 0.00/1.00 vMB 648
121,683 121,683 0000000000006a8ae527a9286a4bb0ee29cc2f56dd966c0d418a64953476e3fe 63 0.02/1.00 vMB 1,301
121,682 121,682 000000000000478e923959ed32d140fc593b356abae46959febe94db2e1bc93a 11 0.01/1.00 vMB 1,288
121,681 121,681 00000000000076380a5cc61d82544cdc01d5ecc323c4127e38f06c6789c9a51b 146 0.04/1.00 vMB 99
121,680 121,680 00000000000013c7b817e4ccb37fe5fd49258f9b47f7215d0ce066d288346070 9 0.00/1.00 vMB 0
121,679 121,679 000000000000830af03671b7e2f614faa715c7432b4650425343e5a739907067 20 0.01/1.00 vMB 289
121,678 121,678 0000000000006de9e699fdfdcb401e603d0775553c265d8a4ff10f848e9b15c4 26 0.02/1.00 vMB 172
121,677 121,677 00000000000066457177675c210cc4e9fd1d911dd761e546d4d678063eddc0c0 1 0.00/1.00 vMB 0
121,676 121,676 0000000000006b3c256255c049b4f79e9584ea29e06eff747ffc6b136390bf7b 1 0.00/1.00 vMB 0
121,675 121,675 000000000000632c4b7f3eea11f737528a4237a1ce67b6aee8e3a0b599572f5c 33 0.01/1.00 vMB 875
121,674 121,674 0000000000004dd056a18e6723a6c0181396d608be1281e25ae34bbba5eede1b 14 0.00/1.00 vMB 917
121,673 121,673 0000000000006bf051ce00ef16b0ccb05e699efcc9d79efc6e2a1027b9777a6c 11 0.00/1.00 vMB 301
121,672 121,672 00000000000019a1c6d31157114318e03635f3024ab263eaa924901d68c7c9c0 2 0.00/1.00 vMB 0
121,671 121,671 00000000000086bf7b700b90ecd90e83164d2f11c305171b7c78fd379674f85c 159 0.05/1.00 vMB 372
121,670 121,670 0000000000007312193c111717d524d6fe69ee253766cfdff1dcb59c1aacac5e 9 0.00/1.00 vMB 0
121,669 121,669 0000000000008688aea5a67d0e30cbfc090eb4b727094270a6fc4ac431f68a8f 33 0.01/1.00 vMB 287
121,668 121,668 0000000000007b94dce1be3e0304a4a9f5b7db65aaa808e372204f121fdd1557 1 0.00/1.00 vMB 0
121,667 121,667 00000000000087eefe423162c6d1ed5641641e3b8bd0a56ca68e0832403eca3c 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 713.04 GB
    • Received: 17.28 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.