Loading Tool

Explorer IconExplorer

Memory Pool

38,798 transactions
28.68 vMB
0.08960496 BTC
Random Selection Loading Transactions
Max Size: 145.22/200 MB

Candidate Block

Mining Attempt fa3c5aa0fc4161a19d73ecfe60b4443297ea02ab0a885592c253c14b0a1c4d58
Version 20000000
Previous Block 00000000000000000001157a4311de69a70f52c462fcca1444599cbf87c6de5f
Merkle Root 28b2c9b314bd3d5a6cb697a05924f827e3f2ef52c833eac44cd09100943a51f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,365
Size: 1.00 vMB
Total Fees: 0.03402687 BTC
Feerates: 101.65 > 3.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,541 (446,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,744 467,744 000000000000000001a8ac1bdff0f33f7414739581be0e59321981d979658001 2,218 1.00/1.00 vMB 215
467,743 467,743 000000000000000001b9bc837089538d38053fb9f649c0499ad6c816ba0d0fbb 1,478 1.00/1.00 vMB 255
467,742 467,742 000000000000000000d8e77540d96686f7a8a3ba7a03851643f70268c8f604ce 1 0.00/1.00 vMB 0
467,741 467,741 00000000000000000182af3b7e2296af1451cb2041ee343b31c53cdaeb81415c 2,336 1.00/1.00 vMB 334
467,740 467,740 0000000000000000001eef7a83771fe7c2f960470355ae62114c56011de750a5 1,955 1.00/1.00 vMB 274
467,739 467,739 0000000000000000011a5979dcaf211e08872cf42bd4f1eb857b6d65cd39eb96 2,525 1.00/1.00 vMB 324
467,738 467,738 00000000000000000073a1d92e367255f6614175ab5a8826f7f4c01535bef921 3,031 1.00/1.00 vMB 298
467,737 467,737 000000000000000000070dc2c38c99a90f2a62e7591c9effa9538b840a4c49fa 2,111 1.00/1.00 vMB 299
467,736 467,736 000000000000000001994aa28b8dffbd4fe8d95f58fc5288d6c1cd15b6c58f20 2,283 1.00/1.00 vMB 349
467,735 467,735 0000000000000000016b0c41c42499910e3e90de2ac182cae9204cc678ca8ebf 2,482 1.00/1.00 vMB 226
467,734 467,734 00000000000000000179aa5de6e39e8ef2d918ed5635261ed48c26b18141ec64 1,220 1.00/1.00 vMB 259
467,733 467,733 0000000000000000010ef15425df0deb24ec2edf5cdd724442fe75bb8dc51d08 1,648 1.00/1.00 vMB 289
467,732 467,732 000000000000000000b42e0cffeea229db8f676b110d6ed4593e5b8dc588f8e3 1,541 1.00/1.00 vMB 261
467,731 467,731 0000000000000000013fb6ed7684907f64e8e754c646f94d640691c88202f3a2 967 1.00/1.00 vMB 197
467,730 467,730 0000000000000000019f788fa887ec99e1b02bb0b1a00a15af99f0ed92b10872 2,558 1.00/1.00 vMB 249
467,729 467,729 000000000000000000dd740d0ed69454d35f9d36ce25a8f55c5505469bc8ea65 1,595 1.00/1.00 vMB 248
467,728 467,728 0000000000000000016f7e9d3bb7ee71be86cdae453237faad448916768f688d 1,906 1.00/1.00 vMB 267
467,727 467,727 0000000000000000006a83b3e2111c6ffd51a0f5cefd4c003037cdc5546a70d5 2,613 1.00/1.00 vMB 319
467,726 467,726 00000000000000000065ff6078bbdeb471632d6cf46ad396ded652dffca3c9b6 2,559 1.00/1.00 vMB 342
467,725 467,725 000000000000000000cf1e27e88591309a36365bd09b11ec84e11add8d586395 2,494 1.00/1.00 vMB 271
467,724 467,724 0000000000000000012deec8ba380863809cf9bc1ffc2ce88b2868c8fb58e318 2,501 1.00/1.00 vMB 300
Previous 10 blocks ↓
Total Size: 781.57 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: 622.63 GB
    • Received: 11.35 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.