Loading Tool

Explorer IconExplorer

Memory Pool

48,200 transactions
30.27 vMB
0.08599135 BTC
Random Selection Loading Transactions
Max Size: 161.65/200 MB

Candidate Block

Mining Attempt 883a1273a0c2b156a8f61c8572c22d11cc70d531a9a10b3f0ac250233e503eba
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 026ace2400d589ca756f2354dc7b9b7679cf938d659790062d6b68d7072bd473
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,981
Size: 1.00 vMB
Total Fees: 0.02554538 BTC
Feerates: 101.56 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (79,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,633 835,633 00000000000000000002d02eee02664d6a1f485ae6b5019e3d9a8ab4a44ba151 3,416 1.00/1.00 vMB 33
835,632 835,632 00000000000000000000049106af89bfceaae56db155fbca6572faea4e522589 3,700 1.00/1.00 vMB 45
835,631 835,631 000000000000000000019cf0cd1ad6fe8cfc5192cccaa6361c89e5c05cf7f7d2 3,060 1.00/1.00 vMB 37
835,630 835,630 00000000000000000002030117b26ebd0462d165195850dfbe5b8bc10fa04cbd 3,034 1.00/1.00 vMB 24
835,629 835,629 0000000000000000000235ec5b68239019094c9e24178d283ebb196872a83d94 3,278 1.00/1.00 vMB 19
835,628 835,628 0000000000000000000323f779fd4c09cacc60c9489cb12f771c01929e29adcf 2,890 1.00/1.00 vMB 19
835,627 835,627 000000000000000000018b142c208fcf1d1595b43870ea31c507885bd0201546 2,274 1.00/1.00 vMB 16
835,626 835,626 0000000000000000000032fffeb45880538ff29c1f4ffbd38338181bbdc4f612 2,404 1.00/1.00 vMB 24
835,625 835,625 00000000000000000001fe391a8fb7c9ddbb7060af6b11035b4eb12edcc4e8f6 1,818 1.00/1.00 vMB 14
835,624 835,624 00000000000000000000c6cb3461d9bf16deb381c79920af1c9f5fe7afa0a749 2,436 1.00/1.00 vMB 20
835,623 835,623 000000000000000000030dd8960ac61f91391e3d5f1b7a0325f8a0c1971b5f84 2,716 1.00/1.00 vMB 19
835,622 835,622 0000000000000000000042e44a0e7f1de918a9f495affd7163e8ce60277cd31e 2,396 1.00/1.00 vMB 16
835,621 835,621 00000000000000000000fa741a0bdb6e2a034e92c506b98a843da534db185df0 1,820 1.00/1.00 vMB 11
835,620 835,620 00000000000000000000c2b6f29a674c5477ac0ef4c915625fdf5f5f7ae8fcf5 2,068 1.00/1.00 vMB 16
835,619 835,619 00000000000000000002f3c9eef1ae43c5e079ad7867f421e11c4df473b7ce78 664 1.00/1.00 vMB 11
835,618 835,618 000000000000000000026ee4d40379f335b73d36cd3ac06258142a7805343f1e 1,371 1.00/1.00 vMB 13
835,617 835,617 00000000000000000002051d8f619aff41fdd262e333396a0329d1e9d223ec2b 1,640 1.00/1.00 vMB 12
835,616 835,616 0000000000000000000134d32a1cfa235b9515f84a6c7ebda9239d020a4b3bf6 2,607 1.00/1.00 vMB 21
835,615 835,615 00000000000000000001356e8a355a067ab4178fe12bd3a58740f9fee3e9c8ce 2,360 1.00/1.00 vMB 23
835,614 835,614 000000000000000000022a418e40e99c9460e7ee965c7d25c27916e7281a0638 1,007 1.00/1.00 vMB 12
835,613 835,613 00000000000000000003288fc551124aed8767c249dd723e87c084dd82eb1409 1,017 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.13 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: 652.41 GB
    • Received: 13.77 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.