Loading Tool

Explorer IconExplorer

Memory Pool

31,700 transactions
17.53 vMB
0.05591634 BTC
Random Selection Loading Transactions
Max Size: 94.56/200 MB

Candidate Block

Mining Attempt cc84a8a051ea02f94bfffe2b6254bf72d66c0963ce19f2054cbf93189f397638
Version 20000000
Previous Block 00000000000000000001ef74dfae70b7f5106732354c17fa5d73161353fed594
Merkle Root ce72b2c3d2d8c13fc60aef72c42b8b13e7c94211de42e672557c0d8cf29b860f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,801
Size: 1.00 vMB
Total Fees: 0.02243244 BTC
Feerates: 301.57 > 2.25 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,166 (809,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,634 104,634 0000000000023b2b986ec5938332f8e184fb0b855eb068c85eb37c4c4fb6f065 3 0.00/1.00 vMB 0
104,633 104,633 0000000000014e054add16b8f2bc506dff325602105c52395885a985a74ff611 1 0.00/1.00 vMB 0
104,632 104,632 0000000000009b048f72612d2174e337663c87eef20b1457775f75b4d5b9417a 1 0.00/1.00 vMB 0
104,631 104,631 000000000000afaae6b1eb62d057302dbb743736c0bf6e3ff6b1bf5960f60366 1 0.00/1.00 vMB 0
104,630 104,630 0000000000017b2c0a2a624881ec4b523b953f7d4d995f9a36b46ffb9619c7a1 1 0.00/1.00 vMB 0
104,629 104,629 0000000000003c2628378f6b4e509675e4d101c6bb2cef86cae78dff51e485de 1 0.00/1.00 vMB 0
104,628 104,628 0000000000021433c44c0bc19083cc826daa4dcbc9b2ee0eab74781bc12da88f 4 0.00/1.00 vMB 0
104,627 104,627 00000000000271867e47891a52edade959828395f0f18a7d18e398b18c1bbfe5 4 0.00/1.00 vMB 0
104,626 104,626 000000000002c9c629b90e670d8e5278c001af8b0d607e2aaa9825300bb042fb 1 0.00/1.00 vMB 0
104,625 104,625 000000000000d1249c44fc05d9738c705cc3e2d180388fe9af7daa91acc14795 1 0.00/1.00 vMB 0
104,624 104,624 000000000001c5bd1072a227ca87dbd159da4f8a0b66bdb618fc4a488c63e07c 5 0.00/1.00 vMB 0
104,623 104,623 00000000000369fa982bd129e460c8dfe4a7608fa25bbb4a539fd55902ba89e4 22 0.01/1.00 vMB 0
104,622 104,622 0000000000001702abeae53ed08138269182b406ff856ebfaf8afde10a47e5c0 2 0.00/1.00 vMB 0
104,621 104,621 0000000000021e28e1fc0c7cf7c7cd55681de3f0f3d4851520694096336650dc 1 0.00/1.00 vMB 0
104,620 104,620 0000000000036f5a67f1dbb493aa8a80b9b5404c898336585fdfdc0ad81020ea 1 0.00/1.00 vMB 0
104,619 104,619 0000000000002a8001d2dcdb0dcdc1cad3716cfa99764c306f0a75c3a97653be 1 0.00/1.00 vMB 0
104,618 104,618 00000000000020ad7643af5769c31780c4c40a83b4d852aa635ea18405d3da69 1 0.00/1.00 vMB 0
104,617 104,617 000000000002db5f2a483d55ffa2e579901a3e60d32b9f80624729ebd04bf010 2 0.00/1.00 vMB 0
104,616 104,616 000000000001ec2342fcb1f6c8c5137d5433a9ae50146b31bbca46f4d2c02bbc 2 0.00/1.00 vMB 0
104,615 104,615 000000000002a353e66613856fd9cf00a3a4b1dcdd010945add2ca2da2ec7f1e 5 0.00/1.00 vMB 0
104,614 104,614 0000000000015c83cc1058014698f2c4e5225a8019e2fb3ed406ee20d223f5ff 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.89 GB

Node Details:

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