Loading Tool

Explorer IconExplorer

Memory Pool

37,367 transactions
30.60 vMB
0.10397572 BTC
Random Selection Loading Transactions
Max Size: 169.05/200 MB

Candidate Block

Mining Attempt 64ba0e4f353421fc2e6f450e0ecd745252f43816e2376e37ed96c4e086ce634a
Version 20000000
Previous Block 000000000000000000015b65d098e11527ba234ec77faaf5c05a361d51585de6
Merkle Root 7f350fc7035599724b9e8903138862d988d45b75df4c3ab5ce23a5d9ec517111
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,033
Size: 1.00 vMB
Total Fees: 0.04933081 BTC
Feerates: 5,026.74 > 4.94 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,343 (53,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
887,673 887,673 000000000000000000011bb372dc4f82a81badc054afdfc3c24c59e3db8fea9e 3,127 1.00/1.00 vMB 7
887,672 887,672 00000000000000000002213f2affbddbdf4ebcfdfd4806f7d83b2e02c7ea515b 2,193 1.00/1.00 vMB 2
887,671 887,671 000000000000000000013f31d399c6c891cb5b88e9a9a548f60ef2b58fa28d26 2,031 1.00/1.00 vMB 4
887,670 887,670 00000000000000000000651c508b6a0814fb57ba603507451eaf5bf60423d3dc 3,343 1.00/1.00 vMB 8
887,669 887,669 0000000000000000000090a9b7086a11ba70ecd68e27daa31a210478e68cb381 1,312 1.00/1.00 vMB 2
887,668 887,668 000000000000000000016e58a70ddb08dd886d29d9a3718fb5f4a686b536a0a3 3,565 1.00/1.00 vMB 1
887,667 887,667 00000000000000000002458be42691f0ac35db5d78eb9cefa6c7813460a3dd13 3,985 1.00/1.00 vMB 3
887,666 887,666 0000000000000000000208ad3f314005c6996b378709570d87b748748be385c3 3,234 1.00/1.00 vMB 2
887,665 887,665 000000000000000000016c02af0991d217d972a80a9fb62cca825283aa33e7a6 3,011 1.00/1.00 vMB 1
887,664 887,664 000000000000000000021292863a011b15cad34b64f89c416f029c8532b4cd74 2,969 1.00/1.00 vMB 3
887,663 887,663 000000000000000000010bec6f8b50503333c2ddedfad73134528da589ba77c9 945 1.00/1.00 vMB 2
887,662 887,662 000000000000000000016d9f0f2670d288f645a22774bfebaa01b124bbb42f81 1,159 1.00/1.00 vMB 3
887,661 887,661 000000000000000000025d26f1dee4ab180517e8c60b33cc03c4b913fca97f53 2,303 1.00/1.00 vMB 3
887,660 887,660 0000000000000000000205f37aad601f8a2d9049745d31922d077ed439ee6c70 3,558 1.00/1.00 vMB 6
887,659 887,659 00000000000000000000617bccd2ebc290b37720bbbb943be74b35b937ed6090 3,150 1.00/1.00 vMB 2
887,658 887,658 00000000000000000001b4028d1d77c7d639956900324a275fb9c00fd3797df9 3,579 1.00/1.00 vMB 6
887,657 887,657 00000000000000000000b6c95eff2036a72123e5959fb19d4de8bd0d563b9d9b 2,732 1.00/1.00 vMB 4
887,656 887,656 0000000000000000000227c144052883d42588cae4ce885fa4f201207e7178a7 3,591 1.00/1.00 vMB 6
887,655 887,655 00000000000000000001b0d2a5fd3be2b8833cb6f86f9ae97f5027b9c8abd59d 3,977 1.00/1.00 vMB 7
887,654 887,654 000000000000000000012cb4eac19f7b8debad7b91c4a39b589c07455a0e7a70 4,147 1.00/1.00 vMB 9
887,653 887,653 000000000000000000012eed9a61e5a0ba5e8b0d976be0fc8e76760802b43f39 4,255 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 829.16 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: 4,629.85 GB
    • Received: 250.76 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.