Loading Tool

Explorer IconExplorer

Memory Pool

80,382 transactions
30.87 vMB
0.08998720 BTC
Random Selection Loading Transactions
Max Size: 186.73/200 MB

Candidate Block

Mining Attempt 18ef4f347b16ef3605a6c0881b945e31906df293cae03d4c35b8eeb6371c534a
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root 48a07df3372acfa9ff1933bbc45e38e41f81444467ffcfb04891ef2aebf530bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,179
Size: 1.00 vMB
Total Fees: 0.02366581 BTC
Feerates: 110.56 > 2.37 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (362,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,166 553,166 0000000000000000001b75847b33155b8eea759c54a687f1090d3c5272580ae9 3,031 1.00/1.00 vMB 23
553,165 553,165 0000000000000000002a9922968c5e3cda3c1e96f4ff67d00568580295dba133 3,034 1.00/1.00 vMB 19
553,164 553,164 000000000000000000291111c3c8cc6ebae5efdf4aae2aa527ad880a2d414335 1,915 0.78/1.00 vMB 13
553,163 553,163 0000000000000000000dca17c5f7d3c7cf894e746803344108c00c525a609a20 352 0.14/1.00 vMB 10
553,162 553,162 0000000000000000002d9bef8dcdc7eae4ccd244ab8281a183b8512b6dc12061 184 0.18/1.00 vMB 4
553,161 553,161 0000000000000000002a93f741e763d519a6e05b8f4f61a00aa0160aa17ae32d 1,152 0.45/1.00 vMB 16
553,160 553,160 0000000000000000001c75116c120a274b458b6b3b55a87c9bd530f1b727ad89 803 0.44/1.00 vMB 12
553,159 553,159 0000000000000000001604a95a397dd6139e1171bc0cfbde8bb257c351d1bb14 2,009 1.00/1.00 vMB 12
553,158 553,158 000000000000000000240b87b34b2bee2000500789b9ea849c820ca63dbdefa7 1,711 1.00/1.00 vMB 16
553,157 553,157 00000000000000000025c64fd4f41902fc5bf74564823fe5157f53163bbbc561 1,820 1.00/1.00 vMB 9
553,156 553,156 0000000000000000002a703577e9238bdc905da0a8a7f4e5c98db90fa6e5b809 2,321 1.00/1.00 vMB 4
553,155 553,155 0000000000000000000ac45489a3baf0e42ea38e692d2fb432ac8e9abb52ccf0 2,427 1.00/1.00 vMB 27
553,154 553,154 0000000000000000000b9aadc1c6bdbdcc61b3691defbb542b67a5e4b6315058 3,016 1.00/1.00 vMB 33
553,153 553,153 00000000000000000024c1cf0986ec68c2a3309acd124c5509ac8b217339bf4c 2,212 1.00/1.00 vMB 17
553,152 553,152 0000000000000000001eede0b9860eee4887f04d9ecb6d05c5ad4e3826e985f6 1,635 1.00/1.00 vMB 3
553,151 553,151 0000000000000000002dab85d7495d08978706a71b0e95bdbf00860f4fec2274 1,583 1.00/1.00 vMB 11
553,150 553,150 0000000000000000001c357f8fea8f120ddf3b34293eed807c18f482e913a97a 1,852 1.00/1.00 vMB 12
553,149 553,149 0000000000000000000020e9d040d437b3215aa0b3d70657f48dddb7e93f5358 1,629 1.00/1.00 vMB 13
553,148 553,148 00000000000000000030000062852e029c7fdf19679cfea7d38dbd2ced3cc23b 2,371 1.00/1.00 vMB 25
553,147 553,147 0000000000000000001ef48be4a4a0daee170fa385948c36e636033d690fbd52 2,259 1.00/1.00 vMB 25
553,146 553,146 000000000000000000146e86c1f8a33f67902ac3c90c48e0e3e71fa2dabc6565 2,073 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.71 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: 699.11 GB
    • Received: 16.59 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.