Loading Tool

Explorer IconExplorer

Memory Pool

40,581 transactions
25.78 vMB
0.05286061 BTC
Random Selection Loading Transactions
Max Size: 134.50/200 MB

Candidate Block

Mining Attempt 95b90bce1433d487b122b0ccb44169b3527be5d1a8cb60a454c4a4b35768b6e3
Version 20000000
Previous Block 00000000000000000000b5b2d45e6886bb0157eb70677ea9d4555802ee085a1f
Merkle Root 09ffbf96b69cbaa9324334502db15e137c3d9edb70800973cc1f55b696432fd4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,630
Size: 1.00 vMB
Total Fees: 0.00616529 BTC
Feerates: 75.74 > 0.62 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,732 (348,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,748 565,748 0000000000000000001018cef4df851e6b2894b7e4c324a82030bd9ccff64852 1 0.00/1.00 vMB 0
565,747 565,747 0000000000000000002161aa3ca8e57a42b160803f27ba1b0e3c3c916e257d2d 2,740 1.00/1.00 vMB 36
565,746 565,746 0000000000000000000a1329d8f4cec80c174d648dbd1f2835a5a3f2729a5337 2,525 1.00/1.00 vMB 25
565,745 565,745 0000000000000000000f3d239cf82154a74e5093f2e460eb3c115b7dd379cdb7 169 0.06/1.00 vMB 32
565,744 565,744 00000000000000000012adfac07f1b8e82b67fd3353a529ee759354b57087f69 713 0.31/1.00 vMB 20
565,743 565,743 00000000000000000013fb64c673b194153830193c7d8950a186daf42803d93e 443 0.19/1.00 vMB 19
565,742 565,742 0000000000000000002c3c37f7fc9fff738ab48b1702c912b12c00e31043ce38 752 0.36/1.00 vMB 25
565,741 565,741 000000000000000000063ae861fbcf8885b7da48d1fdf93c3441f387e61ceb04 233 0.81/1.00 vMB 2
565,740 565,740 000000000000000000287b52b8970b4a45ad6b625c9ce621a404b95059cf6667 2,061 1.00/1.00 vMB 12
565,739 565,739 000000000000000000252eefd81528309f2b6b28f8630509a51d268e60818278 2,154 1.00/1.00 vMB 22
565,738 565,738 00000000000000000015f34fd213f2a83fdcb81bf8d8a2348fc6dc1ae0f0e1a1 2,244 1.00/1.00 vMB 21
565,737 565,737 0000000000000000000547fc37d463cb3704ecaed27ea43e31b651d2dfe20378 2,963 1.00/1.00 vMB 37
565,736 565,736 0000000000000000002c1bb4c4df82eb87ab66691b9b467dd89b60db939b6243 1,069 0.40/1.00 vMB 24
565,735 565,735 000000000000000000164ee86ef11cd18639f7bd42d8230648a3346a7024599c 1,104 0.44/1.00 vMB 26
565,734 565,734 000000000000000000264f1d1573bf6f18444ef34be1487ae5ab35bb5861e2c6 532 0.19/1.00 vMB 24
565,733 565,733 0000000000000000002693f7821f8c5131af497738bdda7b9505146e72cbcbe2 1,195 0.54/1.00 vMB 26
565,732 565,732 00000000000000000018c56b0cac63d10b7ab0379294256d5b0e920469f726f9 1,710 0.65/1.00 vMB 22
565,731 565,731 000000000000000000288c75da833b98cff1379683b91b1de7a62c65b56c1b1c 2,009 0.82/1.00 vMB 22
565,730 565,730 0000000000000000000cb248707e4d07bb7d996f12e9d78e1e666c5ee4d166a0 1,818 0.92/1.00 vMB 14
565,729 565,729 00000000000000000011f95cb2f820e909e019bf98fbbba6967d08ecdbac3fde 2,185 1.00/1.00 vMB 14
565,728 565,728 0000000000000000001469d3a43e8302f24adaeb32c9f861a1d76e5368e74aeb 2,754 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 646.02 GB
    • Received: 12.80 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.