Loading Tool

Explorer IconExplorer

Memory Pool

38,003 transactions
26.03 vMB
0.07794049 BTC
Random Selection Loading Transactions
Max Size: 134.82/200 MB

Candidate Block

Mining Attempt 0a5fc0febe2f57fcae61f215e83a97ea948d817c29191a2bb4b75148cf63084e
Version 20000000
Previous Block 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e
Merkle Root 515036172fe8968a0a6caf7ed7253c0f98e8f854554229ff43b87c0f21a98bff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,905
Size: 1.00 vMB
Total Fees: 0.03053169 BTC
Feerates: 101.64 > 3.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,902 (460,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,021 454,021 00000000000000000265aeb3c107fc001c97b75e84178bfaa2faeabce7827bcd 2,911 1.00/1.00 vMB 83
454,020 454,020 000000000000000001a776d6a4db0e3c2230ac6e6613e8423dd99d5a01232617 2,960 1.00/1.00 vMB 86
454,019 454,019 0000000000000000025ca52bd61b371d069c421fb27e0da20c77372914d53217 1,871 1.00/1.00 vMB 122
454,018 454,018 0000000000000000000ac95c343d277f07980941326cac3dc1ceb32abbbfa107 2,740 1.00/1.00 vMB 194
454,017 454,017 000000000000000001c7ab75d02fee3f2e1e2b46a894d9220427cc9a0a3cd10b 2,633 1.00/1.00 vMB 112
454,016 454,016 000000000000000001bb6445aa33cd52a8f6968da3f163b75fec50e6cf2af5e9 2,904 1.00/1.00 vMB 130
454,015 454,015 0000000000000000015e817942c1dc359fb0507b523f9f38484f27f03d1ef03e 2,390 1.00/1.00 vMB 82
454,014 454,014 00000000000000000238acdc94378a75bcf9805ddf8ff0c7a927bd18cd4981fa 2,316 1.00/1.00 vMB 119
454,013 454,013 0000000000000000008e9a74462b839bd4986918333f6fb1e52e2c0c5ef2c920 1,764 1.00/1.00 vMB 92
454,012 454,012 000000000000000001c1d90d813603a1799245dbfe11c33a54e162a47da5229f 3,144 0.99/1.00 vMB 90
454,011 454,011 0000000000000000002a92721185760e0bfde510f2c58d73dfd34cae9d7be58e 2,456 1.00/1.00 vMB 73
454,010 454,010 00000000000000000121c07c492d7145e16b87b7a06400f14841230f5c1ac38e 1,759 1.00/1.00 vMB 87
454,009 454,009 00000000000000000190799387d2723248fee807cae5de00f04a0e1268e44041 1,478 1.00/1.00 vMB 101
454,008 454,008 000000000000000000046c6a0b8d3089518a057c5c6a6cc06dce594a08fbf979 1,662 1.00/1.00 vMB 124
454,007 454,007 00000000000000000228e23c98c221832f369a9740ad42f76a4045bf0ab05735 1,529 1.00/1.00 vMB 116
454,006 454,006 000000000000000001e2d9e3887a6c5ff58320b3e2ac85da3b5a5145ee592286 1,671 1.00/1.00 vMB 102
454,005 454,005 000000000000000000f4cf989dd20cf018171bee5ad74e6ae91a54ca45a94364 2,956 1.00/1.00 vMB 149
454,004 454,004 0000000000000000027a2a3d860f058adf0589951f5769df491c76fdd352476b 2,351 1.00/1.00 vMB 87
454,003 454,003 0000000000000000012b2e4d2aa993a5204653275b5c731150c96a50cecd54e3 1,583 1.00/1.00 vMB 92
454,002 454,002 000000000000000000c4261744cc4d0c1268f737c92495824e670a6e8281f494 2,317 1.00/1.00 vMB 125
454,001 454,001 000000000000000000d5b0b3b28b4d86e3bcc7a42827591e70440837cc9d4814 1,969 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.22 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: 654.53 GB
    • Received: 14.14 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.