Loading Tool

Explorer IconExplorer

Memory Pool

71,274 transactions
26.90 vMB
0.07923419 BTC
Random Selection Loading Transactions
Max Size: 162.11/200 MB

Candidate Block

Mining Attempt 1182e29d09ffd27cfa88afa26344a504181b182f10f485855b4b4e12ddfea07f
Version 20000000
Previous Block 00000000000000000001b9a43a13d61c36ff197c8d441de04206a35709143d9a
Merkle Root d0809f885b05d96877e7f6f386456bedef868f36b676e148121e1d052f34dab5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,103
Size: 1.00 vMB
Total Fees: 0.02158291 BTC
Feerates: 150.75 > 2.16 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,468 (852,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
63,186 63,186 000000000bdc35567bb64bb7b981353e845fd1b6108c39e7c0148eee6e6524f2 1 0.00/1.00 vMB 0
63,185 63,185 00000000010e09d8ca4b646782c2ef83241a7a1be778ee60e9321a17347e443c 2 0.00/1.00 vMB 0
63,184 63,184 00000000096742cee68541ed5686fa7c71be959b76695da9d56fe4f1eda2105a 3 0.00/1.00 vMB 0
63,183 63,183 00000000082510f2b8006bb6c84c30273c348fd095a19b09fb8c2d2faf97537b 1 0.00/1.00 vMB 0
63,182 63,182 00000000047a84f6df55de4f54dba0399bb8442c7d3c650dc87f94eaed603575 1 0.00/1.00 vMB 0
63,181 63,181 0000000008b089597ae60f5e3f772069c0954457f1df0afcbda4a0cccafb9a16 1 0.00/1.00 vMB 0
63,180 63,180 00000000016f8d76095c56aec20ad100189e7ce320f071a04e13758f52a636e5 1 0.00/1.00 vMB 0
63,179 63,179 0000000008346d6975b6a2c53618bdbcc6c4af56be3ccfe957927330bc7031e5 3 0.00/1.00 vMB 0
63,178 63,178 0000000000560bd3a558a9e481ae49dc9ce6c4a43518f60c73d60a9eb69b5691 2 0.00/1.00 vMB 0
63,177 63,177 0000000003fe68c9134cd65a7052c98be8ee4fcd28c8e0e3039eb6b041934e0a 1 0.00/1.00 vMB 0
63,176 63,176 0000000009450bd8ed90bc487fe637eb70e10489ca773a75a0bdaae96db8a4f8 2 0.00/1.00 vMB 0
63,175 63,175 00000000001a2a4d3eeaa6d6b3b4ac1591111ab49642f2a7444f83cb440702d5 1 0.00/1.00 vMB 0
63,174 63,174 0000000000099996c2c1202eb0e86035fd0aca5abc01faaae1e84c71e97672ba 1 0.00/1.00 vMB 0
63,173 63,173 0000000004c620da4c66582b37d8b9e010321d0dae58cb8cec89fd39052b7100 1 0.00/1.00 vMB 0
63,172 63,172 0000000001d48f0cba627e1fedc88ef65d0f17983ee69a45493c53089e7a8350 1 0.00/1.00 vMB 0
63,171 63,171 0000000002c3742c5f547a167d7ba68d75e0b92a7e08b9107d26458cd2761e57 1 0.00/1.00 vMB 0
63,170 63,170 000000000177857a82d0b94228b2cfa166dbd03f8bacfe9d425e7738f6819112 1 0.00/1.00 vMB 0
63,169 63,169 00000000022c6e9cf4862b131a8149c050fee7789c3d5833870e72fdf3952de6 1 0.00/1.00 vMB 0
63,168 63,168 000000000bdb2c3331ee1eecebef53f16d2ff23f42ba89b2fd45c86cb945e843 1 0.00/1.00 vMB 0
63,167 63,167 0000000006655d1b798364b0074c4a28b82ad8069c23f044ab94d401cf5fe7dc 1 0.00/1.00 vMB 0
63,166 63,166 00000000022badddde65290e81320bf07a8397588fe015aa2d13538b330cc433 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.21 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: 755.47 GB
    • Received: 18.95 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.