Loading Tool

Explorer IconExplorer

Memory Pool

14,598 transactions
6.03 vMB
0.04644995 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 35.57/200 MB

Candidate Block

Mining Attempt c9f3da4a6a5b3007524e3296547a4f4e04712daf92865bb01dc6da0cb1858e4a
Version 20000000
Previous Block 000000000000000000008a32030f18bfbcf56f9bc4b6582f27818e6d2a5ec937
Merkle Root 3e902969c8063d272ce660fbb72711b0994a252d7ad94ae10547805ec374d5c1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,061
Size: 1.00 vMB
Total Fees: 0.03598410 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,448 (684,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,875 228,875 000000000000011d72622eef77f9037d085fd9014aca67af66250c184d8994f2 284 0.13 vMB 140
228,874 228,874 0000000000000040e92d661bb4083f389f7b16aedd51e4432df63c0b0c967560 145 0.06 vMB 247
228,873 228,873 0000000000000202d43a522b72e61220d5444c8f993856c704f702bab7636ec9 70 0.20 vMB 44
228,872 228,872 0000000000000213e98b72169fb581d81b210d1c60c80642516889919caceaa3 288 0.15 vMB 73
228,871 228,871 0000000000000066c36707971f2bfd8439c50a530882c99575da5e449b9a6578 787 0.35 vMB 175
228,870 228,870 00000000000000ed6239a2287124a8431e96d48e063af52f73ea69aed757cb9a 143 0.15 vMB 47
228,869 228,869 000000000000002507714c8d2d9f4c23edca7091e938ab267dc8c3a6f36e1b1d 546 0.23 vMB 178
228,868 228,868 00000000000000a27582c78fff5cc57464e1747d2efa8b8994cbad7ad52ec448 143 0.16 vMB 94
228,867 228,867 00000000000001c2ef1f8ea8ac471c553ec6072f07d607d3962577ab7b8c4a5c 130 0.11 vMB 131
228,866 228,866 000000000000010e694d5d074b22f3683edfc725d3d196b4a575bfaa81bfdf21 292 0.15 vMB 151
228,865 228,865 000000000000017e3529d6bfc643abff0fd286d29167c021e1c994d5e7e3ffc1 216 0.09 vMB 185
228,864 228,864 000000000000006557be96a789dc3e865cfe45f8af6b4c8ff57491cf6ac1f24e 426 0.28 vMB 128
228,863 228,863 0000000000000245e32e9ffd856629699231f0da80f0b8ace826006e613d0b15 5 0.00 vMB 42
228,862 228,862 00000000000001f4acb11a13d0ee6cabea3668de1af8a18672ad0c06344b3018 272 0.15 vMB 103
228,861 228,861 000000000000007d87d42b2151d77e0af77b8dd76cb0de1e760c2bd064274c27 146 0.15 vMB 61
228,860 228,860 00000000000000cb9b42c05111346a1e981228fb527541561043867eaf9e67a9 141 0.15 vMB 88
228,859 228,859 0000000000000019631b078af79bf1f6123bc737b2d9973072089b22f25bcfe2 26 0.01 vMB 372
228,858 228,858 00000000000001382b8f934e91d1c800e666d643484d060a8fd7eff940db015a 185 0.09 vMB 137
228,857 228,857 00000000000001c69a137b015d5875a1cc7e0652c97dbce096ed0ab3a5371f41 128 0.04 vMB 272
228,856 228,856 00000000000001764afee197e3987343f1cbf18f6bfe31df8884bc71cd9e12c0 251 0.12 vMB 137
228,855 228,855 000000000000016e3d57275e2bd65caed4881cfca4694d69b2932269d6110c14 129 0.15 vMB 80
Previous 10 blocks ↓
Total Size: 779.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 307.68 GB
    • Received: 1.44 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.