Loading Tool

Explorer IconExplorer

Memory Pool

79,317 transactions
29.74 vMB
0.11126345 BTC
Random Selection Loading Transactions
Max Size: 178.49/200 MB

Candidate Block

Mining Attempt 4fa60265486ca6486948ffc8317ac93d0fffd3b8ecce3b34afb945bff56d16c0
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root c956add73a32a9b22ef459f6254e4333080d243a82b76a163d6aaea8a2673beb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,052
Size: 1.00 vMB
Total Fees: 0.02729414 BTC
Feerates: 150.74 > 2.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (305,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,302 609,302 00000000000000000008bb063ae680ba1dd9afef0060cf153cc9044f831d727d 3,224 1.00/1.00 vMB 18
609,301 609,301 0000000000000000000aff63917d166dbca5283b80cd65160367c9a1d3080b64 1,417 1.00/1.00 vMB 7
609,300 609,300 00000000000000000001a9882eb6e86626342cb7621fe5563cf6a8b74b92e0e1 1,963 1.00/1.00 vMB 11
609,299 609,299 000000000000000000131c4ef2f90dbec58ef72b7733bf972cedc46215d2996d 2,144 1.00/1.00 vMB 19
609,298 609,298 00000000000000000000b7b7dcffa88df6f386bc281504953e95f2c02a9f9b9b 1,698 1.00/1.00 vMB 57
609,297 609,297 00000000000000000009269d83fd79dc86b8b7ba31c9826165802dd9cfdf573e 3,131 1.00/1.00 vMB 14
609,296 609,296 000000000000000000071baa42a15fbd0166ef6b40f6fd2236dd2f51e5e69eb8 2,174 0.60/1.00 vMB 14
609,295 609,295 0000000000000000000d2af1fc2c9984422d25f1b4b0265a379bc6b81b94cd3a 224 0.06/1.00 vMB 9
609,294 609,294 0000000000000000000b15b1f4f6aede3bc4abda7bcb5560a66e79b2f6f1d20b 586 0.18/1.00 vMB 14
609,293 609,293 00000000000000000014c3cca8df622ba408f315906447e3a593b9abc3a7af58 1,699 0.55/1.00 vMB 12
609,292 609,292 000000000000000000063c8c8e57a1a17c5e08300acb219482623e2ddf943805 1,538 0.48/1.00 vMB 11
609,291 609,291 0000000000000000000ce593681b88b3dbd3c022efa605c3e0afb3f973dde4d2 923 0.33/1.00 vMB 16
609,290 609,290 00000000000000000002b58c6d914c4706112cdb5a7bafe6f8135a27e2637caa 1,322 0.37/1.00 vMB 14
609,289 609,289 00000000000000000014fda97be9d2b98eb1d5c894152fb92f3181c365b03a5b 1,793 0.57/1.00 vMB 12
609,288 609,288 000000000000000000128049963217f3fc1ab71cba666602d960e787661a4b36 930 0.26/1.00 vMB 12
609,287 609,287 00000000000000000002568bb7cdd6226736ed2cebf7e3496f6f74bb91b65a2a 514 0.19/1.00 vMB 12
609,286 609,286 00000000000000000010c1e1b5a2371ea8c6c8d97be74af4d74155be1f336018 760 0.22/1.00 vMB 12
609,285 609,285 000000000000000000117348aa830b03bb9f37d4c31322be345d9c649a7aff25 938 0.28/1.00 vMB 15
609,284 609,284 000000000000000000109a1daae168238ac0cebb3e8a7f06407e6f2c3fb03149 31 0.01/1.00 vMB 17
609,283 609,283 000000000000000000049e7445b0c934905ce390935c35308e1e8004b20b37d3 2,178 0.61/1.00 vMB 17
609,282 609,282 000000000000000000044c1242116940e2f533a0ed19cce454a257f5f0ad3787 622 0.22/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.91 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: 714.02 GB
    • Received: 17.50 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.