Loading Tool

Explorer IconExplorer

Memory Pool

82,102 transactions
30.21 vMB
0.11099611 BTC
Random Selection Loading Transactions
Max Size: 183.04/200 MB

Candidate Block

Mining Attempt e21f24851e99d4db5699e412ca3e2f4ed6a60a7ef4929cae0dc99059d9201aad
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root ffac7eff90ceaf96cf6c06f4e121a95566223c8d857152093adddcfec78d5623
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,109
Size: 1.00 vMB
Total Fees: 0.03651442 BTC
Feerates: 90.00 > 3.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (471,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,626 443,626 0000000000000000008abc0466260f88c35bfd168a99ef8b544ee6935726ca76 2,343 1.00/1.00 vMB 92
443,625 443,625 000000000000000000fce493aaf0cdbc1b27341dbabd330348affc557cfc2f69 2,876 1.00/1.00 vMB 126
443,624 443,624 000000000000000000247afa3533ff17ff3e56d63990ed2f9163ced01b98dda3 2,482 0.99/1.00 vMB 54
443,623 443,623 000000000000000002ae43d87bb778ff253ef4cf46774fe5defaa9cbfb84c3fd 1,397 1.00/1.00 vMB 56
443,622 443,622 000000000000000002f83f311fe529c471f7738eaeb87bc3cfba1d78bf73412e 2,214 1.00/1.00 vMB 77
443,621 443,621 0000000000000000021394c09b62f9150ae701e494b26c4ee7de26f41839a506 2,588 1.00/1.00 vMB 81
443,620 443,620 00000000000000000305209ecae2aaf8c89caf9a9d42cbd5f29bc409e829cd76 3,616 1.00/1.00 vMB 105
443,619 443,619 00000000000000000239d392c3b66bf2e9a1caef3f931c37a32c2da7b5544ea8 2,636 1.00/1.00 vMB 66
443,618 443,618 0000000000000000017131d400093ade56ef4c11489d9d8e5cdc126e5e9d1dd0 2,575 1.00/1.00 vMB 76
443,617 443,617 0000000000000000000243438987c95bfa7c278694d5953968d5a4adfe547455 1,615 1.00/1.00 vMB 65
443,616 443,616 00000000000000000242901c0917f0171d9d3fbead840c95d3bd5feed19bb590 3,552 1.00/1.00 vMB 67
443,615 443,615 0000000000000000016eadacaee911f0efd6934df3c41c71ce2aae88f1599101 2,197 1.00/1.00 vMB 86
443,614 443,614 000000000000000001dfc7b037ff3feacbdccd28ece62aa99cd410f556093f18 2,683 1.00/1.00 vMB 70
443,613 443,613 000000000000000002326f9d14f0bd0b5c6fcd504d7d5a3df72770e0f812b5aa 2,656 1.00/1.00 vMB 101
443,612 443,612 00000000000000000199cf439ce89a53dfacc3730e232fe9a732c3ec7b21688c 2,559 1.00/1.00 vMB 94
443,611 443,611 00000000000000000015fc7ab0424feef9088e89067a7e2374e376f40306b65c 2,544 1.00/1.00 vMB 119
443,610 443,610 0000000000000000017a4b7e34aac7c09f200f6a7f9e1bc91b608af7b02ce085 8 0.00/1.00 vMB 505
443,609 443,609 0000000000000000008da0f2a66ce2604d86424929bc522a3ddab619a020e5f5 3,473 1.00/1.00 vMB 76
443,608 443,608 000000000000000001b8108184ddfe43441512817182a2b3674fdaaf526d3852 2,358 1.00/1.00 vMB 81
443,607 443,607 0000000000000000004fb118355f593044de8428f31f2c6ff3db604512bca2d9 3,057 1.00/1.00 vMB 70
443,606 443,606 000000000000000002b37f5fdedcc8118fcd6ff02dd8c5eae633e6512fe570f5 2,703 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.36 GB
    • Received: 16.21 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.