Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,926 transactions (1.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,370 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,683 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,369 (840,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,934 68,934 00000000001fce68c50913f422d351df46c93036fa6a8486ca2c584269ca654c 0.00 MB 1 0
68,933 68,933 000000000058d79d3e6c13be44689803c3326cf510b29df5b974f395ea694d81 0.00 MB 5 0
68,932 68,932 00000000006be805d3c7cab4f3cc6e53f4dc2ebbd2e44bcb8658cca8ed85190d 0.00 MB 1 0
68,931 68,931 0000000001146d1956619a06602877b392be63297008e7c06624827059ae8647 0.00 MB 1 0
68,930 68,930 00000000004184d1f804888f367602250873ce1d85d85a03937141ff79a351c8 0.00 MB 2 0
68,929 68,929 00000000013e0111809ed43dde7764c37ea97bde1c5b75c23c18aa3b1ba1f86a 0.00 MB 3 0
68,928 68,928 00000000008eb701b84f9347e4a3f92ad5b741d99f43bfd5ba0d97c4deeb97af 0.00 MB 3 0
68,927 68,927 00000000014524ca7d891991695a66fa119207f8ad36bc257fc4db585115f8a0 0.00 MB 1 0
68,926 68,926 00000000015a2f5fd909d0200074e2b6295f2fc9dbe8534c669b1ed0fb534d1e 0.00 MB 1 0
68,925 68,925 000000000077410b867c1843c61b27bcd873a8fa6cae34579aff52db42d15280 0.00 MB 2 0
68,924 68,924 0000000000dd1c4a5e67c5174d19af486815267b97c955412988fc5638643585 0.00 MB 6 2,108
68,923 68,923 0000000001357f0bd345cc77e71112883fdbd4960417fbf8ce185e6794ef997d 0.00 MB 2 3,891
68,922 68,922 0000000000242be154b3e8d156151e0f9a0ef10b24dd09752a61c4cdd396f8c0 0.00 MB 2 0
68,921 68,921 00000000002e830321e7fca6ff031791370ec44f4e2146ce2078c5cf3050b919 0.00 MB 2 3,891
68,920 68,920 00000000000b72718faf495295fcbdc0a3a6358c2f9156a21792a4795e5640e9 0.00 MB 1 0
68,919 68,919 00000000014bda1675971f7527abe561f226926b9582233fc672b4cf85c5d048 0.00 MB 1 0
68,918 68,918 0000000000e94df7e2178c2538319de7eda6aa4b60528a48d66a945a9b3601db 0.00 MB 2 0
68,917 68,917 00000000008e66e92b770f3c531fe4f90643e21bd03a0bab4884f49fb23188c3 0.00 MB 4 354
68,916 68,916 0000000000326574b6d0b698b8a8816806d09141a7e313eaaff859a8a0aa23ae 0.00 MB 1 0
68,915 68,915 000000000061e6bad647b6be9d483cb581d8d7c80b59f2b20e4348136c3af659 0.00 MB 3 1,512
68,914 68,914 000000000020762d33e9fa12bdb1dda5fee80234633fa06b92936754db0a2c7b 0.00 MB 3 2,403
Previous 10 blocks ↓
Total Size: 772.22 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,068.70 GB sent, 109.27 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.