Loading Tool

Explorer IconExplorer

Memory Pool

87,754 transactions
32.13 vMB
0.14551508 BTC
Random Selection Loading Transactions
Max Size: 193.91/200 MB

Candidate Block

Mining Attempt 70f0b67ed80aeda71eaafef6221bfc07106da753c66a5667bdc54a8bf6b3366e
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 9cabd46dbad1c96475893fee77b6c16d8cf0bebbf813c324d34d2fe8dbe84520
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,616
Size: 1.00 vMB
Total Fees: 0.05365650 BTC
Feerates: 911.92 > 5.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (685,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
229,103 229,103 0000000000000181528e49085fad9c7426a1c925756321ae8167c96be004899f 117 0.30/1.00 vMB 56
229,102 229,102 00000000000001745647cb175c8447d5e9a7aec5fe1267a62ce104316f8151b0 301 0.15/1.00 vMB 158
229,101 229,101 0000000000000198f34c88f29c6907b2bc4edb963e4589c9565b91d1fdcfe6d3 12 0.05/1.00 vMB 57
229,100 229,100 000000000000026832b00d0dc08ea8f42aa5218245edb8df6aada3a5bdf7a98a 168 0.18/1.00 vMB 99
229,099 229,099 000000000000022cbec11a3bd2d4df7638dcb3f9eeab98aa31c6e0b7b4052945 239 0.15/1.00 vMB 138
229,098 229,098 0000000000000250bce1d49f46d95ec88dacafa7053da8b1d8ca69ffb8c34d45 444 0.21/1.00 vMB 177
229,097 229,097 000000000000012ee2117e34c7ab598a1486dfbf3a9618f70825247166b2f071 111 0.05/1.00 vMB 168
229,096 229,096 000000000000019ca3aa67e2b09c509a1388f53996360cef1f333e8670554e5d 20 0.01/1.00 vMB 188
229,095 229,095 000000000000004dddee250a98242be8dcf795116c273aa6f07c6af38a67d11c 184 0.08/1.00 vMB 156
229,094 229,094 000000000000020d82d022725a6d3674b7ee36e315dc5dafdb7acda3a1fd482c 51 0.04/1.00 vMB 100
229,093 229,093 000000000000023f417dcd5be1aad54e7d4fee6e1416f63b87de18e16f0fdf3d 56 0.04/1.00 vMB 152
229,092 229,092 000000000000008e4528637c56aa1fcbfff1e2be75b6aaae67c53876ef28ddcb 39 0.01/1.00 vMB 171
229,091 229,091 000000000000020369c99a073f1b4877ddbb5b695540b8188223698e657f9f98 204 0.09/1.00 vMB 203
229,090 229,090 000000000000022e9e8d4d60b4f1503d6f1154e591474580a73a5ef367a38342 63 0.03/1.00 vMB 176
229,089 229,089 00000000000002643104ca3a9a9cc5280d3a71be5b42cec9785292737c8d5be9 26 0.01/1.00 vMB 99
229,088 229,088 000000000000021c51857c92faba4e408b9220d5e1c6eb2e3ec305e08b1c8fdd 315 0.17/1.00 vMB 134
229,087 229,087 00000000000000eeaeb1b6d74fb4407a20604ff2673fe7cf4efd03f23d123338 6 0.00/1.00 vMB 134
229,086 229,086 000000000000003cbf221a1790c0a71c37aefd047bd29c6566a0cd19621db598 256 0.17/1.00 vMB 128
229,085 229,085 00000000000001c43d2124227fd818f9ba84a1f745a5168eb424b66dff1e0bdf 134 0.04/1.00 vMB 66
229,084 229,084 0000000000000051f6dfb0150fab246b27bb5e7c2cd34c81e54695993fc20003 380 0.25/1.00 vMB 149
229,083 229,083 00000000000002577f3de137df76925d5bf261f987325db7ffc70cdb11b6d6ae 20 0.01/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.34 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: 661.03 GB
    • Received: 14.79 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.