Loading Tool

Explorer IconExplorer

Memory Pool

28,103 transactions
9.09 vMB
0.08358042 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.76/200 MB

Candidate Block

Mining Attempt d2fb04af6f3480bee7437a93baf84ddca360bdc07e33f73903ce25a63fb232b9
Version 20000000
Previous Block 0000000000000000000011ee6be1f5cf973d03d599ed04c0e662c0af9fe42b42
Merkle Root 06a549936e6993d64581277519558d7ca838792976384d17bd26bdf6ac5b0f84
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,878
Size: 1.00 vMB
Total Fees: 0.02438658 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,996 (722,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,405 190,405 00000000000002eced54c1729a30aeac818793011b94bcf9fad35f7f28cf157d 0.20 MB 482 138
190,404 190,404 000000000000017c752363ee57855b0beb9504d8ef4d9ce83fedca0ac7580894 0.11 MB 311 203
190,403 190,403 00000000000007dc3bbec8015b738280f8855f43782ad5f4e6ff348f7313a3f0 0.05 MB 130 0
190,402 190,402 00000000000000d9f181f8c7d832f4cf38c12f523eb3404c92947325282e0e19 0.17 MB 440 185
190,401 190,401 00000000000000a2110bf0ec481cedd448268d9ac2eabb8a6c0a75954ffc8cb1 0.00 MB 7 310
190,400 190,400 00000000000006a6db93e62479f809c6afeb4728427f5cd6b572e559799532a3 0.00 MB 13 312
190,399 190,399 000000000000054c324387d91ca9c003a2b70fe2eb13629e6c98bfd860858b1a 0.13 MB 331 135
190,398 190,398 000000000000056a1d3546ade39b419dd634e853bf867b67588ba36af1857e2f 0.06 MB 151 100
190,397 190,397 00000000000008b9469fb78a249f242e39d2045cb0a3c2071e9cabf31ddd4a32 0.04 MB 92 81
190,396 190,396 00000000000002488da0fa3a7feee92759ead7cfddba273423367581111e2f8a 0.06 MB 81 453
190,395 190,395 000000000000049f173b6e9d98652c2cec264b7ef6411117cffba5ebbeb139d3 0.00 MB 14 0
190,394 190,394 00000000000003985f95b5d01580d75b37e5ae32b41a02550f1025053703f40b 0.12 MB 297 152
190,393 190,393 00000000000005e96636c2341b65f79c0c53166a8dae430c7038d80fc6c6c35c 0.06 MB 183 38
190,392 190,392 00000000000002d9b48719d558f507fe84f5d783ae01f8c1a6f64a11d6cc8ab3 0.11 MB 316 116
190,391 190,391 000000000000059b51c3f4abd8fc6c03918e59af872e922f9ad27b66acf601b6 0.10 MB 256 153
190,390 190,390 00000000000007c67980f9c0f6895f8c0e7d965ec9052f47d7054586464df63c 0.00 MB 7 0
190,389 190,389 000000000000053746cff138a6053a58db8363be60d78a8c026816936d8b7955 0.05 MB 132 112
190,388 190,388 000000000000029e8678923b1b68b88ad825924e5856624d35fc592a3b56e782 0.00 MB 10 305
190,387 190,387 00000000000005076bbdf97c3f30f10bd912bf0a369ee0fcfc1fcb2ee2510cd0 0.14 MB 384 127
190,386 190,386 00000000000001821a74e4f7b4040db96ad0381d955d46b6f8c5f4c9207fe2df 0.05 MB 127 107
190,385 190,385 00000000000003b4b7d8f6ddf496940e53a07919de8e38ebef4b9eaa7d932b46 0.02 MB 33 60
Previous 10 blocks ↓
Total Size: 778.83 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: 379.09 GB
    • Received: 3.41 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.