Loading Tool

Explorer IconExplorer

Memory Pool

84,788 transactions
31.65 vMB
0.10944239 BTC
Random Selection Loading Transactions
Max Size: 193.99/200 MB

Candidate Block

Mining Attempt 3fb3dc7e1e24f7252fc41a07eb2f9a4c45e53081c5e7c01f3cf7605401674fa2
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root b7d82ae75aaf2dda9e1e25f355fd48cc3502a5e18cb64f752d3b4bcac99dc102
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,675
Size: 1.00 vMB
Total Fees: 0.03530280 BTC
Feerates: 301.57 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (585,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
329,492 329,492 0000000000000000148e89d071b1ed01cdb6bdbcf359e74d1c51ef78ac1c5609 23 0.02/1.00 vMB 10
329,491 329,491 0000000000000000160cb2063b7983dbe88a646cbf6caf1493cf6322acc1d7f0 140 0.18/1.00 vMB 13
329,490 329,490 00000000000000000990a26f685f7b757e65d7604fdee86bce8d84c3e00f6318 1,368 0.75/1.00 vMB 27
329,489 329,489 000000000000000011895b5a923275c3384f7524d9d2dfcb95ebe2a7a18bfdca 1,984 0.99/1.00 vMB 29
329,488 329,488 00000000000000000f06b79a8e262092e51e3321de76a620f030f7af834a25f8 92 0.05/1.00 vMB 24
329,487 329,487 0000000000000000095b264bd4ff43cfe6e85ac2b4cc4c72f30132cf471e6210 112 0.06/1.00 vMB 19
329,486 329,486 00000000000000001646d024d4622a0e4a5c06299d7d776de041bc9c317be1f8 858 0.71/1.00 vMB 19
329,485 329,485 00000000000000000da1a9c992c60cd5f6296a33689df4adc3ae3e6615e29d3c 1,495 0.75/1.00 vMB 29
329,484 329,484 0000000000000000142a4ae4d6a65e76cbc9c91dadaf8e8e0dc18fedfdab6cdf 705 0.41/1.00 vMB 26
329,483 329,483 00000000000000000ee83f2daa68d1688a7dc650ae93c9ff5549a87cc584baf1 86 0.08/1.00 vMB 20
329,482 329,482 000000000000000015a086e26cb97eb13bce0eec105c7bb80766410d40cfef72 147 0.09/1.00 vMB 15
329,481 329,481 0000000000000000060f2b9f351921be1f5a78c7a519f5b43382cb5934592cc8 544 0.37/1.00 vMB 24
329,480 329,480 00000000000000000e9ea73a7c901f425852f21b759391ed30fc73fbacffa6f3 1,255 0.75/1.00 vMB 26
329,479 329,479 00000000000000000d1ad7ebb85906553943e91d8e97489f6e3a87bc8c1c171c 495 0.26/1.00 vMB 67
329,478 329,478 00000000000000000ec78e3bd71dc2a16e93d0decdb058ef451c6e04cee712b9 649 0.58/1.00 vMB 17
329,477 329,477 000000000000000000a69415fdb99864d47f05702c78890234d8f14774884074 367 0.35/1.00 vMB 20
329,476 329,476 00000000000000000dd17b5196883a42e83515cf073ba5c3d872e69a8493407e 2,158 1.00/1.00 vMB 34
329,475 329,475 00000000000000001b8807f7999e179b0fc14a192f24a7d78f8e389af96b3b61 1,321 0.50/1.00 vMB 38
329,474 329,474 00000000000000000396b5d83378c4bad4b3d48adc9929307e1b5372690b73c6 451 0.28/1.00 vMB 28
329,473 329,473 0000000000000000064d592f2c7ae0f46a68cac698d6ecec76c4edf5b0bf03be 945 0.51/1.00 vMB 30
329,472 329,472 00000000000000000ce8cf3c21fa508e9d98b5ce62a1ec259feec111e8fa8f5e 209 0.14/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.78 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: 709.60 GB
    • Received: 16.92 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.