Loading Tool

Explorer IconExplorer

Memory Pool

41,341 transactions
29.98 vMB
0.07108245 BTC
Random Selection Loading Transactions
Max Size: 152.32/200 MB

Candidate Block

Mining Attempt 7f086bd9763409159d4169b65fec036ccd8b6b0863b49cf2a9c4f656dd1fcc6f
Version 20000000
Previous Block 00000000000000000001f159911b6b81a9562df458945e3743bcfba5bbd0f743
Merkle Root 3578e47a7a354051cfa4d168c5179faaf901f89b346cc90823701a0a475dbc7e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,422
Size: 1.00 vMB
Total Fees: 0.01138160 BTC
Feerates: 100.25 > 1.14 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,584 (862,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,787 51,787 0000000010719211bd7de8153d34b8a82259c227d78cbcbfd3e60773749e1b49 1 0.00/1.00 vMB 0
51,786 51,786 00000000143c0a6a397a080fa84fd56d21e55089385cdb04862534f0ad6149e8 1 0.00/1.00 vMB 0
51,785 51,785 000000000d3b5c2e06438ec3e498c87ec0ca96d512e79a0a20118e54b78bafcb 1 0.00/1.00 vMB 0
51,784 51,784 00000000094aa4eedda7e702eccaacefd542d64219645f43871265219d60181b 1 0.00/1.00 vMB 0
51,783 51,783 00000000082469e0e6dd273429c65010b4554b99d48dcec0ad46c989e90d647a 2 0.00/1.00 vMB 0
51,782 51,782 000000001596714f32165b16bc384f9fa794547a7b6061ab529e75d3d037bd1c 1 0.00/1.00 vMB 0
51,781 51,781 0000000014129e11a326f6a30cc65e071f9b4cc0fc7e24aa204e9040c6fa27d3 1 0.00/1.00 vMB 0
51,780 51,780 0000000019c4fb5fc06751cbe38c53b6dd5910b8b18ad54e6204d3cc6ebb3e06 1 0.00/1.00 vMB 0
51,779 51,779 00000000010169cc8a854997724a41dddd40e51dadfe39a7d6cfec605c5437a4 1 0.00/1.00 vMB 0
51,778 51,778 00000000147f230ab5ba9c3753e08d0cbe4fed5966f16eea6e918bfaac8d4164 3 0.00/1.00 vMB 0
51,777 51,777 0000000012c8690bf2f0a14058b942a8c95d831543568aadd6a2ab193cbfffc9 1 0.00/1.00 vMB 0
51,776 51,776 00000000025483ea81b59df22f398519140bf9c521f0deebfe7aed9836117ede 1 0.00/1.00 vMB 0
51,775 51,775 000000000059a0ea6d73ebfe3cb2a50a42e474e2dbaace60f49850bc214095c1 1 0.00/1.00 vMB 0
51,774 51,774 0000000010bf5cc4b671046ee757c39aa6cd39d53ddf97009b984c73442cc640 2 0.00/1.00 vMB 0
51,773 51,773 000000000d49d44e68fff3a8b9ee91fe8a5e94aeeb1e2013471f4112afc98082 4 0.00/1.00 vMB 0
51,772 51,772 00000000202b4233afefc6d4d392d630a308add5b0fc2a76fc16d0b8892ad0b3 1 0.00/1.00 vMB 0
51,771 51,771 00000000154f931334046ee0a1771803c293045dbc33c7e8690fdc2747adb0bc 1 0.00/1.00 vMB 0
51,770 51,770 00000000054131f178c216e1e718faec8619f28ba9c3172f9062a083e726fa1f 1 0.00/1.00 vMB 0
51,769 51,769 00000000037a9def421a898b5b6b14afcd7ada2899d7d7e73da506faa771423c 1 0.00/1.00 vMB 0
51,768 51,768 0000000008f3e306c9d9b241ded10af055c470d6ecbe7d2e8e46eae9ab6790ec 1 0.00/1.00 vMB 0
51,767 51,767 000000001a11669eeef9ecdafbe412585be7da1a1ebf6a55e9b7f0066210d86c 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.66 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: 627.05 GB
    • Received: 11.72 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.