Loading Tool

Explorer IconExplorer

Memory Pool

42,044 transactions
26.41 vMB
0.06057863 BTC
Random Selection Loading Transactions
Max Size: 138.34/200 MB

Candidate Block

Mining Attempt 28c069bb62de7d47f36688e5059e1113cdf81cfd856c5f64f5d45640b53754c7
Version 20000000
Previous Block 0000000000000000000000cf770f6c83e15ec4a9d2e4f9cbaaca0958cd733d81
Merkle Root ce4428bad7b7a189c1b3f48c190c498f8d57a5f8e4e57cd973eb711218ca96a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,587
Size: 1.00 vMB
Total Fees: 0.01205338 BTC
Feerates: 477.45 > 1.21 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,721 (305,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,447 609,447 000000000000000000089cbb027b91ab8e7d66e6e75c3164c7709b4f25b9904e 1,398 0.44/1.00 vMB 14
609,446 609,446 0000000000000000000d220e0b24a319bdb545af4cf73824ba897f64ad6c77b9 1,309 0.53/1.00 vMB 10
609,445 609,445 0000000000000000000f57015474c5aafb947273a93a5493dfe93a875c800bcc 3,082 1.00/1.00 vMB 7
609,444 609,444 0000000000000000001555dc5b94c484d2f67be82fa82ae96138a84d44ec8360 3,129 1.00/1.00 vMB 23
609,443 609,443 00000000000000000013b18b870abbadb448358a48e22676610df2af665dfd63 231 0.18/1.00 vMB 4
609,442 609,442 00000000000000000008a218e731ac88a34f54e8d110b6766740abdae84758de 2,775 1.00/1.00 vMB 12
609,441 609,441 0000000000000000000402f36dbfa448d1ef2302c8616867b6c402a8ea8f9bea 2,105 0.75/1.00 vMB 14
609,440 609,440 0000000000000000000c9ec7675429e4e34ce5e6a5413876703f8ce1df5e58e0 534 0.15/1.00 vMB 14
609,439 609,439 000000000000000000077e2cf4802c8c6c42214137fce557440125486cac56f9 2,525 0.85/1.00 vMB 14
609,438 609,438 0000000000000000000d03255482e1221d5f3ca39e7d13629b8948acc804c982 683 0.22/1.00 vMB 25
609,437 609,437 00000000000000000004fb787723841a2b8ad57b0f925eacb60983276e8d363a 869 0.30/1.00 vMB 14
609,436 609,436 000000000000000000056172efac661a3f6c6adc4c7cf1dc877e2cb3194786cc 117 0.14/1.00 vMB 9
609,435 609,435 00000000000000000001450ae9e7627e9d04c7b95212f1eb8b9a844b7b6db0e0 695 0.47/1.00 vMB 13
609,434 609,434 00000000000000000002c1ec53cbd0c9f5e204819244bba696e7cb8b86f7caa9 1,798 0.83/1.00 vMB 1
609,433 609,433 0000000000000000000941ea5219ab62c87841d34d12b24eea9f513fbd8d12d3 2,805 1.00/1.00 vMB 15
609,432 609,432 00000000000000000009347c97dc1b3ff89f0d1f3fff7d187ad252eb74474ecd 2,542 1.00/1.00 vMB 12
609,431 609,431 0000000000000000000d6b23787205742ec8230c876c09d291282cc9cfd3bd9b 2,302 1.00/1.00 vMB 4
609,430 609,430 000000000000000000096ac9555b3df0585c020a2de2c0a9df84710f8ab3587c 2,989 1.00/1.00 vMB 13
609,429 609,429 000000000000000000158aa24c0d2f55464e295796a0537a0cc3239fd4321166 2,836 1.00/1.00 vMB 24
609,428 609,428 00000000000000000000c1c477f2f8adbdc404f2b49aa51c1d32083fa05a3b3b 2,520 1.00/1.00 vMB 29
609,427 609,427 00000000000000000011ffbb54f07ca0c58cdb1ced7197354f76f181bc5dca0c 2,547 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.90 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.48 GB
    • Received: 12.73 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.