Loading Tool

Explorer IconExplorer

Memory Pool

76,991 transactions
28.60 vMB
0.10156810 BTC
Random Selection Loading Transactions
Max Size: 173.03/200 MB

Candidate Block

Mining Attempt 43b4d6a5023cd113a03ae642f4182f93f7a9e804a57f9c74787fa5003e8f3806
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 5b6420023d0be86d642bb22de853a72de8789d47bc9f565a3db578f6eb3e94fd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,652
Size: 1.00 vMB
Total Fees: 0.03483928 BTC
Feerates: 402.60 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (460,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,178 455,178 0000000000000000024d69847e240b8653a0742f53eb967551cc0bb3de614295 1 0.00/1.00 vMB 0
455,177 455,177 000000000000000001ef816a8a7d9227add5b19431b5531226215545b42d339e 2,487 1.00/1.00 vMB 160
455,176 455,176 0000000000000000014c3bc879dffecedfabeb7c076d5732e1383b846f1ea1fc 1,901 1.00/1.00 vMB 134
455,175 455,175 0000000000000000002d25a2dc326a30c610da01b92608da8d32e258fb9ad908 2,351 1.00/1.00 vMB 163
455,174 455,174 000000000000000001b0d2ebc36b8b6d002cd749a6c047a9c63514abab76a0d6 2,041 1.00/1.00 vMB 165
455,173 455,173 00000000000000000139fdaea3cd3a5776d31f14bd3045790ace0e261de2b72c 1,734 1.00/1.00 vMB 146
455,172 455,172 0000000000000000013332f3ad5c0b3311392a2d48449d560eed01ba23174d48 2,237 1.00/1.00 vMB 161
455,171 455,171 000000000000000000e5991ab2c61781cf4bf3652bb80a3c2cae65f0892af90c 979 0.37/1.00 vMB 185
455,170 455,170 0000000000000000003f04f230b17e0c21fd041d7726b207d2422b57dad23f20 2,120 1.00/1.00 vMB 166
455,169 455,169 000000000000000000391716c28952af84ee381fbc365284bd57422486e7efd3 2,146 1.00/1.00 vMB 178
455,168 455,168 000000000000000000395fa3fa8a1adb6b63f0cd9d5c7cdb1d2c06a0ee631dc4 2,140 1.00/1.00 vMB 190
455,167 455,167 000000000000000001e38ccc2dd67855e390f87ebcfd2f43967ada51c54be5b9 2,215 1.00/1.00 vMB 181
455,166 455,166 00000000000000000073328318f607487eeec28b674e93e523dd2cf9dacc655e 2,458 1.00/1.00 vMB 139
455,165 455,165 000000000000000001a9b28feb78ad91c45b55368ac5247c3a450078647e7911 2,106 1.00/1.00 vMB 167
455,164 455,164 0000000000000000002b2c1208a32e9820e4b7cdd4f5539bab233c1345e915cc 2,187 1.00/1.00 vMB 177
455,163 455,163 000000000000000001b385a6d6cc1ac5c3175b2b2611033a13f68670f72cff4c 2,048 1.00/1.00 vMB 181
455,162 455,162 0000000000000000020611c43eecdf8c34433af8840a8444bdf5f46576ebfb66 2,592 1.00/1.00 vMB 92
455,161 455,161 000000000000000001b4bea1fdc7fdc0df119a5cdb52e88f914f90a505f89436 2,181 1.00/1.00 vMB 161
455,160 455,160 0000000000000000011308fd66e09bce1b82310c8e8c1888eb9478ece5dae93c 2,107 1.00/1.00 vMB 187
455,159 455,159 0000000000000000008b4a2fcc6fbdf09631edb58493a0eadfc1b860b565acc1 2,282 1.00/1.00 vMB 167
455,158 455,158 000000000000000001d0983f86e148adc1b9a35c33993003c44c430e72ff08d5 2,293 1.00/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 782.93 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.69 GB
    • Received: 17.58 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.