Loading Tool

Explorer IconExplorer

Memory Pool

28,534 transactions
7.61 vMB
0.15887963 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.95/200 MB

Candidate Block

Mining Attempt f6eee7ca17ff71011235a50f171cc9635a8a692d66c284b74e30cb820e1eb7af
Version 20000000
Previous Block 000000000000000000016a5bd19712b819d2def2308e70253bc0106e976f4a21
Merkle Root 10fa113f55491838e0c086d6a810c4904f626426eaa67efad08f9c2fe75d537a
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,270
Size: 1.00 vMB
Total Fees: 0.12577579 BTC
Avg Feerate: 3.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,010 (696,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
216,764 216,764 000000000000026d80eb324189eb502adb66b451f4ab138e60f31b634c019547 0.25 MB 790 246
216,763 216,763 00000000000004d9ee5cd9b6b387f3135e2e66235bf0d9c6f3762a9276790a35 0.06 MB 143 165
216,762 216,762 00000000000000c51df4099b2f43500a3b4c43115193719405f7b06b38276cd2 0.19 MB 378 156
216,761 216,761 00000000000001dc68853182ad8a5caa678c1562d1a0cc786db4f4b8ae21ada6 0.05 MB 94 154
216,760 216,760 0000000000000511d74dc7efe5a831dee6df817bd7de3fd6989113231c29d1f2 0.25 MB 664 210
216,759 216,759 00000000000001b765eb47ab828b7b7dfc173632467e50e5a280541aebb767ab 0.24 MB 312 111
216,758 216,758 00000000000001f0ff328879797bfac483a7160670073b3017106e367862712f 0.20 MB 606 216
216,757 216,757 000000000000034e3e3e1de170566d3bf91061fb8065b663531c92f501f79951 0.21 MB 512 179
216,756 216,756 00000000000001f7b700b2f242af6980cc7a21634094e3e388c168f800986998 0.05 MB 130 170
216,755 216,755 000000000000028be32e1a3bc05972966a029f2643680f4a45464525cdb89e58 0.25 MB 741 295
216,754 216,754 000000000000013aa3e4a049789d7e1df1d7ec6138ccba3918bf2c2f74182fbe 0.15 MB 283 109
216,753 216,753 00000000000004f3809b9146d81889622fa61195c1f454fb0e3ef560df85af13 0.25 MB 443 104
216,752 216,752 00000000000002b08752823b6014a5d26751b4a781e4d250c0d92fa838b74f58 0.27 MB 503 153
216,751 216,751 000000000000011aa52a2683427753452d38d9f9b99042c08342a6cc6cd2b45a 0.25 MB 653 206
216,750 216,750 00000000000002eead600afabdd34d608d4cfffbe9b39406525504b0a93318ae 0.02 MB 46 116
216,749 216,749 00000000000001c4bda928ee35cd61a9f72e83d6b98bb181d140fad586767674 0.23 MB 551 192
216,748 216,748 0000000000000021c32ce81a751fb9aed6380fd812390be3e7e9bb53a2fd6ae6 0.12 MB 231 85
216,747 216,747 00000000000002e28c1befc09a5b5934e400b1b3591d24e9eb8455f119c84d72 0.07 MB 176 167
216,746 216,746 000000000000012db0ab2afc653e7aa1a3c44cc3ae2f2bba45ac46b249c1985c 0.23 MB 567 190
216,745 216,745 00000000000000e025460a841979588d2aff771eee3abcec7f5b76107b02f3b7 0.14 MB 318 208
216,744 216,744 00000000000004507b527614176690220c9a6764d02a8f49ec55060be8717c56 0.24 MB 434 132
Previous 10 blocks ↓
Total Size: 778.86 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: 391.49 GB
    • Received: 3.52 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.