Loading Tool

Explorer IconExplorer

Memory Pool

83,519 transactions
31.66 vMB
0.11387051 BTC
Random Selection Loading Transactions
Max Size: 193.48/200 MB

Candidate Block

Mining Attempt de4cc17f84010844829bb4c2bae27932e0f3a68cb1695ffb9e033278aeb1af40
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root ed03da290657fe6ef4c94dc850b8c439630fd267ce73992ef6ed654f43ba079a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,146
Size: 1.00 vMB
Total Fees: 0.03965235 BTC
Feerates: 301.05 > 3.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (609,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
306,162 306,162 000000000000000043fe9543a4231de80247544f8ba2fc150c3daab033c71384 589 0.53/1.00 vMB 21
306,161 306,161 00000000000000003df76a99ddb71bb688ddaa6407f1cceeae753abdba102200 858 0.75/1.00 vMB 23
306,160 306,160 00000000000000004078c6ac81c2ac39fb334583d1b0b7f8b9e6bc753ff3a1e3 313 0.35/1.00 vMB 17
306,159 306,159 000000000000000058139c98cdd6348fd2120a84fc5effd35e85db65aa038464 864 0.35/1.00 vMB 39
306,158 306,158 00000000000000003e9498acadcd8e2cc91b8fc7d8f24bac3e585ce70d7fc96b 786 0.35/1.00 vMB 29
306,157 306,157 000000000000000058a3e62900076f6bf62100537378ab3abdd414cad6ee89f8 738 0.25/1.00 vMB 73
306,156 306,156 0000000000000000302b107dcfdaf35d3b09366638e19aa24ffa91dd7f91d57c 207 0.13/1.00 vMB 27
306,155 306,155 000000000000000049535b31bd88abf9ff54e9b9716ca0a75f198c237c7423a8 31 0.10/1.00 vMB 14
306,154 306,154 000000000000000045668ade5400c56b84887a4c489ebc8ac738a960a255970d 206 0.17/1.00 vMB 26
306,153 306,153 00000000000000004b0beed14fba086f275bb656c928d36f2e0788bc40c81f65 177 0.18/1.00 vMB 24
306,152 306,152 00000000000000005168d90da0bc7fe9002a035c0d28eb3c822d94d618c0b7f2 253 0.35/1.00 vMB 21
306,151 306,151 000000000000000002c4399a8c6644f35dd7eec5608a981784dfa56efe7c906c 228 0.15/1.00 vMB 28
306,150 306,150 00000000000000004ae5fad584dad19ecdbe43b037d737c222cf04c897cb99f6 107 0.07/1.00 vMB 31
306,149 306,149 00000000000000005423712f5aeb8a40accf20b43deebdd94530de75fae17949 166 0.12/1.00 vMB 27
306,148 306,148 000000000000000013319f00d9febae2670a6ef208bcf4c8830c083efb0448cb 465 0.27/1.00 vMB 29
306,147 306,147 000000000000000044d3fd1cdc44f37d0fb8e6193397e321a3a02edab9336b0d 198 0.21/1.00 vMB 16
306,146 306,146 00000000000000005b80e7e2144c310c5bcb6e365b286af57d95b1ff6fa73c6f 809 0.35/1.00 vMB 44
306,145 306,145 00000000000000004670459fb9a5207e0bf0ba960bcaf47b2368206b942eeb19 300 0.21/1.00 vMB 24
306,144 306,144 00000000000000000b418b1fc440d38ff288aae71291159fa7f944a30dc380bb 522 0.25/1.00 vMB 36
306,143 306,143 000000000000000040467da1dea5b8bf1c8978497f5570783c8eaa3b1c223a04 505 0.29/1.00 vMB 30
306,142 306,142 0000000000000000276a176bbf4077ddc7880233ec1220ce649b31e6764562c6 132 0.11/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.89 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.