Loading Tool

Explorer IconExplorer

Memory Pool

80,980 transactions
30.07 vMB
0.07472807 BTC
Random Selection Loading Transactions
Max Size: 181.30/200 MB

Candidate Block

Mining Attempt f0a2c770a8436e9207df8b234bc17e05df9e7107a2a5dbe8518351ae54551ad5
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 9379bae9c561a79e96a62f5060259fae00943eb1e4e037dffdc66a07ce885aaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,300
Size: 1.00 vMB
Total Fees: 0.01325478 BTC
Feerates: 40.21 > 1.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (365,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,224 549,224 00000000000000000002370c5ad69588280a0f1e7fed74cc213e1d1c80a6fe20 2,142 1.00/1.00 vMB 22
549,223 549,223 000000000000000000229b9e73c542882b7ced1b1f09aa92b04df2a5de618fea 1,367 0.88/1.00 vMB 10
549,222 549,222 000000000000000000035a73425a9e8d662e7cae168571574d21d7226bb76fa9 2,217 0.95/1.00 vMB 11
549,221 549,221 000000000000000000243f09d467d41f7edefbfd9e4fcacf61100b5d60b2e423 1,433 1.00/1.00 vMB 6
549,220 549,220 00000000000000000008c1b865e9afff0225b76c3274fc41a111431f458ec98c 1,631 1.00/1.00 vMB 9
549,219 549,219 0000000000000000001770f1d7dd1353f25757828d6b75c48248cd1a7a4db298 2,386 1.00/1.00 vMB 2
549,218 549,218 00000000000000000005b248c0d5694e5fa8358ff20dac701b28700102822bd5 2,836 1.00/1.00 vMB 15
549,217 549,217 00000000000000000015fc62bb4696c0d2d75c855dd4eafec65bf2916692b5ef 1,612 0.79/1.00 vMB 22
549,216 549,216 00000000000000000017a57924957f82bd934db73e4e85a86fcbbd10401631d6 322 0.10/1.00 vMB 28
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
Previous 10 blocks ↓
Total Size: 782.33 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.46 GB
    • Received: 14.75 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.