Loading Tool

Explorer IconExplorer

Memory Pool

23,456 transactions
10.01 vMB
0.06147776 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.31/200 MB

Candidate Block

Mining Attempt 7286b79c3071ef1f270c87f1ace1d498db5babd7058ff4b46bcbfa3d02ffb1b6
Version 20000000
Previous Block 00000000000000000001124cf23d5407a6c1c959f1638ede05fd1137b99bca69
Merkle Root 0ec73bb77a1bf8c854a2a981071319c36ba34945b5185b15c5db021d40e7bd80
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,367
Size: 1.00 vMB
Total Fees: 0.03321145 BTC
Median Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,405 (687,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,418 225,418 0000000000000091ab3e69c957b228233e0bd52e2147daaa0a44110330948d60 719 0.30 vMB 197
225,417 225,417 00000000000001efe3681f1e7889acb78fc4be27ebbff41b789ab2f4e28dbbb3 144 0.05 vMB 101
225,416 225,416 00000000000003a1828a30fbc8950ee0926f58f73be0e81ceba983c1613d6ecd 128 0.10 vMB 121
225,415 225,415 00000000000002471c6a4f4a84272003bf050ced20bc93e4b26dbbd29fad2f47 857 0.36 vMB 212
225,414 225,414 000000000000008f6eb525d519e1aaf339b289fee3f4b48426bbe351406f56fe 267 0.15 vMB 147
225,413 225,413 0000000000000136b08c8ed2607227bf4efd6bc9589cad09ee6dfe2a53c40f34 278 0.15 vMB 124
225,412 225,412 00000000000002ea70bbe099ad071eb469020ea06cdb37c09401ad5c0984d30b 770 0.25 vMB 283
225,411 225,411 00000000000002672adc0789b90fc572413503200c5db06b1b2127d94c7ad7c5 9 0.00 vMB 0
225,410 225,410 0000000000000184961ef5c2b08a23c9bb0082471acde8aae0d24fe70b62c578 265 0.18 vMB 111
225,409 225,409 00000000000002aef28db160c61f79296e7a5db3a4fdaef2ef243f76fee008b0 129 0.05 vMB 197
225,408 225,408 000000000000030f0d3d0ee94ec86ddafab1549083726b893e468b56599d5917 422 0.15 vMB 255
225,407 225,407 0000000000000013e1437c734bd1200b6535ec76c3c6d2e4a723f9dd86a43205 243 0.11 vMB 224
225,406 225,406 0000000000000146571c7f7d14014022752961ee8f75378a9a0253ecb824dfad 285 0.13 vMB 173
225,405 225,405 0000000000000304917b7399ac5fd83a602acff150510fafcfcd64e3335a942d 143 0.06 vMB 207
225,404 225,404 0000000000000299b897887f91ee2fc0206a3212ee5f8d5c17adb886e95fd41a 285 0.15 vMB 174
225,403 225,403 0000000000000064ada2a63940dfaf997b974ba4b363f94a8af936d87f6e3749 394 0.22 vMB 166
225,402 225,402 0000000000000249162366969991e96975f83115224fc3b075226b7064f1f512 393 0.25 vMB 139
225,401 225,401 00000000000000a065146dd5934d8b6ad809b51f32582b43cc02b69262d6c800 681 0.25 vMB 229
225,400 225,400 00000000000000ef28d826e3a7c7bed3420a6a289d7eac0fbef86640051088f5 161 0.09 vMB 145
225,399 225,399 00000000000000b01539e12ac8e68c273e74b7ff237fd5591c546dd1decf43cd 220 0.12 vMB 156
225,398 225,398 000000000000038ca51f4d41d17222113cefc9f4fdfedde3a68c613b463c9901 68 0.05 vMB 110
Previous 10 blocks ↓
Total Size: 779.57 GB

Node Details:

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