Loading Tool

Explorer IconExplorer

Memory Pool

74,052 transactions
27.46 vMB
0.06995497 BTC
Random Selection Loading Transactions
Max Size: 167.41/200 MB

Candidate Block

Mining Attempt 6e7c96c5e394f3dc816d46599dc087d33150f69d98ab834326f057060d51e8a9
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 0cf58c90c746a1861c51d52af1bab0464b424e3cb587289fb201bb631137fd37
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,673
Size: 1.00 vMB
Total Fees: 0.01100256 BTC
Feerates: 98.68 > 1.10 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (231,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,264 684,264 0000000000000000000a2aa906b8262a2f7a9b418574a80ed532da6696abd758 949 1.00/1.00 vMB 112
684,263 684,263 0000000000000000000809cbc69073e14cba0a0ce023d337d06a7b0348fa1fd1 2,282 1.00/1.00 vMB 119
684,262 684,262 000000000000000000042878cf0f07331721bab0a19d84a0807f5c1d02079d69 2,282 1.00/1.00 vMB 121
684,261 684,261 000000000000000000080d56d656cbc4a5c10bfbbc08c64342ba1532df8824b3 2,610 1.00/1.00 vMB 135
684,260 684,260 000000000000000000006bd3d6ef94d8a01de84e171d3553534783b128f06aad 1,945 1.00/1.00 vMB 114
684,259 684,259 000000000000000000098fabad85b4a54c62b942484366c6e4cf61b48cabd87f 1,001 1.00/1.00 vMB 122
684,258 684,258 0000000000000000000ab9408daec1ecd6f9736b2a58b2912398c205dfbcd70e 2,398 1.00/1.00 vMB 131
684,257 684,257 00000000000000000006e34f6af5b33a1256edc9b07081ffee44a37c02f2eec7 1,187 1.00/1.00 vMB 112
684,256 684,256 000000000000000000062a1f811f15faab93c316f58c4c39740543db6ae131ea 2,135 1.00/1.00 vMB 120
684,255 684,255 0000000000000000000534cd3d41fd30efcaab3d902e32234c1f4c85f326aef2 3,366 1.00/1.00 vMB 163
684,254 684,254 00000000000000000009fe89454b14a6c92bbf5b2f213a1d8da17022f167fd9e 2,265 1.00/1.00 vMB 120
684,253 684,253 000000000000000000055660fbcc10f4c5ab8852edbf8cf7b8f593ca5bd56f51 2,028 1.00/1.00 vMB 94
684,252 684,252 00000000000000000005b2e581a22af362ff7445be6b8f0986f545482d332ed1 3,256 1.00/1.00 vMB 100
684,251 684,251 000000000000000000083593d06e393bcea9a8e9e90ce5895a46a50f30de6e51 1,427 1.00/1.00 vMB 106
684,250 684,250 000000000000000000052c25b4efb03670c3e34cad84a9bdc4e254ba4ad14be0 1,613 1.00/1.00 vMB 112
684,249 684,249 00000000000000000000a5573cc47d6ec43366b712c3f563310e089fca9b1b9d 1,527 1.00/1.00 vMB 111
684,248 684,248 00000000000000000008ec76718a70bcab7fe5ea61dda79213e2fe46059c404f 2,618 1.00/1.00 vMB 134
684,247 684,247 000000000000000000085407f9abd2fb1a4c1b2c66164f3bc1b4bb65c35503d7 1,556 1.00/1.00 vMB 112
684,246 684,246 00000000000000000009739c69276d2377ff44cd4abacf83d14249527d02af85 721 1.00/1.00 vMB 110
684,245 684,245 00000000000000000002cc1e5c10d661f40635683edcc42c5a532357430d2a10 2,718 1.00/1.00 vMB 123
684,244 684,244 000000000000000000032149b9c49c17391645bce567f5b4fefce3a581cafa3c 291 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.