Loading Tool

Explorer IconExplorer

Memory Pool

65,519 transactions
36.20 vMB
0.10754085 BTC
Random Selection Loading Transactions
Max Size: 193.60/200 MB

Candidate Block

Mining Attempt b9cf3225d63dd5d3843fe8c1b9493bf11755d73d2473601801040ae6cbad1aa3
Version 20000000
Previous Block 000000000000000000018eb5aa3d4a22f845fc40e3951e74631990c6eb927a84
Merkle Root ca2e6975dba55692ef7387b982249ad5cba2ff2a02779947121b08da6ce755d9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,631
Size: 1.00 vMB
Total Fees: 0.02515884 BTC
Feerates: 71.45 > 2.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,405 (906,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
7,784 7,784 00000000c1baf11356d8cd4e582a549e28120aaa05fcdc4046ad2240e14b5040 1 0.00/1.00 vMB 0
7,783 7,783 000000000357e2b033c9e9bac5ea4fcafed732f89da87ad837738ad61f6a5c38 1 0.00/1.00 vMB 0
7,782 7,782 000000002b2f5f9fad5dd5242e028305482b2afef1ab84f113e5f2e53717dc32 1 0.00/1.00 vMB 0
7,781 7,781 0000000051123fc90ab6e36edce52fe309924cdcd5160313d82d00536c868ef3 1 0.00/1.00 vMB 0
7,780 7,780 00000000caacc22c3c30c5bfc48fe04cbc922d8240a2b766a19cedead68486fc 1 0.00/1.00 vMB 0
7,779 7,779 000000007b85b403757304d6172bfd9de5024cf8705ca0c39dc78f50b228f2cb 1 0.00/1.00 vMB 0
7,778 7,778 0000000074b3e5c7c97e10be14edc49589e469eef0c3109e5f5a6041383ba409 1 0.00/1.00 vMB 0
7,777 7,777 000000005785d33c4ebe225528532e2fe7d1f545f01b486f16261afa3359ba8f 1 0.00/1.00 vMB 0
7,776 7,776 00000000b1b9a989dbf3e63e0232ed2114453d9b708c4de71008386850d72f97 1 0.00/1.00 vMB 0
7,775 7,775 000000009d3beae0d6cd970b1dd8a183f7d7797ffea706365c6b300ef4aa72d2 1 0.00/1.00 vMB 0
7,774 7,774 000000006f5a830dc955c5d3587088a19238fce26169d3c7309c4c7a64b03324 1 0.00/1.00 vMB 0
7,773 7,773 000000009d58fcec66383826c8ecfe88508c1a03d7e4f8f8bdc4bc06a553ed5c 1 0.00/1.00 vMB 0
7,772 7,772 00000000eec7489e37434253d87f78af46c0aff353e1495a92ea414497161500 1 0.00/1.00 vMB 0
7,771 7,771 00000000f7e3f660f4169fc14fc53f9b848d8c091cc7a573cbfd8dec6dd04ee3 1 0.00/1.00 vMB 0
7,770 7,770 00000000d0f016b5d0f7a74996da46b26b60bcb44b51f351674c5bd1db05f3e1 1 0.00/1.00 vMB 0
7,769 7,769 00000000fc27aac347a23ba321aef720fd9854643cc11c69c0b9dff716f7b718 1 0.00/1.00 vMB 0
7,768 7,768 00000000fb8adbbfaa3e850103654ef1efa24ff306262f4848a58542c612c114 1 0.00/1.00 vMB 0
7,767 7,767 00000000c8150258cb19b6a22698c759d3ea773574836ee67fe90bb0c9e87e3b 1 0.00/1.00 vMB 0
7,766 7,766 00000000b293631d7242437048e2cd5e2a731d32095bccc9dd59f3279b904dc6 1 0.00/1.00 vMB 0
7,765 7,765 000000005e5eaebb1f806e1f3d72a9f8c0d79a096346e6dd5a68c0de1fe0da8d 1 0.00/1.00 vMB 0
7,764 7,764 0000000080b724743eca50899691555164e2568b421397d3ebde65689c03e5fc 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.32 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 601.12 GB
    • Received: 10.10 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.