Loading Tool

Explorer IconExplorer

Memory Pool

74,609 transactions
27.65 vMB
0.06860428 BTC
Random Selection Loading Transactions
Max Size: 168.40/200 MB

Candidate Block

Mining Attempt 4d06d3c5c6440c5a2c91d3025f12a22d3d34c0e145dfdaa795cacd691827e80e
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 2365cbbfc95c23de5676728a8adc19d33b16b68145b8e629438c49015f4d3528
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,635
Size: 1.00 vMB
Total Fees: 0.00829042 BTC
Feerates: 180.82 > 0.83 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (324,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
591,194 591,194 0000000000000000000ff2b853e75aaae81d037ff9c0c043047e05a60cae6d09 2,613 1.00/1.00 vMB 40
591,193 591,193 00000000000000000015bed872b106417002af23b973e772d706906af1e295ff 2,248 1.00/1.00 vMB 13
591,192 591,192 0000000000000000000ef76d5a0f9763f1c6cb1ac42770c4cab49f6ec55b0636 2,500 1.00/1.00 vMB 20
591,191 591,191 00000000000000000005b1480e51842a949a77f911184c76bb28bfaf25f395d1 2,524 1.00/1.00 vMB 30
591,190 591,190 0000000000000000001495e07688751c16a06be3d0b258d7b6c5afdf38f669a3 2,955 1.00/1.00 vMB 47
591,189 591,189 00000000000000000011c6f5af230761092a431ffedc5bb5f263f9c76393279c 2,745 1.00/1.00 vMB 66
591,188 591,188 000000000000000000166a1d2d54651f31a8b6abae8c2456c64729b554cc011f 3,225 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.85 GB
    • Received: 17.24 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.