Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

750 transactions (0.33 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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,820 000000000000000000022b910000000000000000000000000000000000000000 0.33 vMB 748 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,819 (882,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,716 29,716 00000000cafa90c6b95687cab2d97513a10768943ab77c01cbfdb9e34c93e622 0.00 MB 1 0
29,715 29,715 0000000003e19f7bf82a46bbbd88b0f902ccd203bf0b432576ef55580684e158 0.00 MB 1 0
29,714 29,714 00000000d138e0dcc9344efee4eadc2c18af16d30b1c109e0dc27f23d56afa1c 0.00 MB 1 0
29,713 29,713 00000000ae4904716ab057b0ac0f6fdd33fa1a53ffbb3705c3c50ba940ed8808 0.00 MB 2 0
29,712 29,712 00000000e992e1b1408d5fa1798c1a1815f698fc6f1509e6a17cb4f0cd36ba42 0.00 MB 1 0
29,711 29,711 000000006d0370182aea8a75ceb8420a1ed6b0aa2c3bdb9e8e66d592730ceaa8 0.00 MB 1 0
29,710 29,710 00000000ce99763646eee78fd6e935884de98a96fb7697c368959f012bd3003f 0.00 MB 1 0
29,709 29,709 00000000b514bd5b90cbd3f59ff36e38c7a055217064bfca25dae14f31697d9e 0.00 MB 1 0
29,708 29,708 0000000030f148a21da6115e3e32f16e55b00de18d494a4bee098eba2a6f8a2b 0.00 MB 1 0
29,707 29,707 0000000035d37031d3756c4839f679a67f7360323b104a49960549dfb36e62eb 0.00 MB 1 0
29,706 29,706 000000000b00819cc268edaf268cebc466ff9a4b1866201fcab87f350b496472 0.00 MB 1 0
29,705 29,705 000000000f00a0b71ee6c0a31ca4940cb9a91242ec1de21d88f88a94efea6ad0 0.00 MB 1 0
29,704 29,704 00000000c7dccd7d8d0ff23fd2d29b3ac6ab2a0a5f97e11b23cf3efff28a870b 0.00 MB 2 0
29,703 29,703 000000005dbb4305b9f2a69080d20b603651352b3784534f3fd891efd6927242 0.00 MB 2 0
29,702 29,702 000000009c19c56859a666962d0b2bd5362d8b7cbf6da3e41d6fbc4309a3e06e 0.00 MB 1 0
29,701 29,701 0000000085aac465a7d915b87a946eb881759814e9d3099d7d7c60684a3275d8 0.00 MB 1 0
29,700 29,700 0000000009d72ee8b9185c5ab2d72b7dc24472202af49cfd0a4275a7266555fd 0.00 MB 1 0
29,699 29,699 000000008898b2507314912f6c651b711fb621060b4b6313f4365be804c40486 0.00 MB 1 0
29,698 29,698 00000000fedec0823cc1596d652f08152b8ed44443aee363c427f3e0d7852245 0.00 MB 1 0
29,697 29,697 00000000ab139e657c5d9319be338eb03e67afbdf16f468905a50a06603733ed 0.00 MB 1 0
29,696 29,696 000000005734806cce4f1f7c79dec5957d18aeea953052ea32b4aeb5babd1845 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.76 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,463.17 GB sent, 132.34 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.