Loading Tool

Explorer IconExplorer

Memory Pool

39,633 transactions
27.95 vMB
0.05770788 BTC
Random Selection Loading Transactions
Max Size: 142.59/200 MB

Candidate Block

Mining Attempt 0764dac8d6f7d557b1851b82a628f1a7fd872940b58be19b9a3e19bfc5b88d03
Version 20000000
Previous Block 0000000000000000000210ce047a899c3165142ca92db23549562eea5202e5a5
Merkle Root e86f4edec6ac709671c1cc7b0d8efe4638835c04e4f342c76b5492447608ccc2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,329
Size: 1.00 vMB
Total Fees: 0.00414061 BTC
Feerates: 50.62 > 0.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,633 (520,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,399 394,399 0000000000000000040d2b9c9a4f659f84e3a3e3636612e60ef38abea4fdbb3f 307 0.24/1.00 vMB 20
394,398 394,398 0000000000000000012bb4ad4579db9c480a60e7b64ead1fee4db370b1c72a58 426 0.38/1.00 vMB 20
394,397 394,397 00000000000000000712be0f176193ae06d5a8db7e97548980c4558678f533ed 1,437 0.75/1.00 vMB 43
394,396 394,396 000000000000000000b6ec6b377c2d26726a4c2401170ae4d42da991b8e85c17 2,004 1.00/1.00 vMB 30
394,395 394,395 0000000000000000083328998a66b57928e02043314b9ec4a03edc5c497447e3 2,599 0.95/1.00 vMB 59
394,394 394,394 000000000000000005bc03845c7c75e84d120913326213c1ea51ba4e7aa4d25a 674 0.33/1.00 vMB 38
394,393 394,393 000000000000000001a04ccf045247b5823d21402e51cdaf0572e598fcd25da9 675 0.42/1.00 vMB 30
394,392 394,392 0000000000000000095cc9c45245efa292579c1f279927d2bc769ec58e18bbb4 1,749 0.99/1.00 vMB 31
394,391 394,391 0000000000000000073dcc34d56072b2cc4eac2990dfd9a3a9394e7fa4bee5dd 1,947 0.95/1.00 vMB 35
394,390 394,390 000000000000000003c7e3f071ac74a1403c201d9aa69034fd1451cbf781e92d 586 0.59/1.00 vMB 22
394,389 394,389 0000000000000000042c93ed30736ba7bfa66b6798490c9c2f2df3885833d891 839 0.53/1.00 vMB 28
394,388 394,388 000000000000000003a09bdc1ad50a3d436e3b80ccd60d25b173d8351234b23d 2,296 0.93/1.00 vMB 51
394,387 394,387 00000000000000000786b370db6213771e51a97f729e9f1047e8ff186a581f6c 1,344 0.75/1.00 vMB 32
394,386 394,386 00000000000000000579a5a68a9adbd2b98e4b107a6d4617cd59878bb0ae2b03 1,346 0.79/1.00 vMB 24
394,385 394,385 000000000000000007d902e40ffe46c4d9fe1aad81d43a8b03765d88b6ce29a9 2,618 1.00/1.00 vMB 54
394,384 394,384 00000000000000000011e455a70ebd531de9e5c05ab993c9894938a961d5cc85 1,470 1.00/1.00 vMB 24
394,383 394,383 00000000000000000426cfc024155533445db73fb014dd36abbe52b1afbe5bc2 1,390 0.65/1.00 vMB 41
394,382 394,382 000000000000000003447805f60b7792aa3e8af759cfca4f25e674bfbdc7e9cc 1,519 0.76/1.00 vMB 41
394,381 394,381 000000000000000005ddcc55488ed9e0cf44b20362807e2955ac40565305eb96 1,677 0.95/1.00 vMB 41
394,380 394,380 0000000000000000010718991a19f372b3109b467679b0bc4c01ac0f148cc294 335 0.31/1.00 vMB 15
394,379 394,379 0000000000000000064dc721c3207556fc47101c2b7653df02171bf6a3a848da 2,038 0.99/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.74 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: 630.39 GB
    • Received: 12.03 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.