Loading Tool

Explorer IconExplorer

Memory Pool

74,806 transactions
30.69 vMB
0.09059122 BTC
Random Selection Loading Transactions
Max Size: 180.15/200 MB

Candidate Block

Mining Attempt 6b3ebd5d0f92f1f0f6ba008c6b84059fe528a59e7dd0b4b4bfe627eedc964131
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root 2f3eb06c9c5c08f17b2a339ac977290245216f71da1793a7f55fdc6c0c9255c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 564
Size: 1.00 vMB
Total Fees: 0.01345438 BTC
Feerates: 150.93 > 1.35 > 1.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (672,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
243,345 243,345 00000000000000751f9c22aa7427479e1c9e18b1c5d31f8c517b3913b4970aac 9 0.00/1.00 vMB 81
243,344 243,344 00000000000000da4626e781050465e212033cbf27ec54a32511874b1a3785d2 457 0.20/1.00 vMB 137
243,343 243,343 0000000000000058891d53b02fb426461fd95aed3b34bdad7d3d004eb46ca69d 286 0.12/1.00 vMB 168
243,342 243,342 00000000000000b281ee14f2107e9c0c605732fff36a348e07407d38ceefece1 369 0.16/1.00 vMB 144
243,341 243,341 0000000000000098fe2a173da8a57000b23b6b356258a94fb03846f058d76b4b 77 0.04/1.00 vMB 147
243,340 243,340 000000000000006bb75e6d1ed3e168d3d0921941196debed87549e52dc2c66bc 61 0.03/1.00 vMB 117
243,339 243,339 000000000000007b36cd4dbc05f19c432ac74595cbf1423f8a5220aab4b36d1b 306 0.15/1.00 vMB 137
243,338 243,338 0000000000000029f62da200283d411b17dfecb06f07d3e70bc288d97cfd9355 9 0.00/1.00 vMB 124
243,337 243,337 0000000000000027fab86e15ab9f7f3c68238176ef04935772f4804174fc326e 301 0.14/1.00 vMB 148
243,336 243,336 00000000000000c16e386cb727af1afbea61e3ce1c9797521220beb7cc5424a0 361 0.14/1.00 vMB 168
243,335 243,335 0000000000000078dca2cda38b1b114d9ef4ed295855a1c5d21a86f3f1a7c731 78 0.03/1.00 vMB 178
243,334 243,334 000000000000003d6c59866536a3c65dc77cfbf43b7e104ac5b2175600c961c2 24 0.01/1.00 vMB 240
243,333 243,333 000000000000008201e9ebd7afb9d1aae8661416644da8d6829dca64af62e84d 105 0.04/1.00 vMB 135
243,332 243,332 00000000000000982786b958560569c9223c15ca96b6b4f22285804701503cfa 131 0.06/1.00 vMB 164
243,331 243,331 00000000000000c7939f6a019098d7210a89a8c687e9e0c6c58b2c9bfd0bd17b 405 0.15/1.00 vMB 166
243,330 243,330 0000000000000042e3c97efcecf4790ca709adfcc2a1d95e95a9c79c365da52d 341 0.11/1.00 vMB 160
243,329 243,329 00000000000000cd03f48c5345acfc88bcaff1f81f4fa125c18df73fdb6f792f 115 0.06/1.00 vMB 130
243,328 243,328 000000000000006dd42c5d83567ac74ee79dd224864a71f2b6f1b0a9d28f7e6f 219 0.09/1.00 vMB 522
243,327 243,327 00000000000000c4cdc9e29a545756c277ad008041db26dc2cfe493f96b427e5 265 0.12/1.00 vMB 111
243,326 243,326 000000000000003f67d370bb0df298746f9c9eb4fc3ce71b4a356c60324fad24 344 0.17/1.00 vMB 260
243,325 243,325 00000000000000a6e224c21f023b9f5f4139218ebd877ecf26d21e64a24470b1 47 0.03/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 783.12 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: 739.01 GB
    • Received: 18.61 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.