Loading Tool

Explorer IconExplorer

Memory Pool

76,210 transactions
29.15 vMB
0.10437675 BTC
Random Selection Loading Transactions
Max Size: 172.35/200 MB

Candidate Block

Mining Attempt bdc97081a3a4540a397bd4022e51326d20c8438e4d6dbf3a79bf7cae46d68093
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 27d9f3d63b6bfeb85b669746d1541e540e8dc8394f16b30a9d937d8ff850beb6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,386
Size: 1.00 vMB
Total Fees: 0.04186850 BTC
Feerates: 201.37 > 4.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (645,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
269,362 269,362 0000000000000006c0fd7fa400670c51708524903ac7bec6a9ef562189eca22d 450 0.17/1.00 vMB 180
269,361 269,361 00000000000000054ff74c11830c2e90e37b9530e0b7583cedf4a180ce3313d0 597 0.30/1.00 vMB 73
269,360 269,360 0000000000000005d578005aa1ad8d9502782ac141b3b2b59fcc14f42df6ba28 195 0.09/1.00 vMB 43
269,359 269,359 000000000000000610f3b34462afb78f2932d735f0e796f71722c933471b601c 359 0.16/1.00 vMB 82
269,358 269,358 000000000000000782d928624443dca4d8d0357bd3b9494614041a43c7266b5e 234 0.11/1.00 vMB 72
269,357 269,357 00000000000000061a17925aa783f4665c467dbcf04fc4d285cf7e7d20d3eb7b 14 0.00/1.00 vMB 74
269,356 269,356 0000000000000002aa2b9d41138f519165f86a3418f308a4f3941161b175db88 114 0.04/1.00 vMB 85
269,355 269,355 0000000000000007ff81da07d5d2f78aca0b2747a42c99937ff242972422c0b7 31 0.02/1.00 vMB 60
269,354 269,354 000000000000000711c13a8da56984e248375d6245e68cd11d0fcc43c3c520af 168 0.09/1.00 vMB 56
269,353 269,353 0000000000000007dc006a2f6c207b42dbd1a56f57201f95e022b92ded1c7abf 191 0.10/1.00 vMB 59
269,352 269,352 0000000000000007e42499e165268125b2ccc784aec50246cdf338a9ff237391 46 0.02/1.00 vMB 72
269,351 269,351 000000000000000045ef689e66c6389daf3fbc44d6d30a1db0b15d628ee36aea 37 0.02/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.91 GB
    • Received: 15.31 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.