Loading Tool

Explorer IconExplorer

Memory Pool

100,223 transactions
26.06 vMB
0.06937313 BTC
Random Selection Loading Transactions
Max Size: 176.26/200 MB

Candidate Block

Mining Attempt 92ea8e9cbcb3f48ef9209ec3218c7da168e99d3bf9564a84f6e0382055dfabd1
Version 20000000
Previous Block 00000000000000000001c641766e70930b344c83d935c26e7694ea5dac4fa245
Merkle Root baa6446ded5f83ef00d95af4d107b2c9963b8a756953d0c4e0fc789e455079d7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,771
Size: 1.00 vMB
Total Fees: 0.00674956 BTC
Feerates: 150.75 > 0.68 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,057 (892,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
23,251 23,251 00000000692cebaadb06f1d0c85fd62df2a54e533a5dd6069cca1770eac9d97e 1 0.00/1.00 vMB 0
23,250 23,250 00000000a1edd8eecb8539342049352d410c3dd23de166eb12a3485976af5f4a 1 0.00/1.00 vMB 0
23,249 23,249 00000000d63a217ab813d752d43c81f94ac083f3b5ab005c62dd1ba3c4496ab4 1 0.00/1.00 vMB 0
23,248 23,248 0000000060a1e68552471b4337ddbd363ced700ff2afe8a2fbe980cfd95cfb4f 1 0.00/1.00 vMB 0
23,247 23,247 000000001f4042966b5cc02bbfd0c0230dc6816b3b510461b3a2f792ff506b16 1 0.00/1.00 vMB 0
23,246 23,246 00000000ffb0ddfef22ff4b3522c2593c066caa235da1ffa6668b62271258c63 1 0.00/1.00 vMB 0
23,245 23,245 00000000454df551475f2fd69a3703848e5ac84786dd774474180a3cdc5af8f9 1 0.00/1.00 vMB 0
23,244 23,244 00000000f0b89fec043e8317104b874d22b6303e636e7310c095a24706e794ef 1 0.00/1.00 vMB 0
23,243 23,243 000000002316f3c52372c716f06b46d11ddd0eb62779a2bace1eb1a55e692010 1 0.00/1.00 vMB 0
23,242 23,242 00000000533e21a70f39c7b0a92890ee83b23d5be99da5c7ebb139e097ca25f0 1 0.00/1.00 vMB 0
23,241 23,241 00000000dc0d5441fef2585be634281fbc86d6ca36b2c3dad553b6021c95caa6 1 0.00/1.00 vMB 0
23,240 23,240 000000008799f5340888fdc90fc1a29bb1a17e6241711a017b7453842d671037 1 0.00/1.00 vMB 0
23,239 23,239 00000000a0817fd0bf1781eee286012804486a6167184bcecdd8e817bab20047 1 0.00/1.00 vMB 0
23,238 23,238 00000000d914c24ba561682ebf57e247fd52984a96b1d4040ddc84c71e57c146 1 0.00/1.00 vMB 0
23,237 23,237 00000000519f3c015bfdb8a9f1148aae2046877e16c1078b8314f2957c8caaa9 1 0.00/1.00 vMB 0
23,236 23,236 00000000b8a27cb2a2cbb6ce63ab894a5f9fb8f602f4a9a421db50e5635e97a4 1 0.00/1.00 vMB 0
23,235 23,235 0000000058c0a62a019fb94fc4940f5a048c492f0b45398ebfc773f9deef8a44 1 0.00/1.00 vMB 0
23,234 23,234 000000003fc2285e7296924cadc97af1d4581e4ffb29c39595b813d61cde3100 1 0.00/1.00 vMB 0
23,233 23,233 00000000da2812776d06d0a47288b8793bdb0d1f6f83cf3af139dc7c0a32364e 1 0.00/1.00 vMB 0
23,232 23,232 00000000413077cb17336d6e2b34bc2bb64d733908cd26674001ccc7986a3158 1 0.00/1.00 vMB 0
23,231 23,231 000000001b3827b7d53f79e5633a468e0e29f1cfb510a0c6d05c977701a39f40 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 813.07 GB
    • Received: 23.82 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.