Loading Tool

Explorer IconExplorer

Memory Pool

78,455 transactions
28.94 vMB
0.07120812 BTC
Random Selection Loading Transactions
Max Size: 175.55/200 MB

Candidate Block

Mining Attempt cb355de1ad80b299069ea020555909e88a03858874c5447cfecadfbabfc6488a
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root d622f6a1bdc056ea76e1343de713b113f168af88d5e18cf167687900d5676c00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.01100305 BTC
Feerates: 73.20 > 1.10 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (611,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
303,788 303,788 00000000000000003a031d1f8c80062190e3c9e32f08fb9e31fe225f40fe73ea 753 0.34/1.00 vMB 34
303,787 303,787 000000000000000016fe53d4959b7a8839a56addb9e4a383f33027adbdfb072a 69 0.12/1.00 vMB 11
303,786 303,786 00000000000000000dbb3641a4f07f2bf8fcd8df000e75d45077ff499dea552c 494 0.35/1.00 vMB 25
303,785 303,785 00000000000000004ae51af1a6a8087cd5cbaccf7fcbf891a40e856e9accef83 181 0.08/1.00 vMB 30
303,784 303,784 000000000000000033ae00eb6961ae57465f41728550e5ec358c2bed32768646 530 0.30/1.00 vMB 34
303,783 303,783 000000000000000063be697bdeaa662587226ca7648aeed64a324d7cef936ccd 146 0.10/1.00 vMB 24
303,782 303,782 00000000000000002000f549c254e5c425959e3f2e6a6c338ef561a02b7fb485 199 0.11/1.00 vMB 31
303,781 303,781 00000000000000003dfee5cb0c662d30b1effc2ee605c48e688838d507e00430 69 0.06/1.00 vMB 25
303,780 303,780 00000000000000001bcc80ca34aaa068c51062d5c8273f5c88cc896392f80b8c 116 0.11/1.00 vMB 26
303,779 303,779 00000000000000002423252c2ef332519a39cea24378774a3fe91803f6d66411 106 0.06/1.00 vMB 42
303,778 303,778 000000000000000004c201fcb14e9a867f63fb83a41bf806463cfbb235ca7a66 286 0.38/1.00 vMB 18
303,777 303,777 000000000000000000c7f11da8abf57fe99492fdde621a3a456bf34cf774dbb3 456 0.27/1.00 vMB 32
303,776 303,776 000000000000000044e3ae06a30b68aecd0f22d1e437ead6047adfa57db5c2a4 121 0.07/1.00 vMB 28
303,775 303,775 00000000000000003760c930094a602d6925a77baa3769dea2df3979d6fc860e 464 0.24/1.00 vMB 35
303,774 303,774 000000000000000014177730cfda6aaaeab35dedede97c6ce81f3aed8e81aae4 233 0.13/1.00 vMB 25
303,773 303,773 000000000000000039a2f249c4eb750f7d9017f02a92a9f131063a4b132b3015 1,309 0.78/1.00 vMB 31
303,772 303,772 00000000000000004672c93a9821862940bb0dc44cfa18a27ab61c7a9e0399b1 33 0.19/1.00 vMB 11
303,771 303,771 000000000000000024d5b0275fecb2fd375a9fb066a50fb12d03311520831749 111 0.06/1.00 vMB 32
303,770 303,770 0000000000000000621c01a6f4054930e308a4bd2f465255318e7be138873776 422 0.24/1.00 vMB 30
303,769 303,769 000000000000000042200d9eae49d7b4cf3cf7c521696fb6df944e9db9904258 192 0.11/1.00 vMB 28
303,768 303,768 000000000000000046e51d5dfeab9d85b9e151c328e23ef309c20c1eab4b29cc 75 0.05/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.58 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.25 GB
    • Received: 15.89 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.