Loading Tool

Explorer IconExplorer

Memory Pool

81,122 transactions
30.09 vMB
0.09580403 BTC
Random Selection Loading Transactions
Max Size: 179.44/200 MB

Candidate Block

Mining Attempt e1ec9241f688e673c7d24d2af95c474b9d6f085563cca99c8babf4809bff63f3
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root f06f4a0f9f4c1fe1db00a67f51f3b4e25df999345413e5d0fade6f7deb3d2036
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,634
Size: 1.00 vMB
Total Fees: 0.03215655 BTC
Feerates: 100.37 > 3.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (122,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,867 792,867 000000000000000000006a25fe203b0626e40fe08bfff067ac1488dfd7113ef9 1,521 1.00/1.00 vMB 17
792,866 792,866 0000000000000000000410d7346b6bb0b2fbe1e0caf9820f9b264818cad5f11c 2,650 1.00/1.00 vMB 35
792,865 792,865 00000000000000000002ee0845c16bf90dff150b7f78d11618249eb992466af5 1,109 1.00/1.00 vMB 17
792,864 792,864 00000000000000000004092cbcbb563378fd6750c93515f61876b8ca814b079f 2,864 1.00/1.00 vMB 19
792,863 792,863 00000000000000000005139865f254d711530355ef040f9aca19916e982f6e93 2,838 1.00/1.00 vMB 35
792,862 792,862 00000000000000000005255774a6286b809511c383bc0e857441a91bec1f0a0a 3,303 1.00/1.00 vMB 43
792,861 792,861 00000000000000000003b8c4623d6df93f4738d42dcff5d4c2294bab4821b2a6 2,733 1.00/1.00 vMB 35
792,860 792,860 0000000000000000000125374633a381406734410bbe24bf819d3f8fb0acd764 1,487 1.00/1.00 vMB 15
792,859 792,859 000000000000000000030892496d515ab47030d0d21e9d30442655ca8b11a036 2,616 1.00/1.00 vMB 32
792,858 792,858 00000000000000000001b4ea8fda09ef861e2210722aec8b8b352d5b882ebaee 2,889 1.00/1.00 vMB 33
792,857 792,857 000000000000000000045d26d9bb8075773f68562d6c285353c0fd603f2c111f 826 1.00/1.00 vMB 16
792,856 792,856 00000000000000000002e56ebe6959efb73a3c09fd177c1f5a9041a103b6657f 1,645 1.00/1.00 vMB 19
792,855 792,855 00000000000000000000bf4f3fbf8d0e57faa0dfd212d2e5c5d821ca6cf65229 2,632 1.00/1.00 vMB 31
792,854 792,854 0000000000000000000045c2276874d15be48e9791200cecdf56843c5c073fd5 758 1.00/1.00 vMB 22
792,853 792,853 00000000000000000002d014e4062d0c9ffacb5fa18a19c60c00b34c52909b92 1,895 1.00/1.00 vMB 19
792,852 792,852 000000000000000000018462dfeabc620c672f5822ca44d8f0fc13a2ac8216e5 3,089 1.00/1.00 vMB 24
792,851 792,851 00000000000000000004942e35b8b91f3e7fd63cf7909ad2012bd23fb58b4237 2,801 1.00/1.00 vMB 35
792,850 792,850 00000000000000000003a90982ccb5dc54a94f91d13d2e668b2ffa8c24c2f2b6 2,213 1.00/1.00 vMB 25
792,849 792,849 00000000000000000001da89e548e50a3869b1970c95936759754902929a8fed 3,111 1.00/1.00 vMB 22
792,848 792,848 00000000000000000004cca470ae504b71a4480eec018b712be90d8faddb72e0 2,771 1.00/1.00 vMB 22
792,847 792,847 0000000000000000000282a59bf7317b5b192b3bcad705f3dba5f64185950e66 2,239 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.50 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: 668.42 GB
    • Received: 15.51 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.