Loading Tool

Explorer IconExplorer

Memory Pool

25,355 transactions
5.87 vMB
0.02203155 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.15/200 MB

Candidate Block

Mining Attempt 50ddc84681a3f53edfcb013de2c639544fd4327022b748d24e83222ae49e3b6b
Version 20000000
Previous Block 000000000000000000020aeb65c9ae5b152a7c79d1526fdf29b28ca5819ff869
Merkle Root be1b36c24b3bf4b34bfb1cf14c42a20d872ff9757c7f9ff60c29e24315dc9668
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,711
Size: 0.59 vMB
Total Fees: 0.00781090 BTC
Avg Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,014 (720,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,341 192,341 00000000000003481a68e702a3d25f3fc8ccf48732c0d157d65c2499d1657536 0.02 MB 70 32
192,340 192,340 000000000000072cdfb82cbb9f3975fbc67798d34700248ccf4fbc0779b88206 0.20 MB 482 132
192,339 192,339 00000000000001d974e654fbf26f3077a9b4bce6041e71d46d205e8b7a81675e 0.06 MB 177 102
192,338 192,338 00000000000001b111eb3c33292caa4465485f3c01af1cdf42e5d734ffb7c7b9 0.01 MB 35 115
192,337 192,337 00000000000000fd0e15176331e79751a64e177ac6ea5ec3a16d20d299072d05 0.20 MB 512 104
192,336 192,336 000000000000022505e2ed7a86bf1179f09df69094097b583e6862a7a752efb4 0.01 MB 32 0
192,335 192,335 00000000000004cc1be1f885af68b803c3b93bc36c73b962c9824f287bb22690 0.10 MB 217 158
192,334 192,334 000000000000067b14edb12078c287c6f4d62415882c0153c05f5c438fbd53cb 0.03 MB 54 30
192,333 192,333 0000000000000348d814a8627ff1b9557d089e9d31a0928cb3fcfd0d2885a0fb 0.19 MB 407 129
192,332 192,332 0000000000000200a82a19aa235632e3b384f2eef831e7e30cf7afe326d652d0 0.00 MB 4 0
192,331 192,331 0000000000000244e3097dc4b0a3888c8cd5b1bb8de82555c9bca14fd6b80dc1 0.05 MB 100 133
192,330 192,330 000000000000023034c5edd1d736822c36f7c76f196eb2c6702b7917c111307a 0.05 MB 128 63
192,329 192,329 00000000000001dba4c2c59c7e17c842474ae357578c0fe80c4165e5b1a33c96 0.08 MB 256 46
192,328 192,328 00000000000000a4aebea6904b11f38c316e968069214d73b885ef88fdffd896 0.36 MB 752 130
192,327 192,327 0000000000000083cfc8367f093641b5af5eccf155a334d4d800c5b1e2b7b38c 0.10 MB 256 73
192,326 192,326 00000000000004a961834958c5343282692444c29c79cc04444de0528e4a0c4c 0.09 MB 177 93
192,325 192,325 0000000000000033e9305c2e86883a53946c45f154e0e2be32df5822bdbad85c 0.05 MB 128 44
192,324 192,324 0000000000000329cdcbd38aa366ba6b1fc6bc763915a15098611259a13c2003 0.23 MB 596 161
192,323 192,323 000000000000082f97c08c1767b8aff58c53d34829c90f1d464819ab73317360 0.20 MB 512 97
192,322 192,322 00000000000001cbb641692c4e2d1e89abe1d5ebdaf4b6ec180bf1c6471a6dc7 0.00 MB 10 0
192,321 192,321 00000000000007b67693fea8291bd0d9ac57a0377af10b60167a7f5e39df1ce4 0.29 MB 751 155
Previous 10 blocks ↓
Total Size: 778.87 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: 393.86 GB
    • Received: 3.54 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.