Loading Tool

Explorer IconExplorer

Memory Pool

82,086 transactions
31.11 vMB
0.10232519 BTC
Random Selection Loading Transactions
Max Size: 189.01/200 MB

Candidate Block

Mining Attempt 9237a9a92786bfa268716f7322fe2b11ce313d2e852adeb7d755fa0b8f99cc15
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root baf9f9d4693951d169f6da4c5f0a6ac96dc82a0474ebd8b4a1241edb580741fd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,210
Size: 1.00 vMB
Total Fees: 0.02793576 BTC
Feerates: 150.77 > 2.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (445,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,636 469,636 000000000000000000fa2442864a6e375188fca8b2036fc5d07c1b48b7758f20 1,858 1.00/1.00 vMB 427
469,635 469,635 0000000000000000008f74425140f6b059df80f55f30aa66c8259b1e0a608ae6 1,680 1.00/1.00 vMB 282
469,634 469,634 000000000000000001518e586c84134ac03e6cb7253bffbc9c3d87e422825e65 1,592 1.00/1.00 vMB 433
469,633 469,633 000000000000000000f566db3436dda4a4db164ceeed07e23a2b005d05279a4e 1,819 1.00/1.00 vMB 496
469,632 469,632 00000000000000000042bd378b755b40c92aca438b3584d5a4744a5f986fc5ef 469 1.00/1.00 vMB 491
469,631 469,631 000000000000000001ba65807bb86e188736b41c2c5d9bfd82b0e52c06adab55 67 1.00/1.00 vMB 17
469,630 469,630 000000000000000001117a075d76a0f20dee2f2eb8bf099fc221f7ad642f2918 797 1.00/1.00 vMB 505
469,629 469,629 00000000000000000142f3a65cb3e59cf0c5d8bda18af2011813f9db99e43e4d 1,060 1.00/1.00 vMB 503
469,628 469,628 0000000000000000001ea1d02c698b994d49bf04c1e0fce4945f86d362a4e214 1,917 1.00/1.00 vMB 462
469,627 469,627 000000000000000001883dcde696493209da4f0f9db1071bfb51823a6f6ceeaa 681 1.00/1.00 vMB 373
469,626 469,626 0000000000000000018431b9c510deff14a7623257210eaa5baf910f0d33a287 2,531 1.00/1.00 vMB 294
469,625 469,625 000000000000000000ba78e19125d02dce7a5eddd29b2fee2d370c6ee2782cef 2,615 1.00/1.00 vMB 383
469,624 469,624 0000000000000000008192dec188e67a04a9c0fa4010fdf877b00f35b4bd2605 1,997 1.00/1.00 vMB 474
469,623 469,623 0000000000000000013ea06edcb32022d7dfe70aadfe62d9c91a5b79c59d9107 2,166 1.00/1.00 vMB 405
469,622 469,622 000000000000000000a27b4144a8007bd11bf51ab2b7766f752ca4f5d733e014 1,620 1.00/1.00 vMB 460
469,621 469,621 00000000000000000113c66291bc81e83954502ddaa0ba0ecc1f16a5ed00ad3e 399 1.00/1.00 vMB 496
469,620 469,620 000000000000000000488677663b9981b5ccaf049284be7f500bfdf43e84baff 884 1.00/1.00 vMB 511
469,619 469,619 0000000000000000005302d5520b17bdc66d8577a2590d869b0d7824e2372c7f 2,318 1.00/1.00 vMB 421
469,618 469,618 000000000000000000f7bed8f8eb4636afed2bb039ee1bab01d3a544052e1145 2,398 1.00/1.00 vMB 314
469,617 469,617 000000000000000001d3a33e3d5eafd633b17330661f8a280174c50de72b3472 204 0.09/1.00 vMB 308
469,616 469,616 000000000000000000573ccaf41875da58aa578b141bf7ed357b0c03bb64cb7e 1,430 1.00/1.00 vMB 361
Previous 10 blocks ↓
Total Size: 783.04 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: 720.21 GB
    • Received: 18.15 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.