Loading Tool

Explorer IconExplorer

Memory Pool

49,206 transactions
29.82 vMB
0.09638421 BTC
Random Selection Loading Transactions
Max Size: 158.89/200 MB

Candidate Block

Mining Attempt d3a55726d5000140994131fb57f8e760a7a4e353d711fc4b7cd6d2390e28da49
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 1564c594d95506c2cfde3424d9b9cff4f163c0f2268f7b0b899ce7660f0ab41a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,228
Size: 1.00 vMB
Total Fees: 0.03275631 BTC
Feerates: 150.68 > 3.28 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (224,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,568 690,568 0000000000000000000ea326001c34b8f9399b1e6369459709f94224e271d0ea 1,062 1.00/1.00 vMB 10
690,567 690,567 00000000000000000004fffd88fe6c617637462de75580bf32cc872c3f2137d3 1,555 1.00/1.00 vMB 7
690,566 690,566 00000000000000000007f5b28a309a6fee6f7cd2fdb44870a5dddb05c9e944fc 2,834 1.00/1.00 vMB 19
690,565 690,565 000000000000000000013af8e02277b88d5266199f3a2cf8328859759f9ce108 2,465 1.00/1.00 vMB 26
690,564 690,564 00000000000000000005308fb7e11546fd51cafbb1ae0e382fad874091c1a4b7 1,945 1.00/1.00 vMB 41
690,563 690,563 000000000000000000058f602f6dab961b23a49605fda05feac7f1fe6c636951 748 0.27/1.00 vMB 22
690,562 690,562 000000000000000000043c354a11c3f763fefcbf6d75c3c2ff521a45d6025eaa 159 0.07/1.00 vMB 17
690,561 690,561 00000000000000000011eaef87f2a6800c44efa0ddd7afbb2e721dcd3bb33500 659 0.19/1.00 vMB 22
690,560 690,560 000000000000000000069e0015a195537125193f57ab84c3d499c41f5e90a28a 1,277 0.85/1.00 vMB 11
690,559 690,559 0000000000000000000251c608ecdcbfa0c9c1a8af2e8d0d5d8076c7d90ec612 693 1.00/1.00 vMB 2
690,558 690,558 00000000000000000003a59a34c93e39e636c8cd23ead726fdc467fbed0b7c5a 2,200 1.00/1.00 vMB 28
690,557 690,557 0000000000000000000065bda8f8a88f2e1e00d9a6887a43d640e52a4c7660f2 1,928 1.00/1.00 vMB 4
690,556 690,556 0000000000000000000cfd8624d228e07fd647ba23bcb1a91d7d1850c4d4042c 3,078 1.00/1.00 vMB 39
690,555 690,555 00000000000000000004ab536dfaa2ba2c6f1753c3a12ee93ed37b4ebdf7aa3c 378 0.97/1.00 vMB 3
690,554 690,554 000000000000000000015f178ddd59ae7f97c91836a0eda442bc7de3169406d0 1,579 1.00/1.00 vMB 6
690,553 690,553 0000000000000000000cc10273f0baee91cdd02081f018a4a24a7b34b780f933 513 1.00/1.00 vMB 31
690,552 690,552 000000000000000000021645b584706c5f5d579716c138e1ffa7c69c0f8f2fbf 484 1.00/1.00 vMB 35
690,551 690,551 00000000000000000004a07efa6ca23d749dd087d0a0b3b67846016f3e7728ca 2,457 1.00/1.00 vMB 21
690,550 690,550 0000000000000000000c0a2a451b5846994ddc53dcd0e4bcec9e3aa52af61a94 732 0.22/1.00 vMB 17
690,549 690,549 0000000000000000000a27f411855e5073807abb9d726a0d0444f74bdc230d87 1,390 0.51/1.00 vMB 20
690,548 690,548 00000000000000000005df54808a24da8fd725cfa8e0b9fd780bc4189f23c2a2 1,718 0.56/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.