Loading Tool

Explorer IconExplorer

Memory Pool

29,116 transactions
25.31 vMB
0.09273398 BTC
Random Selection Loading Transactions
Max Size: 124.11/200 MB

Candidate Block

Mining Attempt c722d7ab8a34db67a8dbbf57ad989395cf1b4d4f858ea52f865889d29e40dfeb
Version 20000000
Previous Block 000000000000000000009631f1be255c2bb5393ac4ea2d2bb7088038b0e50ab1
Merkle Root 0beb012d168a9724a978ad5aa11baa593f46717441ab951a5b1a418f6888158a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,809
Size: 1.00 vMB
Total Fees: 0.04626425 BTC
Feerates: 181.27 > 4.64 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,184 (911,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,758 2,758 00000000be2b84cab11eb5ec4eaa6f9bd3422327614efe164d4a6b7712511547 1 0.00/1.00 vMB 0
2,757 2,757 0000000035bb26acf342953e920830edf91dd193d7e86a4f109652b2d88faed4 1 0.00/1.00 vMB 0
2,756 2,756 0000000073d85338386a00cc94c1d31bc6d91deee32a8cccf188df1b9169ebb0 1 0.00/1.00 vMB 0
2,755 2,755 000000008eb86d88a72e0e739441ec911a31d7e29676fc500ad950e1b16f42e5 1 0.00/1.00 vMB 0
2,754 2,754 000000007f6c94c3ad601c4095a9a29abd8fa987972652972079b721b949ba80 2 0.00/1.00 vMB 0
2,753 2,753 000000001d307c7681bfc13da72ceb92f7bcce29e956261eafa18210d558aca1 1 0.00/1.00 vMB 0
2,752 2,752 000000002714afd459070dc0fe4073c60482e4bacca2a4c6c801447c367726f7 1 0.00/1.00 vMB 0
2,751 2,751 000000000c6232610bb9d7514e3ae66257d140f15983b472418e804014a4c514 1 0.00/1.00 vMB 0
2,750 2,750 00000000f8758cf9b66dfb602fa55fc99a0abf83eac31243bcb7111094934005 1 0.00/1.00 vMB 0
2,749 2,749 000000001b001692070ab82419545619de22eacf258fa887c01a2128dc1b4488 1 0.00/1.00 vMB 0
2,748 2,748 0000000036a77609c60d9c4e1f039eed4dd26fcb8aea5238f1cc8339aa1b5cd3 1 0.00/1.00 vMB 0
2,747 2,747 000000000b206d7d6e00babbc7faed71377c382d681d3fbb32cdd58d33257937 1 0.00/1.00 vMB 0
2,746 2,746 00000000e2c4a4e9a491e5e82bc4284f9a28db4abe1c8109f952b9e25747dfb4 1 0.00/1.00 vMB 0
2,745 2,745 000000003a8935612caceaa7181d1c4a66f09cd8745573611d2fbadd43f25033 1 0.00/1.00 vMB 0
2,744 2,744 00000000159eb744e992115bfe47a11714ca04643037989d9da3c9579afb41cb 1 0.00/1.00 vMB 0
2,743 2,743 00000000e59d1527958c8d5a025a57033858af2edde3edc3be315e1ff072cf0a 1 0.00/1.00 vMB 0
2,742 2,742 00000000970d5d17eeaeef63e578db11b0fe0f2002c0050a6fe5d5bea1530de1 1 0.00/1.00 vMB 0
2,741 2,741 00000000f7036ccdafcc809f415753cd0df2161c71cd3c12157f4fed1a4f9b00 1 0.00/1.00 vMB 0
2,740 2,740 00000000cff5728ada1a3d63a7793cdc3d3509e4123151e0d3227845cbe64e49 1 0.00/1.00 vMB 0
2,739 2,739 0000000040e7ce608d0332e893a0168ca2bad8d71c2ed33718389b63d2b9b43d 1 0.00/1.00 vMB 0
2,738 2,738 000000006e92cb9f163c7f9eaf338207c25b3682b410a7352a1c140521a029d4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.92 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: 572.31 GB
    • Received: 7.89 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.