Loading Tool

Explorer IconExplorer

Memory Pool

80,951 transactions
30.06 vMB
0.07426550 BTC
Random Selection Loading Transactions
Max Size: 181.23/200 MB

Candidate Block

Mining Attempt d66e7d5883352aee03c5a5d9d76a1652aff1fb93acef3e3376eb9d61f8649bc6
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root e81e7a6e594af3f4e59a3dbd59a6348e24b7abdb58600cc754f4e0ead7abeea2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,367
Size: 1.00 vMB
Total Fees: 0.01247883 BTC
Feerates: 40.21 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (249,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,388 665,388 0000000000000000000cb4f5452a21ecb1819427d10914df21217dca9cca7b69 1,104 1.00/1.00 vMB 97
665,387 665,387 00000000000000000006be3c3d4fcac8cc2227af410db11e36ed8f07c2e5e96b 749 1.00/1.00 vMB 26
665,386 665,386 0000000000000000000ab5ec32ec090ccef7f8ee3d7546cef18a1c0b93472108 1,295 1.00/1.00 vMB 24
665,385 665,385 0000000000000000000383c9e6c3547e7b47a949320a9adf9c97575383d32caf 1,849 1.00/1.00 vMB 41
665,384 665,384 000000000000000000036461f9b3bff8cdb0d0b4d8c757b1a626de8687cbdb62 318 1.00/1.00 vMB 16
665,383 665,383 00000000000000000004a6ed454c9621e4e007dacc7149a83945d5f09a89dbd2 2,044 1.00/1.00 vMB 22
665,382 665,382 00000000000000000002c46c92d4411c7a91e4d3eaa656cd9e40a6c7f2526aa1 2,448 1.00/1.00 vMB 80
665,381 665,381 0000000000000000000d44dc06a741e3439bc6ebe2a112f295ae1c840b2a6fc6 263 1.00/1.00 vMB 13
665,380 665,380 0000000000000000000ae0efb0f11695d4e55167afb582d4c2db5be1dce2e7bf 1,162 1.00/1.00 vMB 18
665,379 665,379 0000000000000000000d72254ace3fd2f2f97571498215fc1298cab779309f04 2,368 1.00/1.00 vMB 51
665,378 665,378 0000000000000000000ad23f523385adfe63fede355cd56d218044af0000b951 1,715 1.00/1.00 vMB 25
665,377 665,377 0000000000000000000a5f7e216b617f8e5767d88761507b58fb7a50e5409789 2,500 1.00/1.00 vMB 89
665,376 665,376 0000000000000000000065093ce206062051c7778bfca4fef31c012154d76c19 2,057 1.00/1.00 vMB 16
665,375 665,375 0000000000000000000a6bcfcec7aa0e67841003157020b787310f190558c171 1,845 1.00/1.00 vMB 46
665,374 665,374 0000000000000000000b3074c7cb8e432be5db5aff899630e2391ea223069145 1,983 1.00/1.00 vMB 30
665,373 665,373 0000000000000000000496c397ffdf8b20852a1c65348e00d6b70ac532f93acc 1,637 1.00/1.00 vMB 18
665,372 665,372 000000000000000000038be25434eeb0a039570832d1072fe92f369ad75dce4d 2,080 1.00/1.00 vMB 58
665,371 665,371 000000000000000000052142c6439792e3b01fa61904f5774e05ecab61e83a9c 2,262 1.00/1.00 vMB 15
665,370 665,370 00000000000000000007cc6f90325d941b9957e185b17e8e8384707090db17ef 1,678 1.00/1.00 vMB 22
665,369 665,369 0000000000000000000267af6b6e9cdeb5c89a2672086e7d73171fb26068357a 1,831 1.00/1.00 vMB 71
665,368 665,368 0000000000000000000541a910624c40cec96c823d78f0c3d49e68d2c8df1752 2,861 1.00/1.00 vMB 81
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.46 GB
    • Received: 14.75 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.