Loading Tool

Explorer IconExplorer

Memory Pool

80,975 transactions
29.96 vMB
0.07669953 BTC
Random Selection Loading Transactions
Max Size: 180.71/200 MB

Candidate Block

Mining Attempt 813ef3f257f1df4a039827f963f8d11ba5353827b055ff051f6167e28f8d6cc2
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 6077560dd4b47f6b5a4c71809ad4ea8d2e165572dd53b66875e65a454701147f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,087
Size: 1.00 vMB
Total Fees: 0.01556640 BTC
Feerates: 502.67 > 1.56 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (645,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
269,383 269,383 0000000000000003e80cf02f6c782f67714244db7629dc5cb577bf32fa0f0501 98 0.04/1.00 vMB 91
269,382 269,382 0000000000000001863da3134d88988ffb5b975fadbb9afed8a2a34e3db017ad 287 0.12/1.00 vMB 75
269,381 269,381 00000000000000006cf9bfe1f55a151b4eccfe0ba170d9e58526e28b11cabddc 298 0.13/1.00 vMB 54
269,380 269,380 00000000000000023a5259c3af0b2bfc5784201e967cf6a83a0b4024fef90dd6 108 0.06/1.00 vMB 14
269,379 269,379 0000000000000000197e8ea5aeb9f40b630840dfbbdd5188beea636d988e0cf9 626 0.25/1.00 vMB 92
269,378 269,378 0000000000000004b714e9299c356d21fa9a71a9ec120a95f4b31a9602305f4e 233 0.11/1.00 vMB 104
269,377 269,377 00000000000000041c36b87bc024e5782dc0db094c9645da7d03850013879230 497 0.20/1.00 vMB 80
269,376 269,376 00000000000000002d4fecee1d6c740e15d335ed5d4cdcc20857c0d9014de99d 774 0.31/1.00 vMB 99
269,375 269,375 00000000000000062c7d79d3d301f71320f986585ae385d5c356e444fed23f7f 350 0.12/1.00 vMB 149
269,374 269,374 0000000000000001dca130bc93a994cf5a0d2960b9839d4146a55c26b42f5084 118 0.05/1.00 vMB 46
269,373 269,373 00000000000000003c6e2175ee46b19cef5aafc1766eea577bfe4c0bff8f3f9e 712 0.34/1.00 vMB 84
269,372 269,372 000000000000000615a6505f74e1236dfa1ceccf6a327e53a022d9b1e5a151f1 28 0.02/1.00 vMB 90
269,371 269,371 0000000000000008258a7af04d35f0cc5ed4ea2748f2fbae5faf31c23c297af1 153 0.07/1.00 vMB 47
269,370 269,370 0000000000000005b4cb1109fdef7ef1b9fe5a53bd80c31c99d66ceb205895f7 204 0.08/1.00 vMB 77
269,369 269,369 0000000000000006262d6fde7422cfac8328a1ce67ac885d99f59af91338e1c4 471 0.15/1.00 vMB 244
269,368 269,368 0000000000000001dc69206ff60dda128df48af57a5f55414d83c90ba6133c15 131 0.20/1.00 vMB 15
269,367 269,367 00000000000000030e1ca1037e4a139a93d8d6e500c50ea17e3958667296d419 696 0.25/1.00 vMB 80
269,366 269,366 0000000000000002f38802d568cebb88df3ba5a76683edd7a389e1698ac86d0c 25 0.02/1.00 vMB 48
269,365 269,365 0000000000000000d261a11a2abdc83f5fda5f464962518be398ec5f7b1787a6 385 0.17/1.00 vMB 62
269,364 269,364 0000000000000001a1094ae0643e2a8eee5474f4c5f7abbd0243876a0b48a7b7 851 0.25/1.00 vMB 254
269,363 269,363 00000000000000057ec21c6247c7f66cbcb1936a4b6a00d91135d4bbbdd45c2b 86 0.04/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.36 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: 662.55 GB
    • Received: 14.86 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.