Loading Tool

Explorer IconExplorer

Memory Pool

74,043 transactions
28.53 vMB
0.08444298 BTC
Random Selection Loading Transactions
Max Size: 168.72/200 MB

Candidate Block

Mining Attempt 41bf94c2090d06378f7aa1197853c095023f43c26561f4c9a2471354a903c640
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root d0208c52ef235ff93db6f27c26896474e0d81fd3c914cf0942549b9543eaa16b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,694
Size: 1.00 vMB
Total Fees: 0.02718181 BTC
Feerates: 196.43 > 2.72 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (325,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,187 589,187 0000000000000000001b7c8bb2d4907dd4ee75b57a2b7da231af0e39e9c9cc74 2,493 1.00/1.00 vMB 70
589,186 589,186 0000000000000000000eaf4b9e820d88ccfa99a51bde64b37eb5c21847765ea1 811 1.00/1.00 vMB 60
589,185 589,185 000000000000000000121e6efe7f8fe579aecf6e06d1140b298b9ae8927039c3 2,841 1.00/1.00 vMB 74
589,184 589,184 0000000000000000000ecc9acb06e99fd7d0fbd0bc42affce9b8dd7728da7340 2,762 1.00/1.00 vMB 77
589,183 589,183 0000000000000000000e031053ccfc0ffbf3ebc4e49f1a3bb4f9406d144cfda9 2,435 1.00/1.00 vMB 67
589,182 589,182 00000000000000000000428eede9f75329681f610b20cf1efd8b163821bcdfac 1,799 1.00/1.00 vMB 72
589,181 589,181 00000000000000000006f68761dbdae1bb0f2ae78c17ba3c4fa8b881f9dc2dbd 1,869 1.00/1.00 vMB 74
589,180 589,180 00000000000000000003c90ad34527108249cf24f790ec65363ef8c878055190 2,597 1.00/1.00 vMB 108
589,179 589,179 0000000000000000000bd3f6270a4165592cce5c554fb4d18a737ae180d3ca51 2,583 1.00/1.00 vMB 75
589,178 589,178 00000000000000000014ffc7f2e7eb416a39c22c188227c4ffdf261a63194523 2,167 1.00/1.00 vMB 41
589,177 589,177 0000000000000000000463fdf94d7a3ba0de53ed84d8152c5bd3bda77e768150 1,656 1.00/1.00 vMB 27
589,176 589,176 0000000000000000001b99dc57207aed4bd15509469078d39e71f2ebaf21b32a 1,886 1.00/1.00 vMB 26
589,175 589,175 0000000000000000000a06ad7631c330c651e19c97bb1dea7ddcf143dd9ac2e1 1,624 1.00/1.00 vMB 18
589,174 589,174 000000000000000000127b9d13632d22e40e21995e0af790c8517cab8c8f3b7e 2,373 1.00/1.00 vMB 28
589,173 589,173 000000000000000000067a4c652467829ace2fe97b1a2676f7d1b9444123ee48 2,899 1.00/1.00 vMB 56
589,172 589,172 00000000000000000007c0af0445db1d6159343d2e501b4e2e2a3cbca2047a65 2,604 1.00/1.00 vMB 51
589,171 589,171 00000000000000000008bbaa58b560c71bdc25d669173e8183976d18313d8518 2,234 1.00/1.00 vMB 20
589,170 589,170 0000000000000000001bc6f10dc9e022a76c0741fafe9969a2159856883f90e6 2,811 1.00/1.00 vMB 79
589,169 589,169 00000000000000000012c484402449e9212dce458f6d4ca16bec111c1efec43e 2,452 1.00/1.00 vMB 36
589,168 589,168 0000000000000000000de7b518aa3de735042099d4262af188ba6cdf802c7fc2 2,675 1.00/1.00 vMB 74
589,167 589,167 00000000000000000011501f008cae2c0f6a34a3e855ce87e2b7ea9e7f7434ad 2,894 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.45 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: 667.50 GB
    • Received: 15.26 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.