Loading Tool

Explorer IconExplorer

Memory Pool

81,965 transactions
31.07 vMB
0.09839379 BTC
Random Selection Loading Transactions
Max Size: 188.80/200 MB

Candidate Block

Mining Attempt cc7bfd64ad7818a3e049aa7837c20defa1aabf5ace9f2de87765f986492b5434
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root 9725b75d4852e8f2ba34a6376cd022399add7183c202ca051b2d6ce38f1e8d8c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,319
Size: 1.00 vMB
Total Fees: 0.02449479 BTC
Feerates: 150.77 > 2.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (621,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
293,486 293,486 000000000000000000df09ec14e19fbccc0b0cb2e9c4c245ebdb24012a8d3fbc 128 0.04/1.00 vMB 55
293,485 293,485 000000000000000094718071ee52d34531174a1304c459691bd30d0810959b53 365 0.22/1.00 vMB 31
293,484 293,484 000000000000000063126620af3f979e92e852a332bb03c723119a3f8fa1da26 839 0.50/1.00 vMB 28
293,483 293,483 000000000000000092268fe69290d4150455aee141bfa0271c6948d18e56dfd0 256 0.09/1.00 vMB 61
293,482 293,482 00000000000000008597ccd9f5dcfe8aa52d50a0e6554372ae4d61e13dcf993b 490 0.33/1.00 vMB 28
293,481 293,481 000000000000000093fbba1738166321ead29b009b62e00febb370c2f491f404 128 0.05/1.00 vMB 58
293,480 293,480 0000000000000000610795fa515197cf77e3ff104cab97b903594e9914f49453 16 0.01/1.00 vMB 24
293,479 293,479 0000000000000000c59c78a2562342add561e1c110253a03cda72e1e86787074 53 0.03/1.00 vMB 26
293,478 293,478 000000000000000047b5ca73059f7f1db4827d2395866db85f68d1f269610c25 32 0.01/1.00 vMB 45
293,477 293,477 0000000000000000a274fb059598860a527ba7d5b8a8a7ce6ff6ac613397cec4 256 0.21/1.00 vMB 21
293,476 293,476 00000000000000009e4d31cc72177af994394126f484ab50db849f467c1aa0fb 362 0.26/1.00 vMB 28
293,475 293,475 00000000000000000f6ae1a9c5964192dc4978fa8ec93b5604652c0430e037fa 155 0.11/1.00 vMB 25
293,474 293,474 0000000000000000a5061692e69d0c799f2503bd0290260efde573f007a79348 256 0.20/1.00 vMB 22
293,473 293,473 0000000000000000465b152238f98260db6f2076670152cfd925ce30e354fe61 128 0.04/1.00 vMB 47
293,472 293,472 00000000000000001339a5a6bd9b3e71dd84d2bb526746114529972fb62f68c9 391 0.30/1.00 vMB 27
293,471 293,471 0000000000000000013dbb370f34c57dd3541e1ffc7b4846836e5f809a692ad1 336 0.35/1.00 vMB 22
293,470 293,470 00000000000000003d9789c03a5cdbd94b90f6ab84c57a30564de957b885731d 692 0.35/1.00 vMB 35
293,469 293,469 0000000000000000a9efa894dcfb0f5e51c544b8b12fd4afdafb5259ff974d16 743 0.35/1.00 vMB 29
293,468 293,468 00000000000000007c9cf2235b4e1fb41087c573093a8e68b71358b049156efa 512 0.16/1.00 vMB 77
293,467 293,467 000000000000000007098a39d276de011ac91a284644bb76ffdd3b29df8a987e 210 0.12/1.00 vMB 32
293,466 293,466 00000000000000001fed6a45ddf419a43ce985af41cf322357524a7074bf99bc 66 0.03/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 783.04 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: 720.19 GB
    • Received: 18.15 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.