Loading Tool

Explorer IconExplorer

Memory Pool

73,900 transactions
27.41 vMB
0.06836291 BTC
Random Selection Loading Transactions
Max Size: 167.07/200 MB

Candidate Block

Mining Attempt b4252dcfab4d20ca443ea97099fd95de7cfc7c304c69ba9b762a745bd60e726e
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root ff18a172dfd6f5e8c20c6b11f72584df3dee094f43997718e2211f5c5030725a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,829
Size: 1.00 vMB
Total Fees: 0.01008791 BTC
Feerates: 101.19 > 1.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (834,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
81,281 81,281 0000000000401436ed1e06f157977a32dc365395db7b3e4bad6d7637e632aed8 1 0.00/1.00 vMB 0
81,280 81,280 00000000000ca3133b5cbfd73253f6f6cf2200b464ba5081a7e6390e96e1d8a7 1 0.00/1.00 vMB 0
81,279 81,279 00000000002aa03303bc3788c60d98dc3241cff6f100298aac4a3a8acbea474c 3 0.00/1.00 vMB 0
81,278 81,278 000000000032d4f8ff6b170723d1baa73590dd0c5d42fa35ec760d18e0df3db3 2 0.00/1.00 vMB 0
81,277 81,277 00000000003cfc357e948191e03930e72b9b06ae1c929602107daf0eb2f92f09 1 0.00/1.00 vMB 0
81,276 81,276 0000000000298cd54f8307b56e960aee2a293531e83d94cc00f55a2de0e85e6d 2 0.00/1.00 vMB 0
81,275 81,275 00000000001842542dad855b4088c45955294c2b04de8d11d9eb3b6de1e04c46 1 0.00/1.00 vMB 0
81,274 81,274 00000000000ebafb322be5885f5e8465597c153cfd76a0d5b0a618a1f424fe8d 1 0.00/1.00 vMB 0
81,273 81,273 0000000000165b1b5228a1b267ae0ca62577abe34cb752fd8358a135628bd093 3 0.00/1.00 vMB 0
81,272 81,272 000000000035e5069ef681466e5230d75fc3712ea5d5ef0a4bf16c2b5d387832 3 0.00/1.00 vMB 0
81,271 81,271 00000000003cda30ee1d033a1e3183ab24c37ab8301a783bd2baf926703188f0 5 0.00/1.00 vMB 0
81,270 81,270 000000000021df41e091cce628f4970fbe5ee7e71d65c11ea3fa1000aea06f7e 1 0.00/1.00 vMB 0
81,269 81,269 0000000000260b54fd6e3ff8bd766f1a403c29c0dc2bc66c8111eefcf05bb702 1 0.00/1.00 vMB 0
81,268 81,268 000000000010b1ddf68abf5519f451df8e30a017b2bc69658b3e315d418ba764 2 0.00/1.00 vMB 0
81,267 81,267 000000000043e093cb234008c7fa345ef7d8ed552fad971e302e00927849c0e1 2 0.00/1.00 vMB 0
81,266 81,266 0000000000244b34d73f56f6ddfaf0b7c7a0e7724f95b7bec9a5802c2425443e 1 0.00/1.00 vMB 0
81,265 81,265 0000000000247fac7df076fa1e67766a0fffe2b87d0d0bbe9d83fcae4447c190 2 0.00/1.00 vMB 0
81,264 81,264 0000000000311bf9322d1038bdb5142915fb85e2e46c5cd03f77c73a9ab5dfc1 2 0.00/1.00 vMB 0
81,263 81,263 00000000003e9745f9d816263812609ec44c514d7be9b583abc55ff77188f4d5 3 0.00/1.00 vMB 0
81,262 81,262 00000000000610298da690d648e983961222f1517191d6971de5da9df2ff0db6 7 0.00/1.00 vMB 0
81,261 81,261 000000000044df28a5b0b408732afda11c1c01ba0c965684a3a207b7c6675726 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.93 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: 714.62 GB
    • Received: 17.57 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.