Loading Tool

Explorer IconExplorer

Memory Pool

48,057 transactions
27.84 vMB
0.07667522 BTC
Random Selection Loading Transactions
Max Size: 147.72/200 MB

Candidate Block

Mining Attempt 19a3f04dd828f65a6bd86bd91e2d016dd756f7a182f4f6e51d435fde347a2a2b
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root ec6cd6ae695867f933317f7ace656a6e02da2c1006137f0783969452dbe1dc48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,770
Size: 1.00 vMB
Total Fees: 0.02241314 BTC
Feerates: 318.30 > 2.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (705,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,793 209,793 0000000000000244eeec96f72003a1fa098da826897ffd8524b54d9974707a8e 8 0.00/1.00 vMB 42
209,792 209,792 00000000000000101d24390071f228006637589867cda6c4eab58211db2c2e5a 257 0.11/1.00 vMB 226
209,791 209,791 00000000000003d4ecff138cc9fcfec37a27f2e7e1e49f7a46d62ac8e281683d 149 0.05/1.00 vMB 81
209,790 209,790 000000000000034952d2d838791ad013e43c4f2280beb7a742f21bf96e5cf64e 84 0.09/1.00 vMB 447
209,789 209,789 0000000000000342f1d199706edfc9c3bb385934a2d7f2f278b38a36d66de254 61 0.03/1.00 vMB 106
209,788 209,788 00000000000000fbb12bcd375a5d355af3c6ceccb8a563e13ab4cf647b2068a4 59 0.04/1.00 vMB 35
209,787 209,787 00000000000002f421b8895852158c0df8aaf2912dd38799655cbac5c79c4e81 100 0.05/1.00 vMB 75
209,786 209,786 00000000000003d5fe68a2dc3a705c0417cbef95a9d669d5daadd45a73c4cf5c 1 0.00/1.00 vMB 0
209,785 209,785 00000000000002b7382e89749848f1b39cdd97c61d20c4f205f91952fde933a4 92 0.05/1.00 vMB 126
209,784 209,784 00000000000004c85ce94664039890a489421866926de517825b35be25a0df1c 180 0.15/1.00 vMB 107
209,783 209,783 00000000000004aaebddb7668b2a4b352fddd3e88fc9a7cf1593c48e7dbf9a6e 490 0.20/1.00 vMB 200
209,782 209,782 00000000000003cefd51fa3aeaa5958896bbf5f33035936079e2dea55fca5bb5 184 0.06/1.00 vMB 99,355
209,781 209,781 000000000000000a7fa7050cab88c3dc8404369f61107231ddf9801a7f3bce06 107 0.05/1.00 vMB 42
209,780 209,780 00000000000000dc9e0717f332523c715ea36579a1f2e2073ba1b15bab893bd6 244 0.12/1.00 vMB 158
209,779 209,779 00000000000003ef94f8db163d438f5cf00d0cbd4144445ad1acab0af9ebf456 154 0.08/1.00 vMB 109
209,778 209,778 000000000000024bed2a81755537b612909037f0ef0af6db0b6c706869be2913 193 0.08/1.00 vMB 213
209,777 209,777 000000000000037fef54f4acddd7abd517a470445da0335a4f44159b17cc4e5c 193 0.23/1.00 vMB 181
209,776 209,776 00000000000001d7f0337f9796c205afd8cd6bbba53c1eacd2e0fde9123b413d 10 0.00/1.00 vMB 59
209,775 209,775 00000000000001dc10eb9468e5987a1cb9b624cef6a320e6c5216c9040ebb44c 194 0.08/1.00 vMB 160
209,774 209,774 000000000000019acc90cad0e2937bc0ab1895f910a853376c49389be0cce185 5 0.00/1.00 vMB 197
209,773 209,773 000000000000013d6658850532e4bdb3fe4a5cb8283f1f0f9f2be1be27a6262b 159 0.08/1.00 vMB 207
Previous 10 blocks ↓
Total Size: 782.20 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: 654.03 GB
    • Received: 14.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.