Loading Tool

Explorer IconExplorer

Memory Pool

83,205 transactions
30.69 vMB
0.14444812 BTC
Random Selection Loading Transactions
Max Size: 184.71/200 MB

Candidate Block

Mining Attempt 45e1500c078771572eae557cba01d70cbf4c4a14c7e54db08c6646a554ed878a
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root e2fbe4836b963c3f8e8a5a29a4b9c29386e9fd0efb09185151f0b9c1ad9c1555
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,355
Size: 1.00 vMB
Total Fees: 0.07955624 BTC
Feerates: 150.77 > 7.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (892,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
22,692 22,692 000000002e7ebafc42ad68bd5d598344c7340c823b343837b4fa87550b9a82b5 1 0.00/1.00 vMB 0
22,691 22,691 000000008ee8db90c8202c4b619a57b2ee403101a2846cb19e384fae18eeb9f2 1 0.00/1.00 vMB 0
22,690 22,690 00000000806dd9aab70d1b721696417f2024c1112acbda2b987ec8a3fc015e07 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.75 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.