Loading Tool

Explorer IconExplorer

Memory Pool

78,109 transactions
29.22 vMB
0.08506067 BTC
Random Selection Loading Transactions
Max Size: 176.56/200 MB

Candidate Block

Mining Attempt ea90f6aa719900f5ef657b84c769f669225bba76920fabf9aacd973411e4d437
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 3f3b728d0d587dec4bda7f406a6f11f86039a10335fe57df5c016d10091c747d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,757
Size: 1.00 vMB
Total Fees: 0.02387454 BTC
Feerates: 302.06 > 2.39 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (435,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,899 479,899 0000000000000000001bb7583189e7b2cc56cca9f23af1b884971e148fc981a1 1,703 1.00/1.00 vMB 101
479,898 479,898 000000000000000000c7d9647f5f1f0eb2f3edd331de91aec6bb7a3b91a7bc90 1,166 1.00/1.00 vMB 100
479,897 479,897 0000000000000000010d2a01b97e200769bb8916ec65403a78c938064841205d 1,667 1.00/1.00 vMB 98
479,896 479,896 000000000000000000a50a667fc8f018fe1e5566bd85712162305f48e4ee6f7a 1,979 1.00/1.00 vMB 108
479,895 479,895 000000000000000000d62c9fb98e49c7dc2e796afac66a3081fb48bc7703141b 1,707 1.00/1.00 vMB 105
479,894 479,894 000000000000000000c3ba2176cd72b6b4e0c63f6701d86e436b57e433085f94 1,898 1.00/1.00 vMB 135
479,893 479,893 0000000000000000008b6fe18c39f472f3b81ee7a3044a5c23ff7af572c950d9 2,488 1.00/1.00 vMB 172
479,892 479,892 00000000000000000059accd2543bd5c2584731494449c4b6ac1759077b3b407 1,741 1.00/1.00 vMB 99
479,891 479,891 000000000000000000e97a1f7c3329c43373c91fb64908ea631b04cf7dee11c3 1,694 1.00/1.00 vMB 122
479,890 479,890 0000000000000000001dd5dd3a8f89fa20c6492f40e4bad7c6b10d5ba938281a 1,635 1.00/1.00 vMB 118
479,889 479,889 00000000000000000050dd3b9254136e8e7b257d10dd428b74734a13fbfca1a8 1,460 1.00/1.00 vMB 106
479,888 479,888 000000000000000000e0210ee31412bab5ee7b8c6aef801976960638b165657c 2,334 1.00/1.00 vMB 146
479,887 479,887 00000000000000000115295b26ca7c61e0259d467780527bc1231c3ed471a52a 2,008 1.00/1.00 vMB 127
479,886 479,886 000000000000000000bb674687fdc66188c346b40cec305ecfe7fad34e3f10d1 2,122 1.00/1.00 vMB 161
479,885 479,885 000000000000000000bf4c79e72d7e724c9b5450487191197af03070257a85f7 1,920 1.00/1.00 vMB 152
479,884 479,884 000000000000000001221048d2772100a70d175b5dfc2ca5213f072ba0ef1b1c 2,257 1.00/1.00 vMB 128
479,883 479,883 0000000000000000008c1952e6dd554f0aaed37c211c41253b087b7d9cfe8943 1,929 1.00/1.00 vMB 128
479,882 479,882 000000000000000000c45bc720afed5c315118f745800a888bcf594639f6b5f2 1,920 1.00/1.00 vMB 131
479,881 479,881 00000000000000000124ab62ef5bbfe4d193e4597f6a8f0f71d2c06457bd6056 1,150 0.44/1.00 vMB 128
479,880 479,880 000000000000000000e417958325f4460e4677aa5adeeee9d43e53e5d5a32882 2,440 1.00/1.00 vMB 170
479,879 479,879 000000000000000000df0aca33dd3fbb83a0121f49040b821e403df1783d2282 2,124 1.00/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.09 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.