Loading Tool

Explorer IconExplorer

Memory Pool

53,025 transactions
30.66 vMB
0.28030213 BTC
Random Selection Loading Transactions
Max Size: 162.01/200 MB

Candidate Block

Mining Attempt 4154fbc2643653cdae4b41ee4148b8c34c90e9134cd48e5dedda0a4a6655176a
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 998bc67439616a4775f8a05c7f045e06d9e5d446a8db8377a8087a3f2b06a9dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,711
Size: 1.00 vMB
Total Fees: 0.08782179 BTC
Feerates: 229.15 > 8.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (336,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,792 577,792 00000000000000000004d5e8240ba891bfa869463cfd13664cad911f798defe8 2,987 1.00/1.00 vMB 69
577,791 577,791 00000000000000000001ad492048365d828cb824a23657d57519c1a9128444e4 680 0.26/1.00 vMB 47
577,790 577,790 0000000000000000001d6421082d99613150694a60bcad15e8761327cf2c86f2 442 0.34/1.00 vMB 17
577,789 577,789 0000000000000000001e04a490af4d057cf4f1e421450fa6f00cfb80362306d5 3,022 1.00/1.00 vMB 78
577,788 577,788 000000000000000000248bcd624ddc3f1037f7b1e5b6a00ae594fe9f6a73d184 326 0.11/1.00 vMB 50
577,787 577,787 000000000000000000028a50c8dbf77649a12d45ce2b6e2cf69cb767beb429f4 604 0.21/1.00 vMB 77
577,786 577,786 0000000000000000000e1bf795bcb7b0a19d2514cc2f2a8b5067a11b9141d72f 1,384 0.41/1.00 vMB 66
577,785 577,785 000000000000000000209a05942ed6a19f33d03445db0e444b033acc45f70cca 2,557 0.82/1.00 vMB 63
577,784 577,784 0000000000000000001e494dbab82d4b46856a57be6a1c7fd43b19a17cbdae29 26 0.01/1.00 vMB 69
577,783 577,783 00000000000000000026d1cf770ddc351e6b976976da53e115f00ff24bc26aef 3,144 0.96/1.00 vMB 39
577,782 577,782 0000000000000000001f2de4ffc190ff18eb6b39322bc0dbb9a897ed2c28357a 2,733 1.00/1.00 vMB 88
577,781 577,781 0000000000000000000eb313652493d6b9ec904fdd50989d6123d6494453206f 613 0.30/1.00 vMB 53
577,780 577,780 000000000000000000162d596d1f38569cddbe4f6ffa4bfd34849c1dc0d775e3 2,469 0.98/1.00 vMB 39
577,779 577,779 0000000000000000000b0bfd7b1cc0db6d9267984eabb97849e565087423cfa0 3,102 1.00/1.00 vMB 86
577,778 577,778 0000000000000000001960202b17d043d57b552711c33e304a9bc2bb495e15b1 3,019 0.86/1.00 vMB 43
577,777 577,777 0000000000000000002482fb7c2fdef3577c55abe82454b8d0cb24d6a03fb31d 3,128 1.00/1.00 vMB 68
577,776 577,776 0000000000000000000900832cad5d3c108f72029494776eac02f8d6bf54847f 1,478 0.42/1.00 vMB 11
577,775 577,775 0000000000000000001f0cd85219946308b296a5e8a7ae1678b63023525199b6 3,303 1.00/1.00 vMB 75
577,774 577,774 000000000000000000260f6d221a17b6d0fc7ff640bf708b8164b450b95caf04 1,148 0.43/1.00 vMB 69
577,773 577,773 0000000000000000000beca825024254ffa65ee692d16365a87d9f33062b13b1 1,642 0.72/1.00 vMB 49
577,772 577,772 0000000000000000001d6fd503de76d73349a7af7a74ae6aca92e5ef3f4f3f87 1,251 0.41/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.87 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: 644.24 GB
    • Received: 12.61 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.