Loading Tool

Explorer IconExplorer

Memory Pool

50,909 transactions
30.43 vMB
0.09548666 BTC
Random Selection Loading Transactions
Max Size: 163.25/200 MB

Candidate Block

Mining Attempt fe8975e1674df6a2e9f87306712e0dfbe4879aefe254fe78b139ab474e814fc3
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 74e6bf634e009757b16e7b70a3481e1ba184442755bdf275a43dfd575eaa4cba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,602
Size: 1.00 vMB
Total Fees: 0.02384427 BTC
Feerates: 202.16 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (812,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,416 102,416 000000000002372495eb849c2bfb92330e0b108f44fadd8f2c81ac681d52f31c 2 0.00/1.00 vMB 0
102,415 102,415 0000000000017ff6a5fc8a9c27b252919690df20b7d4ae079cfa12a0c8576f03 2 0.00/1.00 vMB 2,463
102,414 102,414 0000000000013c4997a5e3d5770601110a5d505d610e9788bd086f3f0eb3064d 1 0.00/1.00 vMB 0
102,413 102,413 000000000001bb515b96e980382a3b803cca66d19e0c64c044e58f890ee37eb6 8 0.00/1.00 vMB 0
102,412 102,412 000000000002e8759def9190eca35ffc31238bed354bf5126938f6e2a6767d33 2 0.00/1.00 vMB 0
102,411 102,411 000000000000e34afec3e91bd0a08f7277ee564336624f1a695d52f1552dfa6e 11 0.00/1.00 vMB 0
102,410 102,410 000000000000efa6c52728c757edb2788f2a0d122da1310fcf477c397ac16bbe 16 0.00/1.00 vMB 0
102,409 102,409 000000000002d3d99cefb8bc276185ebc4f944ce4a6a37ea370358954dd690bc 1 0.00/1.00 vMB 0
102,408 102,408 000000000003eae6f94756f5d6eb3d3aa5b7b080a4f3753805b31957c81ee0d5 2 0.00/1.00 vMB 0
102,407 102,407 000000000000c362c6fbffde692e25ce5d59d284fc7d9273ace14236b29dc0c9 1 0.00/1.00 vMB 0
102,406 102,406 00000000000357d847374ddd662dca7c3fc1be4e6b54bef7bb07f04add7ced86 2 0.00/1.00 vMB 0
102,405 102,405 000000000003c8af8e1a606af49dcfd3500e81beb87af800ae1ace7430f43eeb 1 0.00/1.00 vMB 0
102,404 102,404 00000000000029a51be07372f840040c4f69536376cd6203dca8239eddc1a85c 5 0.00/1.00 vMB 0
102,403 102,403 00000000000347b42133e348008aca3d30fbaddd7d3ce9130f5b2fe5806f577c 12 0.00/1.00 vMB 0
102,402 102,402 0000000000006a7443b4f5499b316c316e7a5331d68f1fe40c6102ec33c543f5 14 0.00/1.00 vMB 0
102,401 102,401 000000000002bfaed9871a3c959a364d773ac9ab9aaea2688ab27448249f9430 12 0.00/1.00 vMB 0
102,400 102,400 00000000000388b58161a8e2299f4aa60f8fa96b45c060c568ceaaba71748e3c 13 0.00/1.00 vMB 0
102,399 102,399 0000000000016440f2e2a0f5d0193736dd6f2ff1a0b9845a3a2130940f39a89f 14 0.00/1.00 vMB 0
102,398 102,398 000000000002e07218a7df75dff7685889205cceef084f840909ef41d9ac3896 11 0.00/1.00 vMB 0
102,397 102,397 0000000000019f7509eb13b5d1e0ee8ba6f440bd44c07cf7811811c512e2dee7 14 0.00/1.00 vMB 0
102,396 102,396 0000000000039605b473e2db7f3e94a4bc720027fed76eafff8dc9a49e00baa0 14 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.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.