Loading Tool

Explorer IconExplorer

Memory Pool

26,599 transactions
27.38 vMB
0.07092972 BTC
Random Selection Loading Transactions
Max Size: 131.02/200 MB

Candidate Block

Mining Attempt b2c7f3b3d4f4b7054236628c859016bb3a35f9a162106d5b34e602bc17068dcd
Version 20000000
Previous Block 00000000000000000001199dbf911ab88157d0c6cbff6a9a79ddf68de0fd94d6
Merkle Root e148e5c0595ee2145c3c26d655e6796800f460fe7729f9ffd93063bf46e19821
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,639
Size: 1.00 vMB
Total Fees: 0.01897688 BTC
Feerates: 301.57 > 1.90 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,478 (455,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,625 458,625 0000000000000000016a114648eb60d8f2d42991b323d8f857beb2f877fd72b1 2,482 1.00/1.00 vMB 165
458,624 458,624 000000000000000000e919174a940861c69f7994487826179e4634de898f2313 1,762 1.00/1.00 vMB 225
458,623 458,623 0000000000000000006eecc5aa95ab3f4a3b4db63d5c20c376d88b8168afc0e6 2,507 1.00/1.00 vMB 92
458,622 458,622 00000000000000000042bc4c4ddeb3c663d2dc5e068933a169d7195b3dea9906 1,749 1.00/1.00 vMB 112
458,621 458,621 000000000000000000726b56bc8b0883ec3c89bb217fc0e75cb6f4a29cc7b1dc 1,986 1.00/1.00 vMB 121
458,620 458,620 000000000000000000831b0a3995ee29bcc2ab76639c483ae6398986287a07f6 2,397 1.00/1.00 vMB 227
458,619 458,619 000000000000000000b4de4ee9357bbb190a23dc55f6e610e651ca6efb927b36 1,344 0.74/1.00 vMB 83
458,618 458,618 00000000000000000179155ff7179c11712d2c461d3d136320782786e2f5415e 1,830 1.00/1.00 vMB 148
458,617 458,617 0000000000000000015eb08503d5d92f0230de7f5854742223ebe1fe202b2a2c 1 0.00/1.00 vMB 0
458,616 458,616 00000000000000000235d4c33ba1a85ade94c8e7fde2ed40571f3a03a9214642 1,311 1.00/1.00 vMB 119
458,615 458,615 000000000000000001fededc43dfc2ca53deae6cb15eebed5b0f7f38da271bb4 794 1.00/1.00 vMB 106
458,614 458,614 000000000000000000827762fa6176d7e17ae7c28470b0b41c28e9447bd7cb29 1,954 1.00/1.00 vMB 162
458,613 458,613 0000000000000000015d695120bd45a440e8284fc12bc982bc6614d1692e662a 1,844 1.00/1.00 vMB 163
458,612 458,612 000000000000000000a3c520b09312517eee93c09b84aae958121518b133339c 2,020 1.00/1.00 vMB 158
458,611 458,611 000000000000000000c1ff0666162f5aa78b6dbd6d0c52155029c5b9738c2f0e 2,692 1.00/1.00 vMB 190
458,610 458,610 0000000000000000017e1f7b65dcd0c6a35f60c55532a3d05e6f98e20421be2c 2,600 0.99/1.00 vMB 135
458,609 458,609 000000000000000001e2ab056dbafceecabf4c1e66f1f40585faaca76440e0fa 2,544 1.00/1.00 vMB 281
458,608 458,608 000000000000000001599288dc06453682b19f8db09ef41a3042adda0f73cd52 1,179 1.00/1.00 vMB 82
458,607 458,607 0000000000000000018b55f7dc83f887b759f151d2c6d7aeafc130f2db65cdd3 1,908 1.00/1.00 vMB 125
458,606 458,606 0000000000000000016c41fa5ec014953e2e332cafe35560ee4b2144f8dec91c 2,061 1.00/1.00 vMB 165
458,605 458,605 000000000000000002220daa9e47d873e55bd7175342d1e3ffcb855b69b7138d 2,183 1.00/1.00 vMB 173
Previous 10 blocks ↓
Total Size: 781.46 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: 610.92 GB
    • Received: 10.77 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.