Loading Tool

Explorer IconExplorer

Memory Pool

85,131 transactions
31.72 vMB
0.11259526 BTC
Random Selection Loading Transactions
Max Size: 194.46/200 MB

Candidate Block

Mining Attempt 8c92e3a0351b5115304c66cd5c3c31caa0415d2d4cef353bf6e88ea4dd5d16db
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 22738eb2105c4fa3d8829d03d265c6d820d1a6ed0048c0c5b7f8898bbbdaa1f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,781
Size: 1.00 vMB
Total Fees: 0.03783657 BTC
Feerates: 301.57 > 3.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (386,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
528,995 528,995 0000000000000000000ec880d187bd7918bc6276f036bc038803ec97de8d5f69 484 0.28/1.00 vMB 62
528,994 528,994 0000000000000000001bb4122cf915675978f42301271467bd9ee04fd6983bbc 2,315 1.00/1.00 vMB 44
528,993 528,993 000000000000000000372f9926f083e8704647f8c39610b0e8d375a6c254291e 573 0.28/1.00 vMB 12
528,992 528,992 00000000000000000010957f70d81652c561396730c2e667bb20056f450916b4 2,535 1.00/1.00 vMB 60
528,991 528,991 000000000000000000190832759b30c6408538b263d9d3a82cafd3de9ab8c509 797 0.36/1.00 vMB 41
528,990 528,990 0000000000000000003153779a6d0ea55c9bf97d3f1f36d4f4b7af9f9a9dd83e 820 0.36/1.00 vMB 45
528,989 528,989 0000000000000000000fd2255300e20f6e886706ad65a53e57826874f936753c 1,016 0.51/1.00 vMB 42
528,988 528,988 0000000000000000001798d57cf94c506ceccf62a7dcf5925aa90e19a2b8fb70 671 0.42/1.00 vMB 22
528,987 528,987 00000000000000000018d0538b0d4601b15e30ff6a9c433d2d6f58f07c30ca10 68 0.02/1.00 vMB 25
528,986 528,986 00000000000000000033fdeeeacba1f00c2a9d7b8a5a2524beb4dca1c0fcffe6 855 0.40/1.00 vMB 35
528,985 528,985 00000000000000000000777053ec4893c99e49c99ffae87c68d7260822233b91 1,564 0.61/1.00 vMB 43
528,984 528,984 00000000000000000024cb1f732775b12311e5be4ab36385848deb8dbb82da4f 280 0.10/1.00 vMB 35
528,983 528,983 000000000000000000048601cfa7fbffbe78512ec28b30fb3d67c1ce5cf232a6 1,125 0.43/1.00 vMB 30
528,982 528,982 0000000000000000000b6a8d92e8546691aa0ffcfc8842380ab686f20a3f9c0f 2,182 1.00/1.00 vMB 43
528,981 528,981 00000000000000000005e1adf3f5dfd6b6d7264f74eeb5e67974c9fffedf200a 655 0.26/1.00 vMB 31
528,980 528,980 00000000000000000036c96abfa1b9d1b00f9b64bb2ba5f4b2536153385efed6 80 0.03/1.00 vMB 27
528,979 528,979 00000000000000000024af75eead9328b4ffcb091acc4a6ddf44456e65dea4d0 2,054 0.86/1.00 vMB 42
528,978 528,978 00000000000000000035fca9013747d7d6f563a2d5c1f11e17329d0099bcff3b 1,047 0.45/1.00 vMB 41
528,977 528,977 00000000000000000025b69bc10ef0711170d5eb149ca5683f6f3986c5e46c48 139 0.07/1.00 vMB 18
528,976 528,976 000000000000000000042899d6674f56330661f706ce3238e8b4707be217e275 399 0.19/1.00 vMB 37
528,975 528,975 000000000000000000005862c6d8ce9e051a2c9e839f7e0f75dcaf2d67813b4e 184 0.10/1.00 vMB 58
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.60 GB
    • Received: 16.93 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.