Loading Tool

Explorer IconExplorer

Memory Pool

80,839 transactions
30.44 vMB
0.07987097 BTC
Random Selection Loading Transactions
Max Size: 186.17/200 MB

Candidate Block

Mining Attempt c9012eba3ec09e7cccdd04f4a43152569c14fe209d4b4f74925b13a451d424dc
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root a91356fd2e4a42404cc4900ebd1b04c5beb19d675b5ef78603a8022a7c5f0450
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,753
Size: 1.00 vMB
Total Fees: 0.01206019 BTC
Feerates: 150.93 > 1.21 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (805,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,753 109,753 0000000000017c1296c34dc0d959ea73d31826c21ec05049b258eff2ae511ffc 10 0.00/1.00 vMB 0
109,752 109,752 000000000000fa1050c975f7741a50e6d6d9c1623e47ce3b685067a4026a51d4 6 0.00/1.00 vMB 0
109,751 109,751 00000000000190056ab34e53cff909cc23a4aa8c12bc2ff76c159bfb5edafd4d 10 0.00/1.00 vMB 0
109,750 109,750 0000000000019ca61a129254da93bff0a98d4d50fdf499e6a155212744305d07 45 0.01/1.00 vMB 88
109,749 109,749 0000000000007d3d5600d950df20c217b7e1dc99db38d439c223f881a532af6f 3 0.00/1.00 vMB 0
109,748 109,748 0000000000008abdca5788abb258b40e49f83bff4d73b479cc01619dc653ab32 11 0.00/1.00 vMB 0
109,747 109,747 000000000000b6cd05a2c7352abde3a88413759d68c0e30bb00263ab65845d51 12 0.00/1.00 vMB 0
109,746 109,746 000000000001962a2ecfe71f077d846308b60e7f754dacff0186268fb2117f88 12 0.00/1.00 vMB 0
109,745 109,745 0000000000016db5830fe87dc6ddb182395c812bc709e4ffb66ce3605d951aa7 12 0.00/1.00 vMB 0
109,744 109,744 000000000000200dabb645e6ba55c9e70b130692be5b23b9a7e8bc07d4c93ef7 10 0.00/1.00 vMB 0
109,743 109,743 000000000001af5e701c5e42efcd1db9270e288c458b5a0c61f85eaf50235919 13 0.00/1.00 vMB 0
109,742 109,742 0000000000002cd97f855c2a04830370465fdfeed5b88967e76fedd09e0bb88e 11 0.00/1.00 vMB 0
109,741 109,741 000000000000a54aed7f30b0f5dbcc5c7808f90ca3d43fc87ec0ff7bdc31c82b 12 0.00/1.00 vMB 0
109,740 109,740 0000000000011eaf88895bdbbc71b44b4ab21e680afde0f5048639b536d35a60 14 0.01/1.00 vMB 0
109,739 109,739 0000000000004aa7d831f5fd6e27fc10b4d0ceefe21162ee7da7a2f161e80e53 15 0.01/1.00 vMB 151
109,738 109,738 00000000000199eb9e31c52da86846e8c37b2fe7ec4d82eb54c50a7ea65d5973 4 0.00/1.00 vMB 0
109,737 109,737 000000000000649ab1dd5a730a02015fbf80101914e5631688bdb96d96d671a1 2 0.00/1.00 vMB 0
109,736 109,736 000000000000dcf08f616e2af6f29bea87c1ea3255bc2759b94fcf87183bd172 4 0.00/1.00 vMB 0
109,735 109,735 0000000000010182c215178b0e12fac69c039b95a6b62cb1f85a00e03e47bd9c 21 0.01/1.00 vMB 0
109,734 109,734 0000000000018ff47c95627891bf0e18f5dfaf4578361637aa1d5ef0d633fdee 8 0.00/1.00 vMB 0
109,733 109,733 0000000000001d74b12cee2eccf78129cb4108d496f90d2b77a76ac4e19d3646 6 0.00/1.00 vMB 843
Previous 10 blocks ↓
Total Size: 782.97 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: 715.84 GB
    • Received: 17.74 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.