Loading Tool

Explorer IconExplorer

Memory Pool

82,791 transactions
31.33 vMB
0.10558521 BTC
Random Selection Loading Transactions
Max Size: 190.55/200 MB

Candidate Block

Mining Attempt 78becb564382aa3820ef428e6b883ae9a2d8105d81d915b53e9b3c6d6505ad60
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root f54f2a2239fd9c10923a8034626220d933154e27a3a7a0748fb91e1470c6da86
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,008
Size: 1.00 vMB
Total Fees: 0.02881622 BTC
Feerates: 151.12 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (460,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,180 455,180 0000000000000000024c5c365d808a6595ab9893be61d2f82c4e53855f35cb73 2,611 1.00/1.00 vMB 98
455,179 455,179 000000000000000001a4c74570896992ec2d050d762de4b2ae50ac1b3ab37d53 2,091 1.00/1.00 vMB 177
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
Previous 10 blocks ↓
Total Size: 783.06 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: 720.66 GB
    • Received: 18.24 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.