Loading Tool

Explorer IconExplorer

Memory Pool

18,800 transactions
8.78 vMB
0.11221560 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.81/200 MB

Candidate Block

Mining Attempt 08b7b0b4bda0949424de97409b8ed1663638c24fc2ce8f6b0ca47ed41f138a48
Version 20000000
Previous Block 00000000000000000001a3bad11a156a9b1405118d655a367303f4e9599e5dec
Merkle Root c1003054a4642fe4bf02d756001f85b73468c8cff13d5b8576e375a0f2db1571
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.09362134 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,429 (704,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,928 208,928 0000000000000168fc635d3d72fd192b5e6c15a23b594780e432e58f8a831868 8 0.00 vMB 0
208,927 208,927 00000000000001e9d3090e0e67712126836e240339a864134887652c4fab7a32 143 0.09 vMB 134
208,926 208,926 0000000000000165234f1dd6eb47ed655cc8141b33b0bcfc45050e6c65eb019a 472 0.25 vMB 157
208,925 208,925 0000000000000159ed8d84e666cd37377e82fe1d677b9b87f5805e3698b6c834 156 0.05 vMB 130
208,924 208,924 00000000000001b664251b208f35969889d0464d6f9f5f5b99418fadfdd9d4a3 239 0.10 vMB 149
208,923 208,923 000000000000035892baf8222530d2cc2b84b135f9aa951b03158836531f2996 456 0.16 vMB 232
208,922 208,922 0000000000000400702d773d99b8bda171df0cba025a162f3b00630287c7c26e 67 0.03 vMB 207
208,921 208,921 000000000000006c924bd33043e1d2e27ea59c3c3c535ae96f8ab1cd38b9e6a4 157 0.06 vMB 194
208,920 208,920 00000000000003e2625b1c5126970d135e40be6bb992596d093572d2a0164c9c 95 0.04 vMB 174
208,919 208,919 00000000000001a92cd77f348debc0e06fb407b4775ba8056102fdbbe5dc4aa0 97 0.03 vMB 76
208,918 208,918 00000000000002810473623945877fce17756835af1babcf18f72ae0f68f954d 306 0.16 vMB 144
208,917 208,917 000000000000012f2d6c61725ed197a28d32eb41c1d4003bee8ab2d875badd96 12 0.00 vMB 192
208,916 208,916 00000000000003cf59de2f1d30a6557efa7b1fe754112c32c19f88576da548a5 5 0.00 vMB 254
208,915 208,915 00000000000004406e06d9e59f8c1415915dbb93d05a6325467c90ad771f0844 192 0.07 vMB 145
208,914 208,914 0000000000000325640da02a4f29669f85f37fd8770515a1fa0fada958d3e7cd 93 0.04 vMB 82
208,913 208,913 00000000000001b33c6b6c793decc17b934bab1d0a0442252f0a7da2baca4c49 469 0.17 vMB 198
208,912 208,912 00000000000002972801d8d817b4856fda4e3a6e887102f1f535595fae830cba 78 0.03 vMB 106
208,911 208,911 00000000000002fbc9c125059f8995cbd2eacf7b9f1622d56fe62bf4009af09f 82 0.04 vMB 49
208,910 208,910 00000000000000c346ed78724bd416245bf0591da9c9413c7d880c4198ba0c4f 418 0.20 vMB 172
208,909 208,909 00000000000002955a3bd9d43c5647bc990d55e365979690c128ea053011e2a3 6 0.00 vMB 5
208,908 208,908 000000000000033145039bf4b23255dd060a2cc92a41b68d0a4eb2a9a2b06fa5 79 0.02 vMB 84
Previous 10 blocks ↓
Total Size: 779.62 GB

Node Details:

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