Loading Tool

Explorer IconExplorer

Memory Pool

41,327 transactions
26.03 vMB
0.05535314 BTC
Random Selection Loading Transactions
Max Size: 135.98/200 MB

Candidate Block

Mining Attempt 6eddf24f726bfec5ace6eace3a73d9016493c23eead073041fac315c3b1280d4
Version 20000000
Previous Block 00000000000000000000172132c00b110ec4ee02326028bead4b8d9ab2ab8c10
Merkle Root b9b002f0ece4a46564cc767c01a49c982e8c4314a07d24dea9369b36428281fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,563
Size: 1.00 vMB
Total Fees: 0.00802106 BTC
Feerates: 40.21 > 0.80 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,745 (407,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,352 507,352 00000000000000000006c00b3e68d8308fc80df8a19b71ba9c1f9187d8658f91 348 1.00/1.00 vMB 79
507,351 507,351 0000000000000000005c3f63f6304f1b41fc893174323fe8e8d9faf74d19471b 1,285 1.00/1.00 vMB 140
507,350 507,350 0000000000000000000e9b1f3d41b46504b30ba56503658f1c983434c81fa21d 584 1.00/1.00 vMB 96
507,349 507,349 0000000000000000006555094e799da88bb25b6e22a22cea761c275e29a3644e 763 1.00/1.00 vMB 108
507,348 507,348 00000000000000000047c4e33a8234a9e8ce3de5f100289e3ba83559671e6d11 1,269 1.00/1.00 vMB 89
507,347 507,347 0000000000000000004cc063e63e4a144318a8defbf8af35eedc80ea6e55a052 2,151 1.00/1.00 vMB 205
507,346 507,346 0000000000000000003ab657aed2827cfdc860a051d3a113bccc8bf0b2ea62a7 2,076 1.00/1.00 vMB 134
507,345 507,345 00000000000000000045e1dd1bfe33f82d466186283a604feb768188e517a137 2,128 1.00/1.00 vMB 171
507,344 507,344 00000000000000000008a442e6e8cfdd6cc64c1e5ff9200186526941d70662f6 1,024 1.00/1.00 vMB 125
507,343 507,343 0000000000000000004d0795617d34142a7562e9d8a9810958626b919556b2d8 1,363 1.00/1.00 vMB 127
507,342 507,342 000000000000000000645f297d0c47060d2f8dd8d1629126dfde3bedae6f3130 1,099 1.00/1.00 vMB 156
507,341 507,341 00000000000000000068ab30a263d392f9df356d83761f9b4a396091f8ffda4f 2,763 1.00/1.00 vMB 208
507,340 507,340 0000000000000000002bc26575a7f757c07d34fa9023bb19008b8a32c8108542 1,793 1.00/1.00 vMB 228
507,339 507,339 0000000000000000000cd20ac53c421cd48865dffa0ea4edfc45d6c65d9a69c0 1,296 1.00/1.00 vMB 146
507,338 507,338 00000000000000000053c2e1349e86a37ae702ff6e9dbef97fd483420fdb0f04 2,527 1.00/1.00 vMB 211
507,337 507,337 00000000000000000012cbcea163706fa6976d5dd2a09a21e87d80dd11fd575a 1,682 1.00/1.00 vMB 141
507,336 507,336 0000000000000000002b744d93a8f32967dc1c40e380de7cf6c693989de4d869 1,766 1.00/1.00 vMB 132
507,335 507,335 0000000000000000005f25cb1899fab513f169531d81986cb306b57eb5870ee3 1,972 1.00/1.00 vMB 129
507,334 507,334 0000000000000000005f432f112ae360e8bcc05d9c55df91b0a7642bc5c7b98c 911 1.00/1.00 vMB 168
507,333 507,333 00000000000000000016befe1ae3626b3eb1e7c9810450b65e989ee6f693d8fa 2,202 1.00/1.00 vMB 179
507,332 507,332 00000000000000000062b4ec70c8a301028e3a8977cf76dd5618eb6bc7910a5c 2,666 1.00/1.00 vMB 245
Previous 10 blocks ↓
Total Size: 781.94 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: 646.58 GB
    • Received: 12.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.