Loading Tool

Explorer IconExplorer

Memory Pool

37,527 transactions
19.02 vMB
0.04322305 BTC
Random Selection Loading Transactions
Max Size: 105.22/200 MB

Candidate Block

Mining Attempt e9e2ad624e9ba2de05814ec280c9e55f9a8963e1ed08dd85cdbee3d1900a33ae
Version 20000000
Previous Block 00000000000000000000750cda13cb2faf3c1a95cd574d16602cff3e58023ec1
Merkle Root 04cd5ae0df14ff93f46eeedd57da6296363f1369e80e300bed9e6345d2f2e10e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,670
Size: 1.00 vMB
Total Fees: 0.00676919 BTC
Feerates: 139.41 > 0.68 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,958 (806,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,011 107,011 00000000000145735a79d23339ddfcd8b8e4127581dd84b3b8de2775f7ba93e4 12 0.00/1.00 vMB 0
107,010 107,010 000000000000f01c34f1d60c7fde608c025359eec8bc7de43e001d30f03de1f5 34 0.01/1.00 vMB 0
107,009 107,009 000000000001b8bd3e7affcb91e84a380be504e01299bf595b417c8c664d9aaf 3 0.00/1.00 vMB 0
107,008 107,008 000000000000ecc622e430505ad84eaf65d187a88967dcbc9c08713ee0a1a20f 3 0.00/1.00 vMB 0
107,007 107,007 000000000001b202ed6242ea4f161055eab00378ea374b3ab52dfbb7e12c450f 3 0.00/1.00 vMB 0
107,006 107,006 0000000000010d282a52e0c1b23943ae4886ae14729581822bdb257c2dbd99c0 1 0.00/1.00 vMB 0
107,005 107,005 000000000000783baf1e180afc2f3f3448ccdbba2f9ad3747686c3c1e8f32501 2 0.00/1.00 vMB 0
107,004 107,004 0000000000002fe4441308282fff2dd2a211a01b14c57d58e752bc226c5ef441 6 0.00/1.00 vMB 0
107,003 107,003 000000000000518dd86ee86a9df55578ece0606a7dc743226ac229cc5b2f5a2e 2 0.00/1.00 vMB 0
107,002 107,002 000000000001bbcca25e21e6c77e280ecac1efe6ea0a130d80a3dbe70a9fbd3e 8 0.00/1.00 vMB 0
107,001 107,001 00000000000011522adaa3df3983082e86c0335a2c4a6a3a68f2d138a6256179 17 0.00/1.00 vMB 0
107,000 107,000 000000000000a29d57f3c6c6696e84d21de79463b7bf85a6ccfac39438291d64 2 0.00/1.00 vMB 0
106,999 106,999 00000000000085b7fce312c9c5196fbd6f5583cfd10449368447a8f76457384d 1 0.00/1.00 vMB 0
106,998 106,998 000000000000ae341fbe1fd1696de7b320c530981c1eaddc322017840bbd5b2b 5 0.00/1.00 vMB 0
106,997 106,997 00000000000282d49dfb18289c75ddffacc2902041de180f9170df08651d75f2 3 0.00/1.00 vMB 0
106,996 106,996 000000000001ae3c3ea93309400934743fb0544e06d5bd40c59244443d5b5cfc 1 0.00/1.00 vMB 0
106,995 106,995 00000000000164ad22794082d13bbe1517a3c3c783ef89ffac6781dad394eb9b 2 0.00/1.00 vMB 0
106,994 106,994 0000000000011c76374885aa12247cfd435d4e5b04122180b19448724a01ce7b 34 0.01/1.00 vMB 0
106,993 106,993 000000000000a8db00a6278aff512a9a5a70f2446c15f2e9bc11212e72afeeb3 1 0.00/1.00 vMB 0
106,992 106,992 000000000002450bbaeffe5b169b62ed5a7b2a6a13714af51620f50f2b4065ec 1 0.00/1.00 vMB 0
106,991 106,991 000000000001d53b0eb68c1ff0e886c5039a74d6b638d4eb9fa7e0338af3b627 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.53 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: 535.67 GB
    • Received: 5.92 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.