Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,246 transactions (0.42 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,882 000000000000000000022b910000000000000000000000000000000000000000 0.41 vMB 1,233 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,881 (193,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
718,510 718,510 00000000000000000002735a40cb0ec62cddbdb847fa57e8d7855a6b06e2c0d0 1.48 MB 1,530 4
718,509 718,509 00000000000000000002498e74671497e1a04f40882d056794f2a2b0e4ec7fee 1.30 MB 1,103 3
718,508 718,508 00000000000000000004b9f8277b1ac30fb401ca5641f1c1f73076a447a97887 1.43 MB 1,713 4
718,507 718,507 00000000000000000000545485ea7f0ddfb021d22aedbfd52a8c6dd429961c85 1.20 MB 993 2
718,506 718,506 00000000000000000001950888dcddadf4652e21a36b61925a7beba963dcde83 1.41 MB 3,117 7
718,505 718,505 0000000000000000000a6efee541a51ea00ad5088f96616a1d52ccea26366a65 1.21 MB 1,017 6
718,504 718,504 0000000000000000000310a8300e3f36ed9b8ac34dc3d11c1f2494283e17e17d 1.44 MB 2,134 11
718,503 718,503 00000000000000000004948ca48865280d8bfce3537f8e99e25db3e6c373b9c1 1.49 MB 3,283 4
718,502 718,502 00000000000000000008f80c0c7194a650808d3b22a27b0e6f45e619a0caf3e7 1.44 MB 2,766 7
718,501 718,501 0000000000000000000014e7164b75e175b85963e3380b218051926852863ac5 1.59 MB 3,016 9
718,500 718,500 0000000000000000000615cec31920656caf03fcf5935006302b8c89b7132672 1.51 MB 2,533 13
718,499 718,499 0000000000000000000183ae60396fe82dc48bd0a9192bce250f0bf40b345724 1.52 MB 3,510 11
718,498 718,498 00000000000000000004348bd27bc616a2dd009cf63d0fb7078c58b355925fa8 1.45 MB 2,832 23
718,497 718,497 00000000000000000009cf474dc8006c6fafe153a545ffcfee22b9007a485360 1.59 MB 3,601 7
718,496 718,496 000000000000000000051a27e61b0216e6c108d5ee39cd187753d792780341f0 1.50 MB 2,121 5
718,495 718,495 0000000000000000000990e1907dd3ad9896a6946fcd1e4c6a1d36bd716329ed 1.43 MB 2,618 13
718,494 718,494 00000000000000000009c5504bcf6c0ca6a7618a52662c4b311c0d967f303f1e 1.11 MB 958 5
718,493 718,493 000000000000000000061c272468885fa70c9d9384b6cc3bbae3650f36783b7a 1.37 MB 2,089 5
718,492 718,492 000000000000000000044d4e113d974bfbc15e3a624e3fbd77561972bba9f4ed 1.54 MB 3,022 16
718,491 718,491 0000000000000000000ae8ad792379d8ece55d219d31c25a182b782fb7a724b1 1.40 MB 2,432 7
718,490 718,490 000000000000000000013a44d2c5f23b4776c55fe67fe7cc53001a36ae3b5854 1.50 MB 2,632 9
Previous 10 blocks ↓
Total Size: 776.87 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,473.19 GB sent, 132.80 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.