Loading Tool

Explorer IconExplorer

Memory Pool

79,123 transactions
29.66 vMB
0.07631062 BTC
Random Selection Loading Transactions
Max Size: 178.23/200 MB

Candidate Block

Mining Attempt 677545d6bb16a64b79373a12d48b6e37c9132b4f4e1121e63f41f2221239001a
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root 351f28b18af5941546da1a8aab61d0f1a00c4ece2f97a5d5e18989493fabfa9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,996
Size: 1.00 vMB
Total Fees: 0.01592802 BTC
Feerates: 101.61 > 1.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (344,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,246 570,246 0000000000000000002317855d7e1d5225984a6fb9da37873e3954d470e230bb 1,658 1.00/1.00 vMB 29
570,245 570,245 000000000000000000010fd959fe5ede79623261280152d1de16168a7529e0f9 2,517 1.00/1.00 vMB 106
570,244 570,244 0000000000000000002708e5f467af5f3f977a25d63c85e2e879fa91d3203f96 2,849 1.00/1.00 vMB 72
570,243 570,243 000000000000000000118a9ac8256f437b13cb9131b4a20152b26cde5271fcf9 2,799 1.00/1.00 vMB 23
570,242 570,242 00000000000000000017cb234ad96c46684b65f5a415781df12c5b75f62771a4 3,082 1.00/1.00 vMB 86
570,241 570,241 00000000000000000019a8c01b58d3b7b55eb9c9252e2ebad988ef53ca531090 3,135 1.00/1.00 vMB 106
570,240 570,240 00000000000000000027b68db9d26885fec8dd3e785013f2355271b3ed991829 3,517 1.00/1.00 vMB 147
570,239 570,239 00000000000000000001270ac23d0aa3110b86fb7445c4e84a1a6c674b650091 1,984 1.00/1.00 vMB 49
570,238 570,238 00000000000000000010f26b5c75b0ec4c9ab7abfb7cf472d9f0f816a7499f21 2,153 1.00/1.00 vMB 55
570,237 570,237 0000000000000000000c50f7509e1a87059dee751a9d60799b7cdbdeb42b1690 2,771 1.00/1.00 vMB 56
570,236 570,236 0000000000000000001793fc66981698ce9fee011c755ac93b94f33231993500 1,578 1.00/1.00 vMB 113
570,235 570,235 0000000000000000000d647d7a63e00caf28b5f5a0cc5d4908fd65c9dbb5e42c 2,887 1.00/1.00 vMB 132
570,234 570,234 000000000000000000092a235e2bdc53c14b8a71c18b1f2b393d728f2962c5fa 3,302 1.00/1.00 vMB 153
570,233 570,233 00000000000000000000a5b85e2a4e38b9f30875fe368971b5c0a30e93bfa100 2,150 1.00/1.00 vMB 60
570,232 570,232 0000000000000000000551c634be7447f7e30342eb99aefe001fe02b62d8acf9 1,196 1.00/1.00 vMB 28
570,231 570,231 00000000000000000013218f04d16b55202b19cfa27328be95582a1170db41a3 2,784 1.00/1.00 vMB 86
570,230 570,230 000000000000000000176ecd4aab8f37364204bdc6eea00de8dd92561775a220 3,129 1.00/1.00 vMB 85
570,229 570,229 000000000000000000199dc85251c4f5de3ac6551032a129b34d7a8aa18cf6d7 2,596 1.00/1.00 vMB 47
570,228 570,228 00000000000000000009fa5ac1a119cf92a06883dd7cefd4b2b125b4443be897 2,093 1.00/1.00 vMB 46
570,227 570,227 0000000000000000001e488a3127c76c2dee674401eb0cc1d083c1afc8c0299f 2,662 1.00/1.00 vMB 43
570,226 570,226 000000000000000000109f40eee6e3c95d7729ed5109b7f6afd7b75b235c7271 3,725 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.41 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: 665.07 GB
    • Received: 15.08 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.