Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,920 transactions (1.43 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,741 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,914 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,740 (76,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
835,635 835,635 00000000000000000001b1985c69fe5665ae7317412d669671a0dd49c693af84 1.77 MB 3,104 41
835,634 835,634 000000000000000000031254a377794df9dc6203bcb70833ddc1b5ec32d89f0d 1.47 MB 3,111 47
835,633 835,633 00000000000000000002d02eee02664d6a1f485ae6b5019e3d9a8ab4a44ba151 1.60 MB 3,416 33
835,632 835,632 00000000000000000000049106af89bfceaae56db155fbca6572faea4e522589 1.52 MB 3,700 45
835,631 835,631 000000000000000000019cf0cd1ad6fe8cfc5192cccaa6361c89e5c05cf7f7d2 1.55 MB 3,060 37
835,630 835,630 00000000000000000002030117b26ebd0462d165195850dfbe5b8bc10fa04cbd 1.54 MB 3,034 24
835,629 835,629 0000000000000000000235ec5b68239019094c9e24178d283ebb196872a83d94 1.80 MB 3,278 19
835,628 835,628 0000000000000000000323f779fd4c09cacc60c9489cb12f771c01929e29adcf 1.69 MB 2,890 19
835,627 835,627 000000000000000000018b142c208fcf1d1595b43870ea31c507885bd0201546 1.69 MB 2,274 16
835,626 835,626 0000000000000000000032fffeb45880538ff29c1f4ffbd38338181bbdc4f612 1.54 MB 2,404 24
835,625 835,625 00000000000000000001fe391a8fb7c9ddbb7060af6b11035b4eb12edcc4e8f6 1.83 MB 1,818 14
835,624 835,624 00000000000000000000c6cb3461d9bf16deb381c79920af1c9f5fe7afa0a749 1.61 MB 2,436 20
835,623 835,623 000000000000000000030dd8960ac61f91391e3d5f1b7a0325f8a0c1971b5f84 1.61 MB 2,716 19
835,622 835,622 0000000000000000000042e44a0e7f1de918a9f495affd7163e8ce60277cd31e 1.88 MB 2,396 16
835,621 835,621 00000000000000000000fa741a0bdb6e2a034e92c506b98a843da534db185df0 2.25 MB 1,820 11
835,620 835,620 00000000000000000000c2b6f29a674c5477ac0ef4c915625fdf5f5f7ae8fcf5 1.77 MB 2,068 16
835,619 835,619 00000000000000000002f3c9eef1ae43c5e079ad7867f421e11c4df473b7ce78 2.56 MB 664 11
835,618 835,618 000000000000000000026ee4d40379f335b73d36cd3ac06258142a7805343f1e 2.38 MB 1,371 13
835,617 835,617 00000000000000000002051d8f619aff41fdd262e333396a0329d1e9d223ec2b 1.88 MB 1,640 12
835,616 835,616 0000000000000000000134d32a1cfa235b9515f84a6c7ebda9239d020a4b3bf6 1.68 MB 2,607 21
835,615 835,615 00000000000000000001356e8a355a067ab4178fe12bd3a58740f9fee3e9c8ce 1.56 MB 2,360 23
Previous 10 blocks ↓
Total Size: 776.60 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,428.19 GB sent, 131.61 GB received

Notes

  • This page updates every 5 seconds.
  • 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.