Loading Tool

Explorer IconExplorer

Memory Pool

77,060 transactions
28.41 vMB
0.08800452 BTC
Random Selection Loading Transactions
Max Size: 172.93/200 MB

Candidate Block

Mining Attempt 82588bd5c60d9dd89b67868da24ca9224d88c0813e78354b2fb1371f51b5501f
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 9e2f63530ca3406b8a5fb1f3cce650c6d73ae5a81d8e242749635cd186bef546
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,595
Size: 1.00 vMB
Total Fees: 0.02452193 BTC
Feerates: 477.45 > 2.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (324,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,215 591,215 00000000000000000004a9e21836eeddcd879df759e264a3c6c7a4ec7510b0d2 2,686 1.00/1.00 vMB 50
591,214 591,214 0000000000000000000f1667d8af0e692480d6ea2c67d6312a3e2290d6937a12 2,917 1.00/1.00 vMB 80
591,213 591,213 0000000000000000001477c82643919661bbb47cf3c6f9a9561021305ead0f83 2,293 1.00/1.00 vMB 47
591,212 591,212 0000000000000000000107ace6444a7530d35006bac5c7fdc23b6d0d526a0b4b 2,366 1.00/1.00 vMB 21
591,211 591,211 00000000000000000012251dbd7503a008443c366f4a4e32dd9d46ab4fc24349 1,771 1.00/1.00 vMB 35
591,210 591,210 0000000000000000000f51d9c689914e1f08cc104a12ea13dae70c638ab2242f 1,799 1.00/1.00 vMB 41
591,209 591,209 000000000000000000145c3e5800b61dda8a9f3ce77e5edb96295ed5ae37c0d2 2,176 1.00/1.00 vMB 15
591,208 591,208 0000000000000000000ebc971f02d30d9968f748145920584b05a0ddfc66ca34 2,609 1.00/1.00 vMB 15
591,207 591,207 0000000000000000000bfaa7a0549308525f5319c51caf2e227a0e7c6b41316b 2,414 1.00/1.00 vMB 35
591,206 591,206 0000000000000000000ec8808ca537b21d93dedbf6bf38fe78758cc13c2813f2 2,744 1.00/1.00 vMB 40
591,205 591,205 0000000000000000000860fcd40bd4862508ece469768bd63796d311af6e31c5 2,387 1.00/1.00 vMB 54
591,204 591,204 0000000000000000000e0a63fba11623c1a797f5637f5676d51dfdecd6e70468 2,377 1.00/1.00 vMB 42
591,203 591,203 0000000000000000000f4abff099d8c727adccee6d849a7e17d83179b31e5e6b 2,205 1.00/1.00 vMB 35
591,202 591,202 00000000000000000007da0dc0c07c2cbae8ed312cfc9509275fb9e15d287378 1,922 1.00/1.00 vMB 78
591,201 591,201 000000000000000000136cf467d4d9ae8af79441d049d06b3e2ea03a83126ed1 2,722 1.00/1.00 vMB 57
591,200 591,200 0000000000000000000519fec592fcabdc816409889ca643e02f2b889da602fc 1,014 0.66/1.00 vMB 7
591,199 591,199 00000000000000000007bed270db1e8d573647424ee32ffb9c7999b440431d97 2,216 1.00/1.00 vMB 23
591,198 591,198 000000000000000000187f222f57e1fbaef968da6649bbdfb2da50687b8bbcb6 2,817 1.00/1.00 vMB 61
591,197 591,197 0000000000000000000d079fe6ba4df291237c6a155fb6cfc5a318a4a9a7a139 363 0.60/1.00 vMB 13
591,196 591,196 00000000000000000002439b81aeebb652ebc0d7bcb79e464ad4b7d0f09471e4 1,914 0.98/1.00 vMB 2
591,195 591,195 00000000000000000019c7adc653d68071c6581e4e63d49f19a2e159232e080d 2,864 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.91 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.77 GB
    • Received: 17.47 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.