Loading Tool

Explorer IconExplorer

Memory Pool

40,744 transactions
26.50 vMB
0.06340175 BTC
Random Selection Loading Transactions
Max Size: 138.26/200 MB

Candidate Block

Mining Attempt 1702d98ee98eeea044579fe4c2c98c2b3bfabf49b4b8cb02229a6ba637f9ace7
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root 5391c7b7ec094bbd57f636384f579b3de572c2e9554ecfd28458eb924b3a2b25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,194
Size: 1.00 vMB
Total Fees: 0.01450724 BTC
Feerates: 92.86 > 1.45 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (561,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
353,564 353,564 0000000000000000018345ee904e2f337057d989a89daa6426ac07882ceb77ea 569 0.27/1.00 vMB 26
353,563 353,563 000000000000000013ba95f4c9af2dfb2049663c4c94838a17a84a4c20bef633 646 0.28/1.00 vMB 30
353,562 353,562 0000000000000000126aa9408ee6e9d664b2a6869454190816c49e83be5147d0 150 0.10/1.00 vMB 19
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
Previous 10 blocks ↓
Total Size: 782.27 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: 656.40 GB
    • Received: 14.38 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.