Loading Tool

Explorer IconExplorer

Memory Pool

80,082 transactions
30.03 vMB
0.08714154 BTC
Random Selection Loading Transactions
Max Size: 180.11/200 MB

Candidate Block

Mining Attempt 3894b70fe6384fee32c5d45a7f958c5c620a763657b10007b470b05ed3b09367
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 802bb2af82ef291866d98e32f793fbaf1827f1cab76948dbbca6121c5e04b0f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,701
Size: 1.00 vMB
Total Fees: 0.02572552 BTC
Feerates: 301.07 > 2.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (688,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
226,760 226,760 00000000000002eecb1e76660a245e9fc08513ea91c4bdbd2f00c216dd2f7018 161 0.05/1.00 vMB 25
226,759 226,759 0000000000000290cc4696e977530b6ae05b7f9cfed28cdc141b6fd2dcd44da6 353 0.16/1.00 vMB 182
226,758 226,758 00000000000000bdce503b95e86ecdbfb2e8ab7f2d415b8f742e3e1e3d588230 204 0.09/1.00 vMB 171
226,757 226,757 000000000000012128e1aefdba6c07d92b3699e69f26e28d39810ab24d8eca06 256 0.11/1.00 vMB 198
226,756 226,756 00000000000002b4ce144f3b10fc4b812c7cfadf1263f80e2d7def668ef5ce97 144 0.09/1.00 vMB 187
226,755 226,755 00000000000001df2f08667232285a7b574eec68fbbeb3f90fb02e25f1f1c057 199 0.09/1.00 vMB 149
226,754 226,754 000000000000024db320770e0b25f125c7918fda58acbaf1c1b528fa00ec8df5 94 0.04/1.00 vMB 119
226,753 226,753 00000000000000f2628d64c391368a4ef8bd9cf65f37b0a22ead863889d5ebde 297 0.15/1.00 vMB 167
226,752 226,752 00000000000000cb40aa39235bfcaa61206adc75c2a8c7e085303ab11414d418 99 0.05/1.00 vMB 308
226,751 226,751 00000000000000d3e60433adebcd8507b7514312b0c1444bbcae506eba490714 154 0.08/1.00 vMB 158
226,750 226,750 000000000000011875cb2fdf0de94cfa4d69971cc9ad06ea33302959dc611c6c 115 0.05/1.00 vMB 180
226,749 226,749 0000000000000342f5b1bf9c8dbcff1e79e799c1398e64519f2901b93d9070be 71 0.03/1.00 vMB 175
226,748 226,748 00000000000000175436d24c4aab625f265e0137b5398c65688d93e0d6b344b2 201 0.09/1.00 vMB 16
226,747 226,747 0000000000000164d65e0bf0ac4dbf6f2611f16c43bb74e76a13b994793511f9 201 0.10/1.00 vMB 165
226,746 226,746 000000000000035970545fe7b76727a70f0d2e99cc9d5270c62ae790e22ccf40 439 0.19/1.00 vMB 179
226,745 226,745 00000000000001341b7aecf18c9ec678bc54f1c86ea9e6b1c0271b6e1e2ec9c8 7 0.00/1.00 vMB 122
226,744 226,744 00000000000001a5b35b6c42e0fa65e6ad5ec52891c5040f67e017463e484dfd 97 0.05/1.00 vMB 112
226,743 226,743 00000000000003231d2ba6b96dcbc002684a44a335c410869d12135e5cc87a15 126 0.06/1.00 vMB 168
226,742 226,742 000000000000026b117e251c294bda7e24963c7265e76328b6b0fd4fd328c677 121 0.05/1.00 vMB 172
226,741 226,741 000000000000035dc4db706716be3a419acfae585e638d7cd68d7f5754b651cf 75 0.06/1.00 vMB 71
226,740 226,740 0000000000000163d6878d1720ea8bf67975b332741d1767a8307b3377a06ff9 269 0.11/1.00 vMB 73
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: 11
  • Data Transfer:
    • Sent: 664.97 GB
    • Received: 15.07 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.