Loading Tool

Explorer IconExplorer

Memory Pool

45,203 transactions
28.78 vMB
0.13221006 BTC
Random Selection Loading Transactions
Max Size: 149.87/200 MB

Candidate Block

Mining Attempt 1b06cf23354e4dafdf3679ec1a7051f8ab5e7a889051e35e874590fb39938866
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 53c94f8bc711ddea4c660ab1d1e6bac6b77f147b03c71eb37909797c54d182ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 1.00 vMB
Total Fees: 0.03733934 BTC
Feerates: 78.42 > 3.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (907,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
7,649 7,649 00000000f968a8fef2e92ef6296a62d6d7fb6219643a0aef3d95e9e26421c634 1 0.00/1.00 vMB 0
7,648 7,648 00000000149a05aa3aa2544993ee1e359683750df8ec055c183e749f452c1fcf 1 0.00/1.00 vMB 0
7,647 7,647 000000001cf7cd13648a8613f515ed9dfebd6335b98b7140906bd022df40d5bb 1 0.00/1.00 vMB 0
7,646 7,646 000000003c5b770856465f1d7f9ae8919f33504fc7971f486f51074386084cda 1 0.00/1.00 vMB 0
7,645 7,645 000000006da23445fb82457e211807b038717de3433458a795a461eadc597ecd 1 0.00/1.00 vMB 0
7,644 7,644 00000000e8b0041987d2838f34ff84024e9c673455837216a53ed92209916e9c 1 0.00/1.00 vMB 0
7,643 7,643 000000007c111c0372aeefa57a2dae1bcd9fa43879bd3e02b676e00b3a939ec2 1 0.00/1.00 vMB 0
7,642 7,642 0000000010b23315ac37b91735230922cee46eb802320c87e508cbc89e89644a 1 0.00/1.00 vMB 0
7,641 7,641 0000000050bf4cc971ea7ee4890b3352ed80ba60bdc82b6e040adaffad7a0200 1 0.00/1.00 vMB 0
7,640 7,640 0000000066009c2ae938ffb275d926a1fddbba647b361776ebe54fae6cb6e868 1 0.00/1.00 vMB 0
7,639 7,639 000000000799fafcaebbd7432bba0e20699d60259572263c35c92f7ae27a9885 1 0.00/1.00 vMB 0
7,638 7,638 00000000e1c380678a058f550dab7c1f0ae9e4d0c8f9325a4c7f06c893919911 1 0.00/1.00 vMB 0
7,637 7,637 000000008380d20e65c9f3aa351b420b437f3fcfbcfdeecb7e33fe3dd6f3d1bd 1 0.00/1.00 vMB 0
7,636 7,636 00000000e03a5d549e64adfeaf26b49917f2a492c322ae866a7dadc870c441cb 1 0.00/1.00 vMB 0
7,635 7,635 000000001d0cfd9d4ff652899e002ee4284cdf5e0a8b8ba766f3fe1fbedd4237 1 0.00/1.00 vMB 0
7,634 7,634 00000000ec7176c14936cabf8af2baa1834dd6de9e08a1ba6c0189c85a6564d9 1 0.00/1.00 vMB 0
7,633 7,633 0000000085e19e9059b4750e379eda377b5d1ba0a992e717608d5960462bddf2 1 0.00/1.00 vMB 0
7,632 7,632 000000004439b6a5b577c14643ef4a583c4f5ad845c372da67cabaa25548243a 1 0.00/1.00 vMB 0
7,631 7,631 00000000f0b1df1416166998babb3cedb18a5bbd0543c4742021a13dc437e578 1 0.00/1.00 vMB 0
7,630 7,630 000000004e3b6b4d3147100da112bb720077a2a0e108cc09d562622c4b3ef7c6 1 0.00/1.00 vMB 0
7,629 7,629 00000000cf627daddffebff0e5b09083aadeddbca4a0a168fd6ca4218d2d5eef 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.