Loading Tool

Explorer IconExplorer

Memory Pool

81,456 transactions
30.52 vMB
0.08742148 BTC
Random Selection Loading Transactions
Max Size: 183.31/200 MB

Candidate Block

Mining Attempt 196012a847826f705571b18c442aaa5fdae498e3b6cf84795e39a2f005320c3c
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root 5e30be321b7237998884dbfb3ebcd9c66171cb094d0a75d7fe1a219c98fdee19
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,233
Size: 1.00 vMB
Total Fees: 0.02311308 BTC
Feerates: 100.24 > 2.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (325,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,188 589,188 00000000000000000002f210eb6bd0b915eb3d69b4e6922850986e22521b7095 2,151 1.00/1.00 vMB 59
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
Previous 10 blocks ↓
Total Size: 782.37 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: 663.65 GB
    • Received: 14.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.