Loading Tool

Explorer IconExplorer

Memory Pool

38,356 transactions
25.92 vMB
0.05158512 BTC
Random Selection Loading Transactions
Max Size: 134.40/200 MB

Candidate Block

Mining Attempt 7d68922df4ea767202c5baaabacd47dd104ee4f2494e86d28bf4cbd6a56a7cfe
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root 15e84d941203d6112db55a7fc7b0d405ff26b03c3cce5ed10ae23318496228b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,954
Size: 1.00 vMB
Total Fees: 0.00426577 BTC
Feerates: 60.16 > 0.43 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (365,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,215 549,215 000000000000000000217235d71c508ea165defae9820b380cfed4aad2c2b2cc 2,169 0.72/1.00 vMB 23
549,214 549,214 0000000000000000000b28a1f8d1c9f8da592f5da1b7888f37ad464af79f3784 2,436 1.00/1.00 vMB 2
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
Previous 10 blocks ↓
Total Size: 782.27 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: 656.06 GB
    • Received: 14.38 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.