Loading Tool

Explorer IconExplorer

Memory Pool

21,620 transactions
11.49 vMB
0.03545588 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 62.85/200 MB

Candidate Block

Mining Attempt cec263e1cf51d03fad7e2f6c6560eb3efab8e808c6bfbd779b32059ddd381137
Version 20000000
Previous Block 00000000000000000001361be5db3423ce8de62f504e3338a66980d6b7dd47b8
Merkle Root 0f9ff3ba0c34ca42a54eb9ba704e7ddb550cc5b96881d082e9aab3f18cd84868
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,070
Size: 1.00 vMB
Total Fees: 0.00854901 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,354 (659,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
253,467 253,467 00000000000000080cc958e31f6da1b6f180cee946c94d35cfc560ee31748824 425 0.20 vMB 121
253,466 253,466 0000000000000014b5b5565a73a9115041ef68ac68407534bb94984afc7a0565 88 0.04 vMB 104
253,465 253,465 00000000000000195818ad1058bc3bf257bfe801c7c4fa5ef28543128f894c51 90 0.04 vMB 121
253,464 253,464 0000000000000012bb381db6397d02dfe93185cf04828a8bf0f25b21675463e8 47 0.02 vMB 91
253,463 253,463 00000000000000277180ce2abff80f1d913115d209fc6e48ec7812818afb5442 214 0.11 vMB 103
253,462 253,462 0000000000000015888d90188b78ead8602a91adf599b48bf4fdb5fd262074af 333 0.13 vMB 107
253,461 253,461 00000000000000510a2e5cb0cae69154a142722f1265a9418cadb6d6788ae201 128 0.04 vMB 172
253,460 253,460 0000000000000039c448a5ffa9b8f887a1ddbb856db50a7c1cf612814fa91397 362 0.14 vMB 114
253,459 253,459 000000000000000a79110851ae87133747e69f466607f976a69859c90ec596f9 124 0.05 vMB 141
253,458 253,458 00000000000000149aaf425cab47f5769e9fd060fb7d75511622fb4583ea2143 124 0.06 vMB 86
253,457 253,457 000000000000000ea0ade639db07965fef39e011aef1c2745a30ab0bbabe68c3 200 0.09 vMB 107
253,456 253,456 000000000000001fe23a29e954a4c1660373da7e1b54b371e298d639661489e4 338 0.15 vMB 90
253,455 253,455 00000000000000092dc9f4b74fb05051e7bb3500bd10f3e19ec338378b3ab41d 256 0.13 vMB 51
253,454 253,454 0000000000000053f5f896698d8365d4ec4d2a1a62b58cd797c93e871d8d88f8 318 0.19 vMB 125
253,453 253,453 00000000000000259b4ed3cdb1d49bd80dab34d1ad6e047620376caa7e89ae34 130 0.05 vMB 139
253,452 253,452 0000000000000031c0191b6ced7c1c53bb09771a60f872ff86b0f883c636acf9 45 0.02 vMB 100
253,451 253,451 0000000000000028d6ae33b846dbbe9a3f6cd82819844a29630366e5cc984c43 216 0.12 vMB 104
253,450 253,450 000000000000002a2f78304fc9ef3705296f1a9853802faba5d248d0cb6cbd66 736 0.41 vMB 67
253,449 253,449 0000000000000050e0b9fee34dd4e2838dc572a4306a3c8f005de5747100c39d 840 0.35 vMB 135
253,448 253,448 0000000000000045c11bf774c845d0db0673cdb4476b6e241169cf223bbe8fdc 635 0.25 vMB 143
253,447 253,447 0000000000000025373af51ba7ebc3a52033762d1601e9c4357a0c60a1969f1c 92 0.04 vMB 33
Previous 10 blocks ↓
Total Size: 779.48 GB

Node Details:

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