Loading Tool

Explorer IconExplorer

Memory Pool

89,333 transactions
33.08 vMB
0.21025856 BTC
Random Selection Loading Transactions
Max Size: 199.88/200 MB

Candidate Block

Mining Attempt 3715f70b2987be4ec2f5f4a2a5dd8032646700ebc8586e48f64f53191d787e48
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 6f9b81c4cff381a5881be2cf1d6616c7c528cfa9d9156a26d74b39a0bb7069c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.09444634 BTC
Feerates: 387.56 > 9.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (365,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,213 549,213 00000000000000000013bea4ec01c90def75db6bb5c38b65dfd538d55d0e2f89 2,843 1.00/1.00 vMB 7
549,212 549,212 0000000000000000000e56b5fee32b19b3dafc7e5ac405b354c6829f36dd8ad0 2,777 1.00/1.00 vMB 25
549,211 549,211 00000000000000000001225df74e54e4c5245f4294de4cd20c0fdbb34cbe642b 2,981 1.00/1.00 vMB 32
549,210 549,210 00000000000000000007f1204d692764341968cfe9a67cea638bbf641c49a770 850 1.00/1.00 vMB 3
549,209 549,209 000000000000000000003f9a29bf503436f90455e1f9e3cb2e4db2fab5abf8b1 2,071 1.00/1.00 vMB 6
549,208 549,208 00000000000000000018dc19c4d6802446b29e16908576f35e1e8893ef54e130 2,852 1.00/1.00 vMB 9
549,207 549,207 00000000000000000005c37c9522619f3aab5492618f968c785c77bce2bd72c4 2,710 1.00/1.00 vMB 21
549,206 549,206 0000000000000000000f74bf3cc36440f5f4ae87691a38119bb8acb8299591c7 1,987 1.00/1.00 vMB 9
549,205 549,205 0000000000000000000e82526e25a799113913a718723b2e84b2088c7538fbec 2,661 1.00/1.00 vMB 10
549,204 549,204 0000000000000000000a8034481394c33da79413346e91667768fd1778141812 3,002 1.00/1.00 vMB 12
549,203 549,203 00000000000000000020f19e538900b9079d617f5303160b572fc69a93787065 2,514 1.00/1.00 vMB 10
549,202 549,202 00000000000000000003c8a8cca6458d21d38ede9fa1c835f058fdbe5bc2f32b 2,482 1.00/1.00 vMB 25
549,201 549,201 00000000000000000015c6e7fa5a9682f4e6ef91d17e5a22d7cca50112c24495 1,698 0.59/1.00 vMB 11
549,200 549,200 000000000000000000097b2cdf4f4d1c15ac97019e32e19319e32134d38c6f2b 3,392 1.00/1.00 vMB 27
549,199 549,199 0000000000000000001da9237bfd5d387ff4ec45e61980f3e458f74f0bcc8245 3,100 1.00/1.00 vMB 6
549,198 549,198 0000000000000000001c2b26e515677d6561f9caf3a07002422adf51771a8980 1,907 1.00/1.00 vMB 13
549,197 549,197 0000000000000000000d2ddd8586fc0e65751545d3521e037778bd64e1cb2864 3,301 1.00/1.00 vMB 24
549,196 549,196 0000000000000000001cf3fd329d0c099891f3045f3ec355958dcf9c84dd1395 3,062 1.00/1.00 vMB 8
549,195 549,195 000000000000000000117a73094a518bc2c20e205ba5cd8862a4c45d4ef283e9 2,929 1.00/1.00 vMB 11
549,194 549,194 00000000000000000027171bacfcfa10aec88b1b0f6b277388524be2680ef0fb 3,200 1.00/1.00 vMB 8
549,193 549,193 000000000000000000074f3a6e79a3b94c5b844e7c033fb40b6f0b80833b6e3f 3,092 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.