Loading Tool

Explorer IconExplorer

Memory Pool

82,565 transactions
32.37 vMB
0.07103695 BTC
Random Selection Loading Transactions
Max Size: 191.54/200 MB

Candidate Block

Mining Attempt 168a2ae854a5fa9b9038d5480455356e9d407783670e20eca35cd01ed9900a6a
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root a23b39e20107756d8ca3811489cc7ea89b5043fc21b52ce1436908a8687641b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,149
Size: 1.00 vMB
Total Fees: 0.00713204 BTC
Feerates: 203.60 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (561,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
353,561 353,561 00000000000000000db4dafc693e9928aa60d4967198a055535a9f23d0248882 314 0.14/1.00 vMB 36
353,560 353,560 0000000000000000085efe3b77929dfd8c99a2ca26e5c1f057ead87cf8b7fddc 37 0.05/1.00 vMB 6
353,559 353,559 000000000000000015a4c9520c3dedc5a00c9dfc98d5c0c7962a84b56b98244f 249 0.13/1.00 vMB 25
353,558 353,558 000000000000000005f22f6bdd1c77f382dcaad71dfb7737c4e2047738da13f1 346 0.17/1.00 vMB 28
353,557 353,557 00000000000000000dc93dffef4e82a8bd7b8d48e91ff394a539163f53efaffd 102 0.06/1.00 vMB 21
353,556 353,556 0000000000000000088040590e9d3d9fedb4fa167d2f2bfe76bed3fd702b74ea 1,216 0.69/1.00 vMB 25
353,555 353,555 000000000000000000076a44be632c05cb289b3b4c746e4c2705ec61cd41ae37 137 0.10/1.00 vMB 16
353,554 353,554 0000000000000000014e27019457f03cafc07878fc1edfaa549dd60215d0d94d 54 0.03/1.00 vMB 26
353,553 353,553 000000000000000001a9ed4249a8abe2f72afd371097cf5141f2a081fcbe6375 187 0.12/1.00 vMB 16
353,552 353,552 00000000000000000e4eee6fe5fc1c130be38d57761b54de7a04792cf2b1a035 1,440 0.68/1.00 vMB 26
353,551 353,551 000000000000000011b2f6ee169e56ecf98a10e7f5d2d54b2d246953afa71e50 62 0.06/1.00 vMB 6
353,550 353,550 00000000000000000f72a4e9690ad9d8473a19ca7845bfabc20c8e7bd71a530c 288 0.18/1.00 vMB 14
353,549 353,549 00000000000000000024ed4f220bf8c8a550c6d53cf7e1170d7857e16e6ba1d6 1,761 0.88/1.00 vMB 29
353,548 353,548 00000000000000000b3000aece76230cf4fae7e4aa255dbd74b5431b741af6b1 1,383 0.73/1.00 vMB 22
353,547 353,547 000000000000000004be9cdd8f2c7731b3ca95efd08312ab7702c7f49f63b8d2 1,959 1.00/1.00 vMB 27
353,546 353,546 0000000000000000077fb6ea1d8e2e94c9f0d345f9cd8ced0c6a5fa10c1ff815 512 0.16/1.00 vMB 37
353,545 353,545 000000000000000004f8b8cc161ea872f04cdeb64aabea61f2fab409a16f8aa8 615 0.41/1.00 vMB 25
353,544 353,544 00000000000000000dd5a360e4fed641b04d1485119bcbf15982b361d8ae6032 1,024 0.38/1.00 vMB 34
353,543 353,543 00000000000000000f43e6dc9a05b1f0f68ea72dc51f9ea34241bdfbccc82e30 2,105 1.00/1.00 vMB 24
353,542 353,542 00000000000000000d3d9a0e51b4066ba7fc2f3bf1499c578e209bf711167659 981 0.75/1.00 vMB 23
353,541 353,541 0000000000000000159795a9a496b72c80c3f213d246ede5250b01de21d7d69c 2,506 0.90/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.29 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: 657.23 GB
    • Received: 14.50 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.