Loading Tool

Explorer IconExplorer

Memory Pool

27,782 transactions
6.40 vMB
0.05253404 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.60/200 MB

Candidate Block

Mining Attempt bb35c980d787b5683fbff815b2b21882e71cfef6901105e8397a59a1910de37d
Version 20000000
Previous Block 000000000000000000001edd69bbbc6ab1d0e871ae4fdeaf10ab8c9de0307b29
Merkle Root f8fb204112be2905a442cbf0fd6327f8c6d951b4701d34d21bed041055663225
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,002
Size: 1.00 vMB
Total Fees: 0.03486863 BTC
Avg Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,123 (760,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,700 152,700 000000000000066abd06b58dacb398c5a7a43594104fae26f7e3985ccb7eb68d 0.01 MB 21 91
152,699 152,699 00000000000008ca144538687c6273a58d7dfa8b0f2d7517c1c61d2a0c471e42 0.00 MB 15 102
152,698 152,698 0000000000000ddb40fcd0668b9075bdae5a08f64b398ad93ee7710bea1963f5 0.00 MB 9 104
152,697 152,697 0000000000000691a2413afeda4f3bcf4a6dad45454b2c76701381725c9d3bd8 0.01 MB 19 66
152,696 152,696 000000000000052b5729513e94679c164c562342cd3a502022428f6a58305a75 0.01 MB 40 144
152,695 152,695 0000000000000478648458836b06131ddf098bfd33743c31d1e990a5fd9e2186 0.01 MB 28 14
152,694 152,694 0000000000000022f2a604a8e478ca87aa40ebbde370108a3199b10b9a4c474a 0.03 MB 90 91
152,693 152,693 00000000000002a4618e8190bcc971e672516909facae7b28a6063a58927ef4f 0.00 MB 1 0
152,692 152,692 00000000000001663e5d31304220cd8910f41db9e13faaf14fca8b53b61cffda 0.01 MB 30 108
152,691 152,691 000000000000038a48bcdba68377984ce37e474bd9c79e5234ac78b15e5ed497 0.00 MB 5 73
152,690 152,690 0000000000000396244bf98bfec707ef1ff733e99b5e16d452d72c3115f03b6a 0.00 MB 2 0
152,689 152,689 0000000000000b2fa81df25b8e872e5e6711d708a988bce66b03f21be0c4225a 0.00 MB 3 57
152,688 152,688 000000000000022dcd3719e6f1a1891887e19e3332f4bb702d201064930007d8 0.03 MB 72 8
152,687 152,687 00000000000005d09b14bbbc85490e03604aca45039bfe362a81d538613217f0 0.02 MB 44 250
152,686 152,686 0000000000000912e47e196d37e4508111be8a68c94b90a85befbb5fd8becf6d 0.00 MB 11 0
152,685 152,685 00000000000004fa8e24c73dadfd01a51111025085d5c953672ee4baa8987a1d 0.00 MB 10 29
152,684 152,684 00000000000005f1ddd7abb30d8e180efe2211d4068321e593448aad2eef3e8c 0.01 MB 18 265
152,683 152,683 000000000000007144af16afaea94bf2d8203a2364273a8086cc1142f9bb5621 0.02 MB 47 46
152,682 152,682 00000000000004101d76836a313354593e2115f3db505776ebb8deb84388129f 0.01 MB 33 185
152,681 152,681 000000000000063f0b667c320e06afa4488b82ff6212048591ac260a8a5457f5 0.01 MB 27 201
152,680 152,680 000000000000093a386d40e90957cf84af2a42938ad8c22dd1722536e6a74d79 0.08 MB 5 49
Previous 10 blocks ↓
Total Size: 779.07 GB

Node Details:

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