Loading Tool

Explorer IconExplorer

Memory Pool

79,117 transactions
29.39 vMB
0.08725376 BTC
Random Selection Loading Transactions
Max Size: 177.88/200 MB

Candidate Block

Mining Attempt fb1ae50f9f7d6ea1182e74d17e87ac2733b7e0f28d0a816ca85a4a9c80915040
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root c11eef4088b16892b5ac032dde57878b77fcdf9f1a6e16ae38641db22f0509ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,974
Size: 1.00 vMB
Total Fees: 0.02558964 BTC
Feerates: 263.85 > 2.56 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (462,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,447 452,447 0000000000000000015aaa6252e641a52e89bdf077c599ef7d64a3d1276ea45b 1,763 1.00/1.00 vMB 118
452,446 452,446 00000000000000000264e6630ae97214dec1a8bf6214b3fa21fb8936a2408678 2,155 1.00/1.00 vMB 112
452,445 452,445 000000000000000000b7e95eee417a5134a860f7aed0d9dccbb33fcd2dff38ec 3,045 1.00/1.00 vMB 182
452,444 452,444 0000000000000000012168540a674ecc7d3cfa307333049b7329a9c5040aabc9 2,038 1.00/1.00 vMB 91
452,443 452,443 000000000000000002817ab6e79152c24ac3b5ac1c2b3afac2938eed2ac8f0c4 2,478 1.00/1.00 vMB 149
452,442 452,442 00000000000000000036710951ac0e08da6e8beab598d9fced5bf3dd239e4c77 1,623 1.00/1.00 vMB 55
452,441 452,441 000000000000000002875a45245c989881db639617ed5722ce555b55881d5a2f 2,282 1.00/1.00 vMB 118
452,440 452,440 000000000000000002552b618db7e44f1c2979340bce4e0d85689c606fd5ca67 2,455 1.00/1.00 vMB 120
452,439 452,439 00000000000000000246f7a530fb8bb2d675921620d67f1e1230cd1de6e812ea 1,411 1.00/1.00 vMB 39
452,438 452,438 000000000000000001d0c5678126d087fcde3f34cd4576d763487b9ffe48220f 1,937 0.99/1.00 vMB 58
452,437 452,437 00000000000000000153ada6833cdaf143bbacb844890b2c532c854e357b5f9f 2,483 1.00/1.00 vMB 92
452,436 452,436 00000000000000000185e2a3e9ac1ee196bbcfa2466716a6dbd4426865ba8661 2,285 1.00/1.00 vMB 116
452,435 452,435 0000000000000000003008f9c597ea98adf0d5c92fc86ff68e89ce685ce9c0ed 2,970 0.99/1.00 vMB 77
452,434 452,434 0000000000000000027811c1dd65923506002ee074fe90f428970c26abc32cf1 2,714 1.00/1.00 vMB 88
452,433 452,433 0000000000000000004a4817306ff0eb0d1742487d960d9d9a833c00f97769fe 2,310 1.00/1.00 vMB 80
452,432 452,432 000000000000000001eeeed04ddd55ca41e4b0ddc11caff3d3cdfa503570078e 2,223 1.00/1.00 vMB 104
452,431 452,431 000000000000000001045a8f578889dda0079689c9896a8caf3d77cbdf0ba1fa 2,079 1.00/1.00 vMB 88
452,430 452,430 0000000000000000025258689f1ce3a19127790f57f1332ce77cff98dc63324b 1,914 1.00/1.00 vMB 97
452,429 452,429 000000000000000001f4be535b4f2eb703b9391f599c7655ffe031a3d4e3e80d 2,668 1.00/1.00 vMB 138
452,428 452,428 000000000000000001c5b8d769af2f838ac7e5b56c9402d71df5fd9809da0fe7 2,088 1.00/1.00 vMB 127
452,427 452,427 000000000000000000cf74e0bb5a2d377fef9356f705dfea93855f477bb86bed 1,479 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.