Loading Tool

Explorer IconExplorer

Memory Pool

89,750 transactions
33.59 vMB
0.23995323 BTC
Random Selection Loading Transactions
Max Size: 196.21/200 MB

Candidate Block

Mining Attempt faac688984bba451dc452c130994b0bef4a822c82e3a3d8eb82a7a1c094faee6
Version 20000000
Previous Block 0000000000000000000064eb4b37020a1ad2e35abe0d9af7f8080c5b59a4be98
Merkle Root 717f5c661ee2b5fbbb61c90594bf0b44e41b64c5c164a6ffa320bac60c09b246
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,635
Size: 1.00 vMB
Total Fees: 0.05103262 BTC
Feerates: 302.04 > 5.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,637 (884,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
31,018 31,018 00000000cfd1e6900de40dd4b8e92fe0dbc9a265b5e0cb6770d5fd3dd5027a88 1 0.00/1.00 vMB 0
31,017 31,017 000000003458b36a76ab34fe949bae71a3977a0089bdad8c419db71b1ff1ec84 1 0.00/1.00 vMB 0
31,016 31,016 00000000ae32d7c02822da378c7a632ce62f6e89313287341320f1cbfdff1e64 1 0.00/1.00 vMB 0
31,015 31,015 000000003b7e4d74ee7cb216b3d7c989acd428547d24422d785f77f689544ae9 1 0.00/1.00 vMB 0
31,014 31,014 000000001e107fec4ef7a67f7bd76d9556f04c61eb1243617308765cd434f68d 1 0.00/1.00 vMB 0
31,013 31,013 00000000c8c9acee3bc790fdcc3e3604b0cd668a60d9bf44901b91d4e9757020 1 0.00/1.00 vMB 0
31,012 31,012 000000008f52e246b6777bdb0c467e6f9c89e3f0f71b9d351c0ecd157cacad9c 1 0.00/1.00 vMB 0
31,011 31,011 00000000a75a75f5413e282ea89cbc3bcc8a7a9e1e4784864244238eea321eeb 1 0.00/1.00 vMB 0
31,010 31,010 000000002ff5e19cd4023f04748c4cd564442dad4e6519a6dc8dcf5bb6d0a7ed 1 0.00/1.00 vMB 0
31,009 31,009 0000000069e53218df50a57f9147bdce146b8416cb779c0bcbe0533012386ff1 1 0.00/1.00 vMB 0
31,008 31,008 00000000be0dbb0e008a838a480c375026010844e283765cc17cdb4e79fab509 1 0.00/1.00 vMB 0
31,007 31,007 0000000097e603fbe57ee6fe26575938fe8d2eb03368b5f73aa85c63bb86903e 1 0.00/1.00 vMB 0
31,006 31,006 00000000064a023fff28ca06d84438d80750e1da1301257622d60b160e4b4c5a 1 0.00/1.00 vMB 0
31,005 31,005 00000000c87537c662977ecd73fe0e9ecc990d3c1c4f9c350a72e3986d17370f 1 0.00/1.00 vMB 0
31,004 31,004 00000000d51be37f219b53fe9a200dfefe70b7e432642728ec4500597f1bda7f 1 0.00/1.00 vMB 0
31,003 31,003 000000006224e9ce1dbe8a9b593d8f0485a19983b479bd32b03eea7e20265e4c 1 0.00/1.00 vMB 0
31,002 31,002 00000000833508fb6be4b80e977e3eaa04994353b81cb35890da0b284f46052b 1 0.00/1.00 vMB 0
31,001 31,001 00000000d9062d83810fb85c85ec8c071e98d3bfe8f377ebd61d1737487e6a34 1 0.00/1.00 vMB 0
31,000 31,000 00000000a6a6be6014fb079b06ee52c222d1897010c453f4ff7b40dad1c126c4 1 0.00/1.00 vMB 0
30,999 30,999 000000000c18991f458634c8598dfe85443373f1fc675025a284f94f54124dc7 1 0.00/1.00 vMB 0
30,998 30,998 000000001c4cf6af3a94cfc2d3b1eb94ab1b17e47bbabd1aac1935fc870cc11e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.49 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: 772.97 GB
    • Received: 20.35 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.