Loading Tool

Explorer IconExplorer

Memory Pool

21,752 transactions
16.76 vMB
0.03713673 BTC
Random Selection Loading Transactions
Max Size: 92.64/200 MB

Candidate Block

Mining Attempt ca7633b68ea50775aa5318849207e0d283f7622f79ff0a653e8fe686e5479d58
Version 20000000
Previous Block 00000000000000000001493e2df7ebbdd7981a5cfe1e0dbdf9dae4c84c45c287
Merkle Root f967e6a7ee344fa90e6511e82c2059b861a819ec04a22973e2a4967111f46009
Time (UTC) ( ago)
Target 00000000000000000001d9360000000000000000000000000000000000000000
Nonce 0
Transactions: 3,259
Size: 1.00 vMB
Total Fees: 0.01282197 BTC
Feerates: 108.33 > 1.28 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 924,422 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
924,422 924,422 00000000000000000001493e2df7ebbdd7981a5cfe1e0dbdf9dae4c84c45c287 2,100 1.00/1.00 vMB 1 ago
924,421 924,421 00000000000000000000b19204d375caaa856de117fef02c1587aa7d6e060c3f 2,744 1.00/1.00 vMB 3 ago
924,420 924,420 00000000000000000001c825798ab9d03652a40caaed2ab2bc1b57deced5ba22 3,465 1.00/1.00 vMB 4 ago
924,419 924,419 00000000000000000000ddf1a772ab423989be2cac3cba1089c1645fec45bb7b 2,491 1.00/1.00 vMB 2 ago
924,418 924,418 000000000000000000008832a49758233a91b0a87a583396f8928e14cbcc641b 4,290 1.00/1.00 vMB 5 ago
924,417 924,417 000000000000000000017d1164810376df2994eb249e846e5d3c26aa03f17f41 3,080 1.00/1.00 vMB 1
924,416 924,416 00000000000000000000ecc256efb1676fb1d17da916099d0ca832dd85a4fa05 2,946 1.00/1.00 vMB 3
924,415 924,415 0000000000000000000091cc43ac257daa6473fe1871e5b7eb131353433678d3 1,456 0.44/1.00 vMB 2
924,414 924,414 0000000000000000000054726d6b4639078638ccf70b821d1432e09ea4958b1c 2,260 1.00/1.00 vMB 1
924,413 924,413 00000000000000000001a4458e72f03a017bcd5ae4cbf6d285da4e3329fdf3fc 4,215 1.00/1.00 vMB 5
924,412 924,412 0000000000000000000113975ae052be1266754efdfaea8e02dec9da907958ea 329 1.00/1.00 vMB 0
924,411 924,411 00000000000000000000fc6a4519669e95a12bc5e1fa2809f5478792053c490e 1,935 1.00/1.00 vMB 0
924,410 924,410 00000000000000000001915ab7d29e3ae4cc28d1d8b6d4542a14c3a10a46a416 3,660 1.00/1.00 vMB 3
924,409 924,409 000000000000000000014b3e87526e00fd0a9f7d131451dcc3a9a57b1b96c5b2 3,999 1.00/1.00 vMB 0
924,408 924,408 00000000000000000000e5d4ef70452a5d10ee693035e04a48cd9e8365ae1d3d 2,217 0.73/1.00 vMB 3
924,407 924,407 000000000000000000015f9d7e47df05dcbcf176721707161d8aa208ce27e0dc 4,545 1.00/1.00 vMB 1
924,406 924,406 00000000000000000000a79fc8c08c192a72a463316b58c00d752be9a43a9ffa 3,004 0.99/1.00 vMB 1
924,405 924,405 0000000000000000000023ec3c9bf7187e009855ea6f427ce89b61536da97b21 3,247 1.00/1.00 vMB 3
924,404 924,404 00000000000000000000db8bbc378f3459a3d2f0f841f30927d779a9f17f3fce 2,477 1.00/1.00 vMB 1
924,403 924,403 00000000000000000001af6426d67d41cb0037f3ec69cad03bacea43286e1fad 3,753 1.00/1.00 vMB 5
924,402 924,402 00000000000000000000a6ef117bc79bc0cfd8c87bff7956cebb08a94ecd7ab7 3,220 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 798.76 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: 2,330.34 GB
    • Received: 99.85 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.