Loading Tool

Explorer IconExplorer

Memory Pool

78,456 transactions
29.37 vMB
0.08053783 BTC
Random Selection Loading Transactions
Max Size: 179.97/200 MB

Candidate Block

Mining Attempt 2960bb4e9962c8af48287e89e8290403a68b193b21c0855bb29563e388bec9b3
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root 7ecbd0137ccf30baa379fc7f1930adb5fac2565b6387823fea2416f63934118a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,366
Size: 1.00 vMB
Total Fees: 0.01611153 BTC
Feerates: 73.20 > 1.61 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (305,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,296 609,296 000000000000000000071baa42a15fbd0166ef6b40f6fd2236dd2f51e5e69eb8 2,174 0.60/1.00 vMB 14
609,295 609,295 0000000000000000000d2af1fc2c9984422d25f1b4b0265a379bc6b81b94cd3a 224 0.06/1.00 vMB 9
609,294 609,294 0000000000000000000b15b1f4f6aede3bc4abda7bcb5560a66e79b2f6f1d20b 586 0.18/1.00 vMB 14
609,293 609,293 00000000000000000014c3cca8df622ba408f315906447e3a593b9abc3a7af58 1,699 0.55/1.00 vMB 12
609,292 609,292 000000000000000000063c8c8e57a1a17c5e08300acb219482623e2ddf943805 1,538 0.48/1.00 vMB 11
609,291 609,291 0000000000000000000ce593681b88b3dbd3c022efa605c3e0afb3f973dde4d2 923 0.33/1.00 vMB 16
609,290 609,290 00000000000000000002b58c6d914c4706112cdb5a7bafe6f8135a27e2637caa 1,322 0.37/1.00 vMB 14
609,289 609,289 00000000000000000014fda97be9d2b98eb1d5c894152fb92f3181c365b03a5b 1,793 0.57/1.00 vMB 12
609,288 609,288 000000000000000000128049963217f3fc1ab71cba666602d960e787661a4b36 930 0.26/1.00 vMB 12
609,287 609,287 00000000000000000002568bb7cdd6226736ed2cebf7e3496f6f74bb91b65a2a 514 0.19/1.00 vMB 12
609,286 609,286 00000000000000000010c1e1b5a2371ea8c6c8d97be74af4d74155be1f336018 760 0.22/1.00 vMB 12
609,285 609,285 000000000000000000117348aa830b03bb9f37d4c31322be345d9c649a7aff25 938 0.28/1.00 vMB 15
609,284 609,284 000000000000000000109a1daae168238ac0cebb3e8a7f06407e6f2c3fb03149 31 0.01/1.00 vMB 17
609,283 609,283 000000000000000000049e7445b0c934905ce390935c35308e1e8004b20b37d3 2,178 0.61/1.00 vMB 17
609,282 609,282 000000000000000000044c1242116940e2f533a0ed19cce454a257f5f0ad3787 622 0.22/1.00 vMB 14
609,281 609,281 000000000000000000069d61e778a28ae4b959744a241f4d539065691aa4fec5 1,622 0.55/1.00 vMB 22
609,280 609,280 00000000000000000002be88259faea869bcb5532b583e50031762a68b5664c3 1,196 0.34/1.00 vMB 7
609,279 609,279 00000000000000000000d6f6872f9849f91f32d5e9df71d2900cd5b765eb9285 3,114 1.00/1.00 vMB 14
609,278 609,278 0000000000000000000ef132fa9d84c0d0b013988f08c4f9057638d9b3869efc 2,796 1.00/1.00 vMB 7
609,277 609,277 000000000000000000062fd64a6d3d362b625400e76c5fc0b13bdbd36efc1332 3,290 1.00/1.00 vMB 25
609,276 609,276 00000000000000000008d79440e21e0dfa45545751343f7434613f91b0a2e396 2,706 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.81 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: 710.18 GB
    • Received: 17.04 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.