Loading Tool

Explorer IconExplorer

Memory Pool

83,621 transactions
22.70 vMB
0.07716160 BTC
Random Selection Loading Transactions
Max Size: 151.51/200 MB

Candidate Block

Mining Attempt e9336d4e228ae47b7aab1a25b76c2c23685943759b0e67ffe03b47ffef8b3925
Version 20000000
Previous Block 0000000000000000000120693bf68f2e869acdd850ea53b45f3ca70d619389bc
Merkle Root e8aab1d4c16ce2d34bbdca2187ca076bd9fa46312a39076d62527bb288d3c5f6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,002
Size: 1.00 vMB
Total Fees: 0.02128936 BTC
Feerates: 117.48 > 2.13 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,172 (820,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,789 95,789 000000000006e032b3ed77456b44f22fb45eeb834a8c0217da1d8c0d60771dbf 7 0.00/1.00 vMB 0
95,788 95,788 000000000007f5f271a1885b6c43e70a7846fe282efbe802c7f79474b92dbc9f 2 0.00/1.00 vMB 0
95,787 95,787 000000000004b71f7842ea991eb64d6f8c18a908400d08a0d99c25cdfc835bf9 2 0.00/1.00 vMB 0
95,786 95,786 000000000005894b3215f152757e67de58160f66d80ed26fa83f2f5d400b3e1d 1 0.00/1.00 vMB 0
95,785 95,785 0000000000025590135a5fc3790600c31f2c7d6d0e0613d9ab93aa47a697874f 1 0.00/1.00 vMB 0
95,784 95,784 0000000000064c9dd00850c045ffb2a523dc83eea8d6a0e068d7e2353e8e6b1a 3 0.00/1.00 vMB 0
95,783 95,783 0000000000060af4a0e294b5f240af940af41b1d6144603308205f4cc9026c9f 6 0.00/1.00 vMB 0
95,782 95,782 000000000006172c66ef6aa27157cfae1dc782463da1e80f5d46a16de00f45cf 5 0.00/1.00 vMB 0
95,781 95,781 000000000003d91cbb33770dacb5fc55293c4698669571d80eb22ebdd580b82d 5 0.01/1.00 vMB 0
95,780 95,780 00000000000375786dbc6f2033ebe6d0f99f58b9b7e4f20eee52c42f4ce70774 3 0.00/1.00 vMB 0
95,779 95,779 000000000005ed72db6884b6b1b0b7cf12ff70b0015cb301a0496e08b94678a8 1 0.00/1.00 vMB 0
95,778 95,778 000000000001393a8a68142844f1a19ecb60776bc7ae7fe8de2b2888c4bff549 1 0.00/1.00 vMB 0
95,777 95,777 00000000000186750e33b1c388d17c7d210387e0f8a1d060cc5bb9c31532078b 2 0.00/1.00 vMB 0
95,776 95,776 0000000000064de0323ed58f8316373dbef0fc8e014f59f79f85bab36541e200 4 0.00/1.00 vMB 0
95,775 95,775 0000000000077e50a86bd27d6a94bf93e7eefd977765581db06d0bd92380c789 6 0.00/1.00 vMB 0
95,774 95,774 000000000001a366531f6b97fe9be96dbb3461186f7765731ab4c3e0e975e7e7 2 0.00/1.00 vMB 0
95,773 95,773 0000000000054bba8eb9635114d30934b148bc0e678bac203596ecda42892b03 4 0.00/1.00 vMB 0
95,772 95,772 00000000000465076ba9a467fa1c234bcbdbf7e46812b73bde10ce3c78c5c42d 2 0.00/1.00 vMB 0
95,771 95,771 000000000005a771ea49c14cd2c043e4c66c080a4e553ee8c93992c7aa4cf7c5 4 0.00/1.00 vMB 0
95,770 95,770 0000000000078ac9469ac97241fcd1b181f14831993533ea6c6f7964ada6faef 1 0.00/1.00 vMB 0
95,769 95,769 000000000002e9a2f3e9cfb8e5c8bbacf66b20ca2bbe63faf28d30ea87c3d8ea 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.41 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: 821.32 GB
    • Received: 24.70 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.