Loading Tool

Explorer IconExplorer

Memory Pool

100,959 transactions
26.23 vMB
0.07519221 BTC
Random Selection Loading Transactions
Max Size: 177.33/200 MB

Candidate Block

Mining Attempt 3e20bc2842a6b2061d9096dcb7fe17983accac70b3e44010a4d2917d32c9877e
Version 20000000
Previous Block 00000000000000000001c641766e70930b344c83d935c26e7694ea5dac4fa245
Merkle Root 93d5ffed334649499bfcfcd0da513a855574a93c861e453f040a943066f4a805
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,670
Size: 1.00 vMB
Total Fees: 0.01204951 BTC
Feerates: 150.75 > 1.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,057 (828,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,766 87,766 000000000007a991617e1ff1b9c490ebf545a6f9fe5d99f22b2fda497354413d 1 0.00/1.00 vMB 0
87,765 87,765 00000000001389ce8578b31ef61799fd8b4af0847472ecb5e0161709a01b2ed8 2 0.00/1.00 vMB 0
87,764 87,764 0000000000118fc2c84bc1dfe36e27e69c159d07aa836b053faa7e35c703a106 1 0.00/1.00 vMB 0
87,763 87,763 00000000000091f46070ddef5c0c52809ecd7ea72f78441f32dd19a9d1e126f0 1 0.00/1.00 vMB 0
87,762 87,762 000000000011e159dfb74f1294f7b2b6f6af02b2c38c81f137a06b023841da51 2 0.00/1.00 vMB 0
87,761 87,761 000000000014d8f2778006934fd8568bb2b3d586e07e09b57a1320c94602d46a 1 0.00/1.00 vMB 0
87,760 87,760 00000000000e50c9cde0e7db1047d0305418a966cc1e1c5abf9108dcb51f4a85 3 0.00/1.00 vMB 0
87,759 87,759 000000000018da78d4b7dfb8e642f1c02b0447ea0862976ebb317f3435b2a13e 1 0.00/1.00 vMB 0
87,758 87,758 00000000000b37f119282e186083820476de9d703387d2000e4d4422cb1c7b9e 2 0.00/1.00 vMB 0
87,757 87,757 000000000008b89b9a62eb7e2a9d476b85bef3294354c6fc5804049016fff7c4 1 0.00/1.00 vMB 0
87,756 87,756 00000000000bd8475327e17a896f717b6dfb9959dff703213fb630f63f8ce5f6 2 0.00/1.00 vMB 0
87,755 87,755 000000000012f702ed45637c17bc9992052a267808f23d9f4b995ec964e9f24a 1 0.00/1.00 vMB 0
87,754 87,754 000000000003dfe0ca8d77579c6f8603c86b68a31f89341414213cadffc23abc 2 0.00/1.00 vMB 0
87,753 87,753 00000000001b3ed4c1a04476b2e67b9ef87727dfb2b99f3cf21f55317aa50c82 1 0.00/1.00 vMB 0
87,752 87,752 000000000008cf62e026d69b00dded6bab0570d379d9e33c24518c3f8818d581 2 0.00/1.00 vMB 0
87,751 87,751 00000000001356b559680f9c48a699c80abee5ec15dca791f3fef1a0a9109b46 1 0.00/1.00 vMB 0
87,750 87,750 0000000000029443a55a8909437d3d9845d058dfff69a579cda863f033963119 1 0.00/1.00 vMB 0
87,749 87,749 00000000000a9dd3448c460bfd37b34f6a5c93221b166666f9b960e7a297daa5 1 0.00/1.00 vMB 0
87,748 87,748 00000000001cf9e34c6aad8f438f8e9997bf4af6a37423b471ea2472ef01cba3 1 0.00/1.00 vMB 0
87,747 87,747 00000000001a780fdc5a0f4cc90a13a422843ac6267871da4f801dc367e1ba5e 5 0.00/1.00 vMB 0
87,746 87,746 000000000005e0b8ad87379497562ca291f1e7b1c5cd6d007c75a70e8a902b49 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.22 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: 813.07 GB
    • Received: 23.82 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.