Loading Tool

Explorer IconExplorer

Memory Pool

22,442 transactions
24.68 vMB
0.05711151 BTC
Random Selection Loading Transactions
Max Size: 118.31/200 MB

Candidate Block

Mining Attempt b1f516ad7ec631dccd00271ae455f33bf408565ef28f0eec41117510a3a8247f
Version 20000000
Previous Block 00000000000000000000335eb1c86db8e544179eeec091e2f14c3332af5d9962
Merkle Root 44eee704e855f1c5b2d4923422d858de3b7f0f7bde26b4710a7375f1fd1dbea3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,456
Size: 1.00 vMB
Total Fees: 0.01283609 BTC
Feerates: 101.21 > 1.29 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,293 (887,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
26,411 26,411 000000001845df03a6eb617933532e50432068246a3c1923395373e00d56cdea 1 0.00/1.00 vMB 0
26,410 26,410 00000000b90c63138dcd9f81257e7cc5a9d550bcecf1e4c0a91884b91e89d901 1 0.00/1.00 vMB 0
26,409 26,409 0000000052348c4ee9fc0f9c029ba2cf9642b5983a58df70958a9c6b33af7823 1 0.00/1.00 vMB 0
26,408 26,408 000000007f3ded11f88b8b81ea53d9ffb68be5f3f9062348b7e049b2f708f419 1 0.00/1.00 vMB 0
26,407 26,407 000000006716662cc23235680fdadaee951bbb2ef7e6a3c1d7691516bbf57396 1 0.00/1.00 vMB 0
26,406 26,406 00000000992a026c4d0cd4eed3b4812d360dbc26e9ce67c569a8cf2fc99f7227 1 0.00/1.00 vMB 0
26,405 26,405 00000000af72b47eb08d556b866f9377caf2862cb46d48fe1b452d00f78470cb 1 0.00/1.00 vMB 0
26,404 26,404 00000000ec41bdcc0bb3af99f6e81bd999f514c77c14549cf677fc2017e72fb9 1 0.00/1.00 vMB 0
26,403 26,403 000000006bd1fea8ca773f24a7edb0aac6caa9efe0d2eb84d9473de83b7c58d4 1 0.00/1.00 vMB 0
26,402 26,402 00000000c4ace881b3d82195dc6a4a5e1c03755cc025a8ab53244db62733422b 2 0.00/1.00 vMB 0
26,401 26,401 00000000d138437d1433473504f376d03cbd7acaa6bbddcbed1b63485b95413a 1 0.00/1.00 vMB 0
26,400 26,400 00000000e3c222b69ed13ab063fea70aecfe16d9d5958a6d5c0dc512ef76fb6d 1 0.00/1.00 vMB 0
26,399 26,399 0000000058d98eabfa3c97dba27b0d43704fb9531df02001a8167e63d73dea77 1 0.00/1.00 vMB 0
26,398 26,398 00000000590e4f04e13af41822fc7a15f5b863dcee9611e467abf663e13ef397 1 0.00/1.00 vMB 0
26,397 26,397 00000000c05e5f22d7d6b52973fb1857e6f6fd4773d04f4b4f1b51685b5f98d6 1 0.00/1.00 vMB 0
26,396 26,396 000000008467deca0c3ce939c6a976ddf16100945651ab2ff7d1c0dc65b285a1 1 0.00/1.00 vMB 0
26,395 26,395 00000000cc7e24df22511bdaae3be1058142c6f6d279361debcac379b5947c3c 1 0.00/1.00 vMB 0
26,394 26,394 0000000017afed043079508dd830e1df192bb94361a04e5abc40801bba485712 1 0.00/1.00 vMB 0
26,393 26,393 00000000a761d6f076139757c697aa6ea61f3251dbc5c04c38900e21662fe1fc 1 0.00/1.00 vMB 0
26,392 26,392 000000007ad55ddc628a54079b57fc6248f6a4aa0ac2000c2830b3be287e1c23 1 0.00/1.00 vMB 0
26,391 26,391 0000000044bc0a6200cf1d3cf1257997bbc6026ecf60d734db8f6ebfa6bb5289 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.11 GB

Node Details:

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