Loading Tool

Explorer IconExplorer

Memory Pool

81,890 transactions
30.16 vMB
0.16448552 BTC
Random Selection Loading Transactions
Max Size: 181.33/200 MB

Candidate Block

Mining Attempt 700e8d01cf87a9e84ef398e1c9b9802db7715d2a6aecfed7d0f083b0e3977d9d
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root bca4a92823a5c08b6e310e32310c6e668417c316c01d793f887770094a6b358f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,826
Size: 1.00 vMB
Total Fees: 0.06198730 BTC
Feerates: 1,002.91 > 6.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (180,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
734,594 734,594 00000000000000000007d28c1a28e32126ce989d1944c4eb03dd7e3323865462 2,233 1.00/1.00 vMB 11
734,593 734,593 00000000000000000008c0da051dc3314122f410a369a3e2489c6bde3d131d1b 3,239 1.00/1.00 vMB 19
734,592 734,592 000000000000000000062cfffbf2d97995a367b74b38147b64005116c4e68936 2,340 1.00/1.00 vMB 13
734,591 734,591 00000000000000000005515eeed2d934a4aa4acba423434d518584d506303907 2,294 1.00/1.00 vMB 9
734,590 734,590 000000000000000000028e14ed3f940df5d6eabe6da6b209d9ad1a3286087554 2,692 1.00/1.00 vMB 17
734,589 734,589 000000000000000000088b0c2258c7fe1530e08103bde36e6fb60d219d9b663a 2,426 1.00/1.00 vMB 5
734,588 734,588 000000000000000000054bf5055c1ccf3a1df8fc7d31e798b5d4e02b30c500c0 2,838 1.00/1.00 vMB 6
734,587 734,587 000000000000000000018244b58c0f14d3c62330b8df85b436d9acfd41ffc1a2 3,057 1.00/1.00 vMB 12
734,586 734,586 00000000000000000006ab7e5f37220f28ca6212efd39b6f55ff6e76afe796a9 3,032 1.00/1.00 vMB 23
734,585 734,585 00000000000000000001c5ebc98f92d40486d72c1e5a489c61aa79615df25bc3 2,837 1.00/1.00 vMB 20
734,584 734,584 0000000000000000000381cf564720f466d4bf22418e07ccb5f16c3a11cd5463 2,742 1.00/1.00 vMB 8
734,583 734,583 00000000000000000000af10ca0135c66ce6888ab1e5bd252fb825a272780b5d 1,961 1.00/1.00 vMB 18
734,582 734,582 000000000000000000071ac72fbc8d723c4d7854689cd4e92935d063a3a7538d 3,055 1.00/1.00 vMB 19
734,581 734,581 00000000000000000003db47184d68cfabf456a44700560e9f4946dbdea10e34 1,825 1.00/1.00 vMB 3
734,580 734,580 0000000000000000000309ff63e5ea1eefda0d83691026745894a82b17cde626 2,057 1.00/1.00 vMB 5
734,579 734,579 00000000000000000008f221a649fe54cd8ca8809ffc3ebdcf9d617911d83395 2,426 1.00/1.00 vMB 12
734,578 734,578 00000000000000000003f6590f573243fad93b9389da80a3bfa984b4b264376c 3,158 1.00/1.00 vMB 14
734,577 734,577 00000000000000000004d1d28c65d8f93b49b3e460aca0bbb6febfd5a9a51bda 977 0.87/1.00 vMB 3
734,576 734,576 00000000000000000005875a86e9c3c389ece7dd67f7876aded49f4678150e03 2,882 1.00/1.00 vMB 3
734,575 734,575 0000000000000000000003e0282de42e33db73dda471718399ce5d8c26ef4737 3,016 1.00/1.00 vMB 6
734,574 734,574 000000000000000000049d087b0714b013e69216b13577e3fb71bf024dafb78f 2,199 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.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: 714.48 GB
    • Received: 17.55 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.