Loading Tool

Explorer IconExplorer

Memory Pool

83,443 transactions
31.21 vMB
0.09540019 BTC
Random Selection Loading Transactions
Max Size: 191.53/200 MB

Candidate Block

Mining Attempt efaf309bdd18300489f10ec1514fb28dd74692c0710345544e22fb4dc541ef87
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 24394b7a3f3434340c86c82887191bf1385df22afe6ec801ebca837c6d0fbf19
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,694
Size: 1.00 vMB
Total Fees: 0.02496234 BTC
Feerates: 301.57 > 2.50 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (142,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
772,804 772,804 00000000000000000004c08f1412bf07e9c1da91f6beb475af0ccf6239b7b93d 2,892 1.00/1.00 vMB 18
772,803 772,803 00000000000000000000fa33a1482d68815dd61a5618a4dba4ed4bb94873d2b8 2,440 1.00/1.00 vMB 35
772,802 772,802 000000000000000000060cc6e16a8a48c85f96958eb56de1298ab4a2ae4c74e7 1,717 1.00/1.00 vMB 19
772,801 772,801 0000000000000000000600cf6b24fd1c34b88cc25b542c5b9a424ecdbe02e4b3 2,669 1.00/1.00 vMB 19
772,800 772,800 00000000000000000003c50efc37d4cf60f0eaf7d7d653702661160a2365056b 1,146 1.00/1.00 vMB 26
772,799 772,799 0000000000000000000564b09b61307bac05d42f36cf9043bb2cf2856a02052a 3,163 1.00/1.00 vMB 15
772,798 772,798 0000000000000000000188283b8dba7ac8a9c210bac2fb84272ba8e002491a8d 3,363 1.00/1.00 vMB 25
772,797 772,797 00000000000000000004e796b40567cafbad5c0c2ac19a40f072aae99c6e4e26 597 1.00/1.00 vMB 1
772,796 772,796 000000000000000000048198c93490450f01ccd0767ab57b76ac65fdb3c41d1d 3,062 1.00/1.00 vMB 13
772,795 772,795 000000000000000000024d3accd147f7b6435f9206bf33bb0a4be1ba9dc3f85e 2,087 1.00/1.00 vMB 8
772,794 772,794 000000000000000000054d11c900e17309585cd8a5348bcbf16722b347c60b3c 3,407 1.00/1.00 vMB 14
772,793 772,793 00000000000000000003f2b0cedf601824c02ba9ad129ca3531502dca525c635 3,128 0.99/1.00 vMB 11
772,792 772,792 000000000000000000001084617d1f30866b3459640cc80c106cba8edeb7dffe 3,134 1.00/1.00 vMB 18
772,791 772,791 000000000000000000056e09e8c0f7d605695c711beac29ee3ee5628639db35a 3,509 1.00/1.00 vMB 24
772,790 772,790 00000000000000000005338576853c3a5ca6bfe26494b9497b941da7b93b4e70 2,680 1.00/1.00 vMB 9
772,789 772,789 00000000000000000000643cf116bcf95bcdd71f3bfddbd303e13f35b3ed5309 1,771 1.00/1.00 vMB 13
772,788 772,788 00000000000000000001d29992f02bfff323c498bc3d56296a6cf7810fb0d3e2 3,062 1.00/1.00 vMB 7
772,787 772,787 00000000000000000003be79866f2779b21f4a02ead2a779bf107e8b0c181dd6 2,410 1.00/1.00 vMB 13
772,786 772,786 0000000000000000000562875222ce9825bb3dad53d07485431f2a72d755c9fd 3,360 1.00/1.00 vMB 18
772,785 772,785 000000000000000000076ca379eb50c8b31abeca856df9c7f1c7a56e8efe13a9 3,377 1.00/1.00 vMB 29
772,784 772,784 0000000000000000000708de51881d619aeaccf96e3066e3754734e3b2eb783a 2,460 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.78 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: 709.57 GB
    • Received: 16.92 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.