Loading Tool

Explorer IconExplorer

Memory Pool

99,172 transactions
32.17 vMB
0.12969269 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt c03f7329dcf457ae452dff66ed8fde66455b0373353df94cbba8bf8ef2300fde
Version 20000000
Previous Block 000000000000000000012004daca2f84eb607a4544a799d064611f1369c7648d
Merkle Root ac3f3b7d0d40de3fb79eaac486633e4c0f2b37ceffce6685c220862ee3eb24b3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,968
Size: 1.00 vMB
Total Fees: 0.04766333 BTC
Feerates: 150.93 > 4.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,924 (848,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
67,736 67,736 00000000006baed7d49bd12a224e0b2b6e2631ad83414d814391799067506beb 2 0.00/1.00 vMB 0
67,735 67,735 0000000003a9420c2b52282d1d4016ffbcefe5ce9c010d93146ca3ac6625f44a 1 0.00/1.00 vMB 0
67,734 67,734 0000000004bac319a4f03155012ae62d326ef54954d72a8bb9a659ad7eac01af 1 0.00/1.00 vMB 0
67,733 67,733 0000000003ffc0d30ff5023e555c37004fc99c650f84e65c03b0a34aeb383e99 1 0.00/1.00 vMB 0
67,732 67,732 0000000004c5af7074d18b3af60844796eb1857590ffcbe4b492347fa321ebff 1 0.00/1.00 vMB 0
67,731 67,731 00000000026a694d4c1685f0bef89dbe7e6e0ddcd4d36f9db5a34a71e737c61a 2 0.00/1.00 vMB 0
67,730 67,730 00000000054c25f26d54e5377fe8a7adc089963bfc6413513150e34600c2e022 1 0.00/1.00 vMB 0
67,729 67,729 0000000000d4df1976b7b29f890670349be650e9ac4214cae200b2759668464d 1 0.00/1.00 vMB 0
67,728 67,728 0000000004fb7774602e90c735c5a16eff40cb4ae40f19ebfd946ed68fdb2ea8 3 0.00/1.00 vMB 0
67,727 67,727 0000000001a2858b95c860f8cb71ce29d17ff98a955e64f3fe4907cfd1c569ed 4 0.00/1.00 vMB 0
67,726 67,726 0000000000621987305cec20332e9873ab1c4c3b2411f774b0da905d2334552c 1 0.00/1.00 vMB 0
67,725 67,725 00000000039b78c0af46995e9208b6356b4fd0b6bae4cdd3b4571236dd69139f 1 0.00/1.00 vMB 0
67,724 67,724 00000000054edefaab9f113ab0b7970c185e78dcd0aa363edd4c95eff56305e3 3 0.00/1.00 vMB 0
67,723 67,723 00000000017fbffa56a5579e2ff445a155c44e76b91b3841813a75e285d0e172 1 0.00/1.00 vMB 0
67,722 67,722 0000000002f55f1740a65f7b356b310c61e65f612773c50b3d84963961d51cfd 2 0.00/1.00 vMB 0
67,721 67,721 0000000002ae60bfa1957e8c88271f57c463c58f56eac74c30854ad0e6685627 3 0.00/1.00 vMB 0
67,720 67,720 0000000004ff23d0ca3dd9496328ac2e0931f90f97555e0d21d105394a8a9284 5 0.07/1.00 vMB 0
67,719 67,719 00000000023e21b6d8fee9264c446d3bd18a4829cd679006385e7131cb453566 4 0.04/1.00 vMB 0
67,718 67,718 0000000001fb0ca5918d09528c1a1c48af606a4be448dc6e2d598e2f195e70ed 2 0.00/1.00 vMB 0
67,717 67,717 0000000004fa5287a90985b779118a0f6f75464b68c77183671bf3e7d871c9b8 4 0.00/1.00 vMB 0
67,716 67,716 0000000002af72dde86e59500e3a78adbbd19218b39185a1530be89c84a11786 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.98 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: 798.84 GB
    • Received: 22.62 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.