Loading Tool

Explorer IconExplorer

Memory Pool

40,036 transactions
25.69 vMB
0.05219989 BTC
Random Selection Loading Transactions
Max Size: 133.80/200 MB

Candidate Block

Mining Attempt 1f2e7197a6559da6f353868f7b7130b22024b625d671448da68ccc9be044c261
Version 20000000
Previous Block 00000000000000000000b5b2d45e6886bb0157eb70677ea9d4555802ee085a1f
Merkle Root a4409780a35e2a6717b8e3a9c52b45dbc1f6e6d4b87b955c83dafaae61af593f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,690
Size: 1.00 vMB
Total Fees: 0.00569166 BTC
Feerates: 75.74 > 0.57 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,732 (348,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
565,727 565,727 000000000000000000246d509bd5b8068093d2aac60f942b19f4c9cdf25fd0e1 1,411 0.81/1.00 vMB 20
565,726 565,726 0000000000000000002a2fb00dfc9cd938ef0145b1b4fd24aaafed346fd33d5d 1,992 0.82/1.00 vMB 10
565,725 565,725 0000000000000000001ca07d139041795e21bc14104084f18157d5f72f089918 1,660 1.00/1.00 vMB 25
565,724 565,724 000000000000000000235727d0b934c5103c0221c6a8468b97a47c9afc834662 2,393 1.00/1.00 vMB 32
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.