Loading Tool

Explorer IconExplorer

Memory Pool

86,932 transactions
31.86 vMB
0.15756935 BTC
Random Selection Loading Transactions
Max Size: 192.04/200 MB

Candidate Block

Mining Attempt 1e7221b5685d6e9c93576f82ca9c2a2e78a5e194892369e39ed6f2a5748a86b6
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root c30ea8e3bc6b3131e3da4a3b3ee1e0b510e8004c088d564288ef705d98c54e93
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,519
Size: 1.00 vMB
Total Fees: 0.07056850 BTC
Feerates: 214.31 > 7.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (272,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,388 642,388 00000000000000000000ddbb3e01ab853a359d8e3649fbe39c5445f046d426d7 3,310 1.00/1.00 vMB 147
642,387 642,387 0000000000000000000965e719be7464af39c28fba577fd2e97bc8cc6127bc27 2,521 1.00/1.00 vMB 135
642,386 642,386 00000000000000000008c76e7141deabe362c1b7ee7f1850af18463797575008 1,986 1.00/1.00 vMB 144
642,385 642,385 00000000000000000009cd69eedd85fba38b98fe413b133b152913c006525a1a 2,639 1.00/1.00 vMB 157
642,384 642,384 00000000000000000001b768dc5699736e59494bc94cfdd554c7c27ff1fc3d09 3,003 1.00/1.00 vMB 184
642,383 642,383 0000000000000000000fdb7094d6c0cc6190c8b889b46f431565ccbe5d11a7e7 2,783 1.00/1.00 vMB 149
642,382 642,382 0000000000000000000f3cdbbbd6ce8beba7b2d5b140c1fe1894611fd8019bce 2,729 1.00/1.00 vMB 169
642,381 642,381 0000000000000000000acafc52c5e6ace11c1de0b974461ce86d4328be932075 2,918 1.00/1.00 vMB 147
642,380 642,380 0000000000000000000a02a7195436906144c2f21aa8464212008bf1f063e8c1 2,796 1.00/1.00 vMB 143
642,379 642,379 0000000000000000000eb72b81f815f94ae28f2f7c6da698dccd57cf1b0e9fcf 2,686 1.00/1.00 vMB 145
642,378 642,378 00000000000000000005b65a6943fdf335344d5cf9cd4f8481750b9e28f17b39 2,739 1.00/1.00 vMB 146
642,377 642,377 000000000000000000109c835d059aa1336243880140834dcff6eda3a7423cbd 1,877 1.00/1.00 vMB 169
642,376 642,376 000000000000000000009c1100de24f82e8eb29aeeb9fcc11af8cc19f5e9f4ca 2,404 1.00/1.00 vMB 149
642,375 642,375 000000000000000000055db7225da4f9f1f58854950ef3baf87a82e9bee2d4eb 2,594 1.00/1.00 vMB 144
642,374 642,374 0000000000000000000a04a569b84e0290c9c2df9836baf18840c96f39b24899 2,115 1.00/1.00 vMB 168
642,373 642,373 000000000000000000008d788ec9c7400f8afce5a57d311336c1439122de496e 2,183 1.00/1.00 vMB 178
642,372 642,372 00000000000000000010800f9174031b585175492c5325d64610ed275e7ccf6e 2,680 1.00/1.00 vMB 157
642,371 642,371 0000000000000000000e28d748f2c5805477d8551c1784cf93b3def50d8258a6 2,311 1.00/1.00 vMB 172
642,370 642,370 000000000000000000102b49482d8a133c70ca7601b707746174274ad69b6fea 2,913 1.00/1.00 vMB 161
642,369 642,369 0000000000000000000f0ffe210c37c856b87983199db4b2639773c1fcb64e2f 3,129 1.00/1.00 vMB 147
642,368 642,368 0000000000000000000155934b9e165d7a975a6b996b80f45a600955543983a9 2,927 1.00/1.00 vMB 175
Previous 10 blocks ↓
Total Size: 782.33 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: 660.80 GB
    • Received: 14.77 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.