Loading Tool

Explorer IconExplorer

Memory Pool

91,815 transactions
24.82 vMB
0.09574821 BTC
Random Selection Loading Transactions
Max Size: 166.32/200 MB

Candidate Block

Mining Attempt 88269c1173f75b02aad9621e2de11345ea31d5215a81757dac235a363999ad8f
Version 20000000
Previous Block 00000000000000000000c0fae7663f435fb3a3e79a4bc77bba1fa2ebc06fe645
Merkle Root 230975af6f624a9834481f9422b558323c2c40de2343b4de173dba49e8ac7ad6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,892
Size: 1.00 vMB
Total Fees: 0.03295950 BTC
Feerates: 342.60 > 3.30 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,848 (655,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
260,677 260,677 00000000000000104e4bfb0a9b6163d03f678163594ee21c434b592fdc6f94d4 185 0.08/1.00 vMB 92
260,676 260,676 0000000000000002ca3cf092bf5a14939ca6f171dae78060e7c580da38060fdf 304 0.15/1.00 vMB 87
260,675 260,675 000000000000001023b52e4c338164b8186db5e58b03ebe57389ca843c9c842c 313 0.13/1.00 vMB 122
260,674 260,674 0000000000000019615c49a6051208d49f2ea0b568607ea7d3e09a5db6b3efe7 418 0.19/1.00 vMB 125
260,673 260,673 000000000000000d7ba9a7569abe70ab20571c72ce7ff7da8bfe54da58f012c0 187 0.12/1.00 vMB 70
260,672 260,672 0000000000000014af47d51617a3eeeaea78820fe71f0954b7b3b988ce22ba94 121 0.05/1.00 vMB 60
260,671 260,671 0000000000000014dbf93c26f095bb25ad67f03e8943a48aef1a2e4ed2306b09 597 0.40/1.00 vMB 72
260,670 260,670 0000000000000003bf6200d19cbc0a1b2ef7c85d2435b91f87255ff1541faedb 109 0.04/1.00 vMB 84
260,669 260,669 00000000000000165c9ae3ee19cc889fbbe965ba4a3a83b469d0aad77d9fdeca 323 0.16/1.00 vMB 197
260,668 260,668 000000000000001a0b6edf2f5ef241f31254f0746cac733377f8e53f9e73c7a3 359 0.15/1.00 vMB 138
260,667 260,667 000000000000000e70291a5de5e4bb68320aeb80b70ba761d806d68d31cba966 190 0.12/1.00 vMB 49
260,666 260,666 000000000000001177496302a9cc1bcb35fb148bfc10c46299873e0cfebc0c96 329 0.14/1.00 vMB 130
260,665 260,665 000000000000001c9f6c20b494aa078917c8bd320800d7f593bdf6e841632e11 234 0.11/1.00 vMB 113
260,664 260,664 0000000000000000dd52e00afb3511095cb81db3b4adad7c0fbd07b3a6bfafc0 202 0.10/1.00 vMB 119
260,663 260,663 000000000000000ed633608d90fee48d3d97462a2adca64ccf5f22b5c39b8f32 103 0.15/1.00 vMB 30
260,662 260,662 0000000000000016d43a81561b9d177f85e858d6b1393f5d90fc47afbc276800 333 0.15/1.00 vMB 120
260,661 260,661 0000000000000009394479219995a8097e9e948737a7f12e957b3246a7550a19 431 0.14/1.00 vMB 30
260,660 260,660 000000000000000920e3ac11d1765ab0e5159f353212de15b7a8c8e5ac690197 38 0.01/1.00 vMB 74
260,659 260,659 0000000000000019936f3d1de3f1c71bc49c445d550c2a0ff77a3b8e1ee3f13f 376 0.18/1.00 vMB 108
260,658 260,658 000000000000001623e495d96fad06b5c48b6ec8ac6d814ffc5f8c62d8985a19 347 0.16/1.00 vMB 116
260,657 260,657 00000000000000148955d2d6f7635f8e3516e84d559148b604e4ebf677d1e73a 137 0.15/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 783.84 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: 793.02 GB
    • Received: 21.94 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.