Loading Tool

Explorer IconExplorer

Memory Pool

89,408 transactions
23.76 vMB
0.09195437 BTC
Random Selection Loading Transactions
Max Size: 160.86/200 MB

Candidate Block

Mining Attempt b341300c77fc1f4de9536901750fe305889e7dc8007b9409d6065b6ddb6fc37d
Version 20000000
Previous Block 000000000000000000012b7b2761c1760b32df277cfe0e6b74b88e1d007f854a
Merkle Root 956e2f216a4082cffbf26a5f3855c360bc6219900a9590ad7461727e199d0e27
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,098
Size: 1.00 vMB
Total Fees: 0.03625646 BTC
Feerates: 529.10 > 3.63 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,903 (878,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
37,600 37,600 0000000047ae527afea9696590a385d8ea0415d0f4aa8f233f64d5852fa3df88 1 0.00/1.00 vMB 0
37,599 37,599 000000004b46f26210fed420ee472b649db04aaac4ae31599c0f5b4ce6d52c09 1 0.00/1.00 vMB 0
37,598 37,598 00000000b4ba8e0fd122e850dbf45881bf0975656c2ebd800fccd8810ea43bb7 1 0.00/1.00 vMB 0
37,597 37,597 000000003386081a1fe1a3efd2106fa2bd3e231bf6c6c264bb55d986b1c48178 1 0.00/1.00 vMB 0
37,596 37,596 0000000022303e584d58150aa3b06b3b5943d8b6d514dc31e18b2a6d0f393c0f 1 0.00/1.00 vMB 0
37,595 37,595 000000008a7f6bbe1af4054c173124749c2802b1ab423c68070926dd986f485a 1 0.00/1.00 vMB 0
37,594 37,594 000000007766f8e56d334af5bc1be3b36b3094dc63bc558ddc724454a044eb2f 1 0.00/1.00 vMB 0
37,593 37,593 000000000c94e694f019d11cdb085b256231b25e054244c918ede452180684a2 1 0.00/1.00 vMB 0
37,592 37,592 000000001a3c4bb27e4f7ec1130c0236e159f6e11a142d8bf264acea5ab2b8fe 1 0.00/1.00 vMB 0
37,591 37,591 0000000079b7f4ffcab0311598adab147bf157c72630340e1fd52763e2df3c37 1 0.00/1.00 vMB 0
37,590 37,590 00000000340019e17facf47a3e5498fb5de47043fea0b5713b019ef5735cb07f 1 0.00/1.00 vMB 0
37,589 37,589 000000001e945fb836962f59163b4ed2bd26085b921b4d5408f934fc65ba2bc2 1 0.00/1.00 vMB 0
37,588 37,588 000000004cec74ec3104359fd758e78492dac267ab2ff42ff360fecc23c102e0 1 0.00/1.00 vMB 0
37,587 37,587 0000000083c879c6d1a80591055dd16fc083acf04c63317ebcd1e424f24185d9 1 0.00/1.00 vMB 0
37,586 37,586 000000000117721cfd9ad6f5c84fcc571ce7bf60f2e6d222f7d1d350d7405b4c 1 0.00/1.00 vMB 0
37,585 37,585 000000003923fe0b0a57517177564adae2838e84b052e5ab1f21f1e6e78eb6fd 1 0.00/1.00 vMB 0
37,584 37,584 0000000073d2672eef6cdab50c06c5f6e38ec4f017304ec8721398a74838fd14 1 0.00/1.00 vMB 0
37,583 37,583 00000000788f4eb1628f99bc7a32e608699eb20a4f2694f3012c9e29877b30ee 1 0.00/1.00 vMB 0
37,582 37,582 00000000abf01e053228f1adc19b233d1d036ade377204a86659b4c400700b23 1 0.00/1.00 vMB 0
37,581 37,581 0000000063ec2626859f6c0a95246069c0ba8cef3597b9503c68b54bd1713307 1 0.00/1.00 vMB 0
37,580 37,580 0000000091db1b7f330ef1d5c8c98405f778e15fd90b557c13621ec0d95535d6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.94 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: 797.89 GB
    • Received: 22.36 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.