Loading Tool

Explorer IconExplorer

Memory Pool

97,324 transactions
32.74 vMB
0.30314635 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 28fba70cbd6e8e5e468e60466420c40ce3ac6bdbf3ad1a6b5d46de5b3c2ae429
Version 20000000
Previous Block 00000000000000000000c801401199ca66858fca83aa17d805e846163672a0ac
Merkle Root 0f1b90a2965a0c65cebb42d1681c9c2211eaa225752253d286294c25811d55d3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,961
Size: 1.00 vMB
Total Fees: 0.09889614 BTC
Feerates: 614.08 > 9.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,628 (906,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,336 9,336 000000000494c1e7e3c3b80f24c736542c0a28e24c710d91f9d727fa13dceb21 1 0.00/1.00 vMB 0
9,335 9,335 00000000cee1ebe5ca4698c8dc203ec6a430eb43f85326273c5934a428861df0 1 0.00/1.00 vMB 0
9,334 9,334 00000000261b4765edf334510ef4e167cbaf58406af6281891b4d57595c10fc9 1 0.00/1.00 vMB 0
9,333 9,333 00000000164fc769f695423278b637e89dd8baa2889292dab6ebbb1ae8b2026f 1 0.00/1.00 vMB 0
9,332 9,332 000000002fa9f963ce14897a499814b22027b4c18442f4b5075b505a36e61a51 1 0.00/1.00 vMB 0
9,331 9,331 00000000dad22f80e7a1cbb83690b4ac00de1a1a00125dc536eb084d71c550b4 1 0.00/1.00 vMB 0
9,330 9,330 0000000095b78bacd196e1ca586236a82c1ee91e7e07984e580bf1d8fee56ddc 1 0.00/1.00 vMB 0
9,329 9,329 000000008fc19732f7f8c2eaecb187234c8b571c2a2bfa470fdd9a58aa934115 1 0.00/1.00 vMB 0
9,328 9,328 00000000aeee3e3f2da0bc9e43a94e391c182b044835a1f7c5bfbc8041192cdb 1 0.00/1.00 vMB 0
9,327 9,327 0000000091d4de698e62f92b77990f39d6613afbccd4d1bc258dd8aed90ff894 1 0.00/1.00 vMB 0
9,326 9,326 00000000c458c22c6f410e89196ec635aa6e816b99c6a0054c2332fce646bbdb 1 0.00/1.00 vMB 0
9,325 9,325 000000007e0311199389a24ea5f110872900737957520ebd543cdbb0d27b85ea 1 0.00/1.00 vMB 0
9,324 9,324 00000000174707e83cc0d60c0878037d536f67678e5d545995665de6403ccd92 1 0.00/1.00 vMB 0
9,323 9,323 00000000a88719e11a80c259ccb094d96baed3c97bce37a9520831884a1b1db7 1 0.00/1.00 vMB 0
9,322 9,322 000000001b1f52515b653e6ea7a852604291031240bf64ea1c61e45f46f6d837 1 0.00/1.00 vMB 0
9,321 9,321 0000000069e4461ea0adb0e3e9d9e71ed022d14e27ad8a309417b3b742c16f4f 1 0.00/1.00 vMB 0
9,320 9,320 00000000eaeeff813cc2ef15fd33a82d26c44830304a8667472d4d3dcd53d7dd 1 0.00/1.00 vMB 0
9,319 9,319 00000000f46b55a0ecc3fa92b34fa4b1b646710e51181ffdf93a8a630721cdf6 1 0.00/1.00 vMB 0
9,318 9,318 000000009da588f7c54afef0760b5808b55472a1e8a9b919d2d47a7fa0c0e6c9 1 0.00/1.00 vMB 0
9,317 9,317 0000000040ee86ddeadce4fbc458d37e6acae8cf4f220354a186d79a0c7a8b15 1 0.00/1.00 vMB 0
9,316 9,316 00000000d32bc5ec519824ce94f22577e79e067a5e1cde93c9f6325a2cdac198 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.48 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: 772.33 GB
    • Received: 20.22 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.