Loading Tool

Explorer IconExplorer

Memory Pool

75,014 transactions
27.79 vMB
0.07801538 BTC
Random Selection Loading Transactions
Max Size: 168.91/200 MB

Candidate Block

Mining Attempt 035d4fba797e992662fa90d01762dbab63c195d93c1783a0cd4c2a24e03da188
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 38ae0674e8780220722b65386426d58c740c0985f18d802a9a48b7aad64edde5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,240
Size: 1.00 vMB
Total Fees: 0.01850546 BTC
Feerates: 472.31 > 1.85 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (231,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
684,243 684,243 000000000000000000063ee055a6248644569e1da32b1efb7e24686be26f84dc 1,833 1.00/1.00 vMB 111
684,242 684,242 0000000000000000000384d35c44b9b819878f257ba1b34a7f9bd1d74e8d1c66 1,989 1.00/1.00 vMB 103
684,241 684,241 0000000000000000000273d312c403139d51e6b3f22ba7da1651b7a34afa4e41 2,385 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.90 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.55 GB
    • Received: 17.39 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.