Loading Tool

Explorer IconExplorer

Memory Pool

78,376 transactions
29.41 vMB
0.08075321 BTC
Random Selection Loading Transactions
Max Size: 180.09/200 MB

Candidate Block

Mining Attempt 6a173581f164c456790a29a193c312ebc74985d8bee7e6919e037a82b67c8240
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root 2def49073e72f7a593869b4b7af7189dcff7b4220ed37e1405ef389c09d15240
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,081
Size: 1.00 vMB
Total Fees: 0.01613701 BTC
Feerates: 94.79 > 1.62 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (454,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,736 460,736 00000000000000000170b3ab0ff5ca9b9ef0e1c6f12763edfbd3b3efe8289066 1,551 1.00/1.00 vMB 97
460,735 460,735 0000000000000000000309b2407e613f64dce165bab8a912d438d2012c35b073 1,429 1.00/1.00 vMB 129
460,734 460,734 000000000000000000b23523a5ae7c472727d2531967f7ba52c91f07b05fd333 2,216 1.00/1.00 vMB 114
460,733 460,733 0000000000000000018a3716f08cd0b07c9c8b8f1dbf39620db2ed10c9025d9c 1,745 1.00/1.00 vMB 131
460,732 460,732 0000000000000000008f7a96b1063830190f762fbf4a9fbfae4032c6a0d78d63 2,560 1.00/1.00 vMB 206
460,731 460,731 0000000000000000003febf5eae7fbac8efe0c88f9e9fee6a3361590c25aa767 2,098 1.00/1.00 vMB 152
460,730 460,730 00000000000000000054bec13228199dd727c8252f2f3038acf2d01dcffae101 1,465 1.00/1.00 vMB 129
460,729 460,729 0000000000000000018be6cb38fc834d74f74da421b375ce8fbe715290099677 2,150 1.00/1.00 vMB 135
460,728 460,728 00000000000000000126ee004e7154d204056ef73160c3be1815950ab7098b65 1,456 1.00/1.00 vMB 98
460,727 460,727 000000000000000000b4640a5d46aed9776de35fb09af1de1b7abc47376fb1f3 2,131 1.00/1.00 vMB 165
460,726 460,726 0000000000000000021597addd66dfadc48cfaeec7a607ba495a3bcafaffebbe 1,559 1.00/1.00 vMB 67
460,725 460,725 0000000000000000014d9b7ae29b4eb94ea7ead77a881eee696e03aeb2ac4264 2,142 1.00/1.00 vMB 123
460,724 460,724 000000000000000000ed9fe0462a847809766424a50c2474fdd1a213c7e3fc69 3,286 1.00/1.00 vMB 124
460,723 460,723 00000000000000000051e3158b314e1b4eef82e80492223cdd8f832839a2c30e 2,639 1.00/1.00 vMB 135
460,722 460,722 00000000000000000137e11fed4b03a5bda7aa6b0ebaea604ea892974e96fee1 2,151 1.00/1.00 vMB 142
460,721 460,721 000000000000000000effaf4bd66dd9af6bc7f4c7b96a44d0910a7624bf6f4a3 2,542 1.00/1.00 vMB 176
460,720 460,720 000000000000000001f4ae9a2269616a483612d936df561e8513c377fcd1dfc7 2,225 1.00/1.00 vMB 160
460,719 460,719 0000000000000000004a7c02cacccc16e5781561fc53b54cdacc14b2b288c8a7 2,904 1.00/1.00 vMB 216
460,718 460,718 0000000000000000018bbb7f69e9b1de2526418a71685de248ff4559a38b010f 1,786 0.99/1.00 vMB 172
460,717 460,717 000000000000000001dcc941665e12c04eeef6d0ffd20af1771df5b3dd80155c 2,779 1.00/1.00 vMB 139
460,716 460,716 00000000000000000007a773f497322547a5daff3dc7cd9201a5bd6f471ef5a6 1,297 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 782.80 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: 710.13 GB
    • Received: 17.03 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.