Loading Tool

Explorer IconExplorer

Memory Pool

88,119 transactions
33.49 vMB
0.22306089 BTC
Random Selection Loading Transactions
Max Size: 194.42/200 MB

Candidate Block

Mining Attempt 124c75f82edb5921189de2006be9b02f9aab4f0165e62f406665eaa339d689a8
Version 20000000
Previous Block 00000000000000000000bb3bc41843719fe36e9ccf594ee58bf79ac5f82daed4
Merkle Root d832c7b7ad113a41ada65dc79efdd4310b517e55d078b49851564185feb26747
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,243
Size: 1.00 vMB
Total Fees: 0.04164460 BTC
Feerates: 123.97 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,638 (906,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
9,315 9,315 000000006f0fca19456e2824feaae5ba4be5f2542c63c786bbd19dd5a1229271 1 0.00/1.00 vMB 0
9,314 9,314 000000005030db2d311e4e34f502110e79329e36e92b22a6c6c5d9730789aad1 1 0.00/1.00 vMB 0
9,313 9,313 000000008ff347146c3956176dfb2bb3c45ef9471a5f59d952474b97cf28d724 1 0.00/1.00 vMB 0
9,312 9,312 00000000587aac037a61ccc1fa1022836f5c57554bb6d0a30ea1ec282aa0fb9d 1 0.00/1.00 vMB 0
9,311 9,311 000000008da846cff88ef83258bf01f7ca757edd080d541381347c5ec8cb5b47 1 0.00/1.00 vMB 0
9,310 9,310 000000004d441eda6d86516b77701eb913788efe7d6a74ad3d06a5aa343e6d1e 1 0.00/1.00 vMB 0
9,309 9,309 00000000966d702b1248872b36c4daab3abcb8de47940dc7baa7309ac067e270 1 0.00/1.00 vMB 0
9,308 9,308 000000007930799dab6bb69c7858a4d8b45001a64b663b552bd1a84e44b9fb41 1 0.00/1.00 vMB 0
9,307 9,307 00000000bec5fe9cb6e34216cc8ec1cb757183e86e5c67718f08855ffcc5de9e 1 0.00/1.00 vMB 0
9,306 9,306 0000000039e4d37ff01bb9ed216bf0a4237426eab278cc00b8325cf446c5f66f 1 0.00/1.00 vMB 0
9,305 9,305 00000000a477aa0599bd9d42573bf8e2f0d4c737d06b95e1ee05fd3cade510ff 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.49 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: 773.00 GB
    • Received: 20.36 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.