Loading Tool

Explorer IconExplorer

Memory Pool

78,441 transactions
29.09 vMB
0.11619501 BTC
Random Selection Loading Transactions
Max Size: 175.49/200 MB

Candidate Block

Mining Attempt 85fe723ef62569ebe5d773c5ebdebd7d79953efafde41382ea5dffbf8319f10d
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 3f6f32defca73b03bab95de4565aa101b5dd3447e67b13a12ab53d2f6d9362f2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,196
Size: 1.00 vMB
Total Fees: 0.04164852 BTC
Feerates: 150.80 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (72,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,703 842,703 0000000000000000000214ff5f6fcfb48df7631d7316ad33a155c1460168bd03 3,452 1.00/1.00 vMB 21
842,702 842,702 00000000000000000000a770bef4b0cfc02cbbc87016f98ec2f95d3d70f230e3 2,344 1.00/1.00 vMB 21
842,701 842,701 0000000000000000000175383d5cb38790cdebb96a576df6b7dc48b8e82665c7 2,979 1.00/1.00 vMB 20
842,700 842,700 00000000000000000001246dd474d0b630ec9423037e986285c59e3c5c289d08 3,183 1.00/1.00 vMB 36
842,699 842,699 000000000000000000030ed3ce0bf774db7d2cd679e7190d758032d45379e524 4,015 1.00/1.00 vMB 17
842,698 842,698 00000000000000000001cab850d64e0781be1549e711cb6f7bf056242f9acbd9 5,509 1.00/1.00 vMB 16
842,697 842,697 00000000000000000002043f65d24de3a0dde65c51c27ddde4e6c5bc303e682e 4,894 1.00/1.00 vMB 19
842,696 842,696 000000000000000000003793fda023e5a7a49fec9a26a4dc461ec1ef140e4e52 6,222 1.00/1.00 vMB 15
842,695 842,695 00000000000000000003451cd75132cb99f94966919c1d302fff4e440bac71c0 5,711 1.00/1.00 vMB 13
842,694 842,694 00000000000000000000829cefabc15de04ee178193329cdd52156de47388898 3,910 1.00/1.00 vMB 21
842,693 842,693 000000000000000000013b5cb19c2488d6d7a43d267122127819590a52b0aff1 3,564 1.00/1.00 vMB 22
842,692 842,692 00000000000000000002ae396c2a1492b82250b0416928411e1afd67daa45359 4,677 1.00/1.00 vMB 18
842,691 842,691 0000000000000000000329814760a4363d639b1a87451ae23e24b0e73cb17ed2 4,278 1.00/1.00 vMB 12
842,690 842,690 00000000000000000001f4a590ac3fe695c0662b0c0df27b4000d6ad03782318 6,892 1.00/1.00 vMB 14
842,689 842,689 000000000000000000029f97d66a3019cdec8c82911eec8853e9e69d2aa5fc19 4,587 1.00/1.00 vMB 18
842,688 842,688 000000000000000000026b90d09b5e4fba615eadfc4ce2a19f6a68c9c18d4a2e 5,579 1.00/1.00 vMB 15
842,687 842,687 000000000000000000021342b77cc83903ed85341a53b9ec571fb7b0a503124c 2,567 1.00/1.00 vMB 18
842,686 842,686 000000000000000000022b6ef624c3db75884548c17185242060e30fa3b0b004 5,383 1.00/1.00 vMB 12
842,685 842,685 0000000000000000000018289b1aecb81f1bbc7061df0c712c5ff107a9bf2d3b 4,692 1.00/1.00 vMB 17
842,684 842,684 000000000000000000006a5b9d4c853b04ba1c74629941656de2c1209d7b36d7 4,446 1.00/1.00 vMB 15
842,683 842,683 0000000000000000000010aa69caf9ebec8111460b331573c30a1bb1f5129e68 4,780 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.85 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: 712.76 GB
    • Received: 17.21 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.