Loading Tool

Explorer IconExplorer

Memory Pool

80,396 transactions
29.68 vMB
0.07006747 BTC
Random Selection Loading Transactions
Max Size: 179.11/200 MB

Candidate Block

Mining Attempt 7b918c9db67e6672a47fb7fb70406f966ef3886cd80f0458c221d5f43f0b91c0
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 1656a2046269a416e039b7c99185391fecd51b05668e2c237180d3ce9aa6056f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,130
Size: 1.00 vMB
Total Fees: 0.00951819 BTC
Feerates: 502.67 > 0.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (892,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
22,689 22,689 00000000dda222c5c6d878e661d91b7e201a18556e13daba59a53d38f3e4ef84 1 0.00/1.00 vMB 0
22,688 22,688 00000000f0acbf08ce3cc17f341f2a0ad7f23ab770658e1b84933d5395247258 1 0.00/1.00 vMB 0
22,687 22,687 00000000bc09221746709e770447978793f5e5e5f454a89e917201cb74e86518 1 0.00/1.00 vMB 0
22,686 22,686 000000005cf0dbd52509ee6678f75845dc69d41b95fb85a15de0ea3880cdd561 1 0.00/1.00 vMB 0
22,685 22,685 000000004bf5d021a5ea2f9e2c5d505d77241f5231154d41b4cc7ce2f65cb0ed 1 0.00/1.00 vMB 0
22,684 22,684 000000007825b75d71dffd067e76b0046a47b0f1f22df11400afe13e2188a1bf 1 0.00/1.00 vMB 0
22,683 22,683 00000000d2b544be26d1623970080ad0f36fc3a9e5878287c0eea24fd99699c1 1 0.00/1.00 vMB 0
22,682 22,682 000000007ec255f9ae0f4383b6e2198fe74851886888dbe898dd39c655123682 1 0.00/1.00 vMB 0
22,681 22,681 000000000a50fe580bd741637d8c482319171c007e7a8dfe14862dc7ec7e29dc 1 0.00/1.00 vMB 0
22,680 22,680 00000000bce8e8023052fb703f6043f6d001765ee8e607cc744d055f18f3eb0e 1 0.00/1.00 vMB 0
22,679 22,679 0000000086dec2b1d205a8d1b2cbb1c9124800c048544e775efaecb4d03a68ab 1 0.00/1.00 vMB 0
22,678 22,678 000000004187ef8a9b0e85a268b32766f167abda41ba6d94f42a1c031ea3e533 1 0.00/1.00 vMB 0
22,677 22,677 000000006d853d7dafd320b0ac369f3e5b4be0fb3586c1ae052121b5373044cb 1 0.00/1.00 vMB 0
22,676 22,676 0000000061042f89b1a01811224647da1c2d1f8607f6fdf11a1e3541acbc75ab 1 0.00/1.00 vMB 0
22,675 22,675 00000000522cda0b00400d058919fe8174f7783c42994d35a967492d231508d1 1 0.00/1.00 vMB 0
22,674 22,674 00000000af2772400cab058aa7e098f716f0eab6d48947880de356812f49e826 1 0.00/1.00 vMB 0
22,673 22,673 000000004ccf5a51febe261c1616840386a454f936f80ad6396ee0871bca4815 1 0.00/1.00 vMB 0
22,672 22,672 0000000086d564bfd9e26b06b2612460671c45e8d203b9e6c5751f1a85dc59e4 1 0.00/1.00 vMB 0
22,671 22,671 00000000fccae24278a054ecf1bc672e39e33588ebb7806334ff5272d2a6efe2 1 0.00/1.00 vMB 0
22,670 22,670 000000005148b3c1f1494c74ed908fee73fa5e0e7541174a88dbd4ce4f9672c5 1 0.00/1.00 vMB 0
22,669 22,669 0000000047d24d7ba2706b33367417a1719df94844bf692d7225fdfdf35e46bb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.