Loading Tool

Explorer IconExplorer

Memory Pool

75,156 transactions
27.72 vMB
0.07757238 BTC
Random Selection Loading Transactions
Max Size: 169.05/200 MB

Candidate Block

Mining Attempt a49846d4929b174223b77c0a3d47d2e25930653a87f935bbee32faf446518514
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root 9eeeba9f7f166d6586887607a6ef6ec4d6c0bacaa146dd6a6ad46cf07cb3e289
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,927
Size: 1.00 vMB
Total Fees: 0.01825127 BTC
Feerates: 301.57 > 1.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (302,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,555 612,555 00000000000000000000f6ee4a941181c1d977777bf4c5424fad8752a20befde 2,973 1.00/1.00 vMB 26
612,554 612,554 0000000000000000000950b656c5d0279636d3d9a1b220b1e8d039e26a2f1cae 2,363 1.00/1.00 vMB 11
612,553 612,553 00000000000000000011a8b3fddddbb058818bc25513b5fb2c25e4865de020b7 2,719 1.00/1.00 vMB 12
612,552 612,552 0000000000000000000a0f0ea59641f8902aeab1f184bb285494ff5407ed97d1 2,055 1.00/1.00 vMB 26
612,551 612,551 000000000000000000015dee38b7a7a1d505ef01dedb0783488c787376c7cb33 2,070 0.61/1.00 vMB 9
612,550 612,550 00000000000000000003c50743b9375e2d79eddfd2f202369aef19abbe5c62a9 2,596 1.00/1.00 vMB 6
612,549 612,549 0000000000000000000a046af2bd18b66bf5329444fd8bf0781cdfeb8596de68 3,029 1.00/1.00 vMB 14
612,548 612,548 0000000000000000000e9b07e8a56b028df3a446c6a10164af8cbe4379634547 2,257 0.94/1.00 vMB 10
612,547 612,547 0000000000000000000449b70d1297b98f91adefcfdf966c801e6a6ad49abeee 2,505 0.74/1.00 vMB 13
612,546 612,546 00000000000000000012efe71e3fae6eb5120dcb87066ad561f55223b12160ff 1,832 0.50/1.00 vMB 3
612,545 612,545 0000000000000000000598e6964c6bbea55138262b9b91e98902b1123548f1bd 3,549 1.00/1.00 vMB 15
612,544 612,544 000000000000000000042cf817d177bc70225e47eb54d9bc3f03291535264c59 3,523 1.00/1.00 vMB 16
612,543 612,543 000000000000000000141d63c0a927235c7e21b39f8c632f9b7e70a9f3fb1659 308 0.08/1.00 vMB 10
612,542 612,542 0000000000000000000debd5ef07143bd2a96c8696a7cc838f908e270f02fc47 406 0.09/1.00 vMB 11
612,541 612,541 0000000000000000000d136c34874a1b8d57c2f233d9116ef91cc5fe5ca06f70 1,651 0.49/1.00 vMB 13
612,540 612,540 00000000000000000009d52558260382b28dc8786f09c4534951f27072400dcb 2,640 0.85/1.00 vMB 11
612,539 612,539 00000000000000000004885698f1d03a33a8df496802f51f1fb2e86a8aa20c3d 1,482 0.55/1.00 vMB 9
612,538 612,538 0000000000000000000e8b6ce37563cadc8b2605004667dd86630d742310a640 2,126 0.69/1.00 vMB 12
612,537 612,537 00000000000000000013be8f774d797129b045ad4b78888f408b07bf1c99c425 804 0.21/1.00 vMB 13
612,536 612,536 0000000000000000000b4aa860b7a1bc58e9e407d80b8f3e3514839caaa012d3 2,611 0.84/1.00 vMB 11
612,535 612,535 0000000000000000000854bafb58aa7949a0192e53a37b206a7d7d2ea0ae9cb9 1,204 0.45/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.84 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: 711.86 GB
    • Received: 17.14 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.