Loading Tool

Explorer IconExplorer

Memory Pool

76,547 transactions
28.91 vMB
0.07446829 BTC
Random Selection Loading Transactions
Max Size: 176.68/200 MB

Candidate Block

Mining Attempt 93dd45bc5c2dfe04f7dcde4c2af5ba47ed954d0a57d37cf103a96176f4a5da20
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root e24fb13bc5b41c8ed6b4639f195ccadab5edf93b6cf4de1ee1c04311fbc61de3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,533
Size: 1.00 vMB
Total Fees: 0.01155191 BTC
Feerates: 104.17 > 1.16 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (386,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
528,974 528,974 0000000000000000003725d11b8f21bf6f51e3ff94bed1da894e62164969e98a 378 0.16/1.00 vMB 39
528,973 528,973 0000000000000000002212bd5d1250e52b069ec26fc9dd6569adf251c7675235 946 0.39/1.00 vMB 35
528,972 528,972 00000000000000000018532875f786af2a06be136b474a01ea9b22f1228d22f4 320 0.14/1.00 vMB 52
528,971 528,971 000000000000000000141f223d66446a1d95b992f07cb26c7e4fc997f54cf4f6 1,150 0.55/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.82 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: 710.60 GB
    • Received: 17.08 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.