Loading Tool

Explorer IconExplorer

Memory Pool

80,180 transactions
30.06 vMB
0.08785012 BTC
Random Selection Loading Transactions
Max Size: 180.29/200 MB

Candidate Block

Mining Attempt b8573a2031cc276f6039f9cea9c0dad88e6227956c099f4b51d8cd347bc8437e
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 560bca33b8b918c0bdb02109265da505560a077a0396be3a404cf9ca7d4e4a29
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,626
Size: 1.00 vMB
Total Fees: 0.02623651 BTC
Feerates: 301.07 > 2.63 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (244,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,974 670,974 0000000000000000000d1d336ed1780cfdded80f6e3d9ea61f236a95d83c082a 2,705 1.00/1.00 vMB 104
670,973 670,973 0000000000000000000d0a5c27f65b5c3eb70c0709fcb2fafbcb8168f6b6f48f 2,527 1.00/1.00 vMB 110
670,972 670,972 0000000000000000000a4500183a656a53fe273f85d8159803752ba8421b32c3 3,149 1.00/1.00 vMB 117
670,971 670,971 000000000000000000033dc590f3e75e20ec98d7a0dcf1f802d5b0e11ce261c4 2,129 1.00/1.00 vMB 111
670,970 670,970 00000000000000000008d8ba2dbae6e3945bc1791f153ed5058da42b8451e405 2,195 1.00/1.00 vMB 112
670,969 670,969 000000000000000000001610b71762ea3b95d184a5e1d4ac8a3b4ea6f0245cc7 1,307 1.00/1.00 vMB 103
670,968 670,968 000000000000000000061022d79fbb9e9c82c2921d72a89c28cc90fc7143607f 2,799 1.00/1.00 vMB 122
670,967 670,967 0000000000000000000567dfaba6c2ef7172d1518e0d83079a1329545d8b4a85 2,296 1.00/1.00 vMB 114
670,966 670,966 00000000000000000002ea6640f510561e551d42b0abf938aa7dd165ce288541 2,274 1.00/1.00 vMB 39
670,965 670,965 000000000000000000012ba2d632ca35d546af81831bf808635ee14a176690fd 2,318 1.00/1.00 vMB 64
670,964 670,964 00000000000000000006b96d84c6d5801b3b226697002b0dd7bba0115eb57938 1,824 1.00/1.00 vMB 39
670,963 670,963 0000000000000000000a6f35afbfcf61d16b0e81eda42be1e3caa4d971965e41 2,185 1.00/1.00 vMB 69
670,962 670,962 00000000000000000002794c69c84840356fe34664cdf62af14fa068ebd71e46 1,857 1.00/1.00 vMB 47
670,961 670,961 000000000000000000019122e4f963c1e4097f1f44c3d3e3017c6db14d9c8dec 2,087 1.00/1.00 vMB 72
670,960 670,960 0000000000000000000326c01cac03b9cded403d2bcc01f1f3f78f768f16c34f 2,111 1.00/1.00 vMB 59
670,959 670,959 00000000000000000003c0f9d065b8a00b238f5385cb2fe013fd526c886765f4 2,388 1.00/1.00 vMB 61
670,958 670,958 0000000000000000000428ec2897ce6575ff0a3b50a9e5f16927625b4e842602 2,798 1.00/1.00 vMB 115
670,957 670,957 0000000000000000000cea3fb7c4f33258cc5ea8e6e2f4b82cc52f2f40c7c8ed 2,058 1.00/1.00 vMB 49
670,956 670,956 00000000000000000001901cc20921fc0be5b11927066001a5dc36b55484bc84 2,550 1.00/1.00 vMB 101
670,955 670,955 00000000000000000007660b58a376fb88f675fad0b713212f42fe74e51b9189 2,983 1.00/1.00 vMB 113
670,954 670,954 0000000000000000000d082a84b7ff56b94cc9a24ec53c81e8c2cc9a764bfd60 2,808 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.97 GB
    • Received: 15.07 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.