Loading Tool

Explorer IconExplorer

Memory Pool

81,068 transactions
29.80 vMB
0.10376410 BTC
Random Selection Loading Transactions
Max Size: 180.23/200 MB

Candidate Block

Mining Attempt e16c47b0a404801a5d86427b4fe4e6f3cbc71753fa97ba92520796144a6e2e59
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root ad0ef9121e91403f171efb0263e7ce1a472cbbf52c15e2a2111e2317bde98460
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,063
Size: 1.00 vMB
Total Fees: 0.03873509 BTC
Feerates: 146.36 > 3.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (301,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,702 613,702 0000000000000000000ea276275f8f0de2a1721081b18bfe77a3ff47c45ccc84 2,182 1.00/1.00 vMB 8
613,701 613,701 00000000000000000002422927d23c972dfe3e4453f546766ca9bd913b4ac97e 2,209 1.00/1.00 vMB 16
613,700 613,700 0000000000000000000a5131cba3559efe9fb13aae06ef47b08cb99acaddb9d4 1,824 1.00/1.00 vMB 16
613,699 613,699 000000000000000000122300e24aa6640c5647e173deda290cf14e9740fca7a8 1,818 1.00/1.00 vMB 11
613,698 613,698 0000000000000000000e5d6647518eb66643674c4e2f64306acd3d1051518499 3,089 1.00/1.00 vMB 19
613,697 613,697 000000000000000000084e9512c9f41fbabd276a1c6c526746f65bceffe89459 2,125 1.00/1.00 vMB 14
613,696 613,696 00000000000000000003668f7d737166081dc4fb8036107c2c6d308f78093a5a 3,148 1.00/1.00 vMB 22
613,695 613,695 00000000000000000003f3a2b6173691878a18a33e8a76de6487216a44e92b83 1,471 1.00/1.00 vMB 33
613,694 613,694 00000000000000000006b0acf03fcb8be1c6364949fb2a2e1bc08b524a14320b 962 1.00/1.00 vMB 83
613,693 613,693 0000000000000000000c4b1f0fd3b29298c8fe8f4fa06eac7d72f7e3453f0331 2,958 1.00/1.00 vMB 27
613,692 613,692 00000000000000000011d41d697c84a64eda7db5ab1b1be417a3cf02208e11ae 1,239 0.56/1.00 vMB 10
613,691 613,691 00000000000000000004fec501c79730bac480b5cccba7748bf54c24510ed721 2,510 1.00/1.00 vMB 12
613,690 613,690 000000000000000000041388b3f5e5878fd5a5a954edae6a723c106ec06092b0 2,407 1.00/1.00 vMB 14
613,689 613,689 000000000000000000020129c63d7a82296607b04c4e00de3aedb0812276d5ba 1,358 0.47/1.00 vMB 12
613,688 613,688 0000000000000000000a2f8cebda9afd0bdca42f5670f7159b3f8c62e1c3cd5b 1,867 0.69/1.00 vMB 11
613,687 613,687 0000000000000000000b74f065429c7508ed744fca8f027960e41211d249f890 3,010 1.00/1.00 vMB 12
613,686 613,686 00000000000000000007e981b79bba49525d1035f7493e965c3df642c140e4d9 2,357 1.00/1.00 vMB 13
613,685 613,685 00000000000000000001c0d7ae5e309aa565b921312017899daf2ca3c4575362 2,364 0.91/1.00 vMB 3
613,684 613,684 000000000000000000094bff92d420205a46c128ec773dddcd969e340b29f7ff 1,465 1.00/1.00 vMB 11
613,683 613,683 0000000000000000000519e71b747b5e4a848a9ca9e93ff35a70521f96d13456 1,984 1.00/1.00 vMB 17
613,682 613,682 00000000000000000011191b353327fab4b178dd725103b068a48f70cb35f5a0 2,580 0.95/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.