Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,243 transactions (0.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,126 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.68 vMB 2,235 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,125 (849,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,960 60,960 0000000003377bff89309b70fe20e14f78d22471d236afad85bcfdf97ec5e27e 0.00 MB 2 0
60,959 60,959 0000000009eb3d08f41879773c8d547573843d0054b8561be4a4a4c7c4162f5f 0.00 MB 1 0
60,958 60,958 000000000c04e5f7679da90118d6f44537baa95b3cfd17db302d42cbcaf5ff34 0.00 MB 3 0
60,957 60,957 0000000001db8dd51b554be935d1c2c71674109b10aa54e8ad96ab5df4344c21 0.00 MB 1 0
60,956 60,956 000000000ccedbb0c7c3c86042618662b82473007eec9f9911773a1ed0ddf1bf 0.00 MB 2 0
60,955 60,955 000000000133f970d35cae63caf816a83199da7d4434098ef549f360e6097814 0.00 MB 1 0
60,954 60,954 00000000072e125be4fd384e9352694cc21612f1f6f2c359c75feaba4a438279 0.00 MB 2 0
60,953 60,953 000000000ea305015a7c9d1dac4998a7d5538f96b13cecec35a88535702e0a69 0.00 MB 1 0
60,952 60,952 000000000337a9525dbf09fed185d5af3d82b2579c751f3f18195dfe13c69517 0.00 MB 1 0
60,951 60,951 000000000bb17ad875f02c69b3ebac4427376d2d4017b9d9b97f089dc3fac30c 0.00 MB 1 0
60,950 60,950 0000000001c19cc28f0674cef5e78f265a45da7c7b437467d372e79a91905938 0.00 MB 1 0
60,949 60,949 00000000033e1094f5089362b97db8e2baff29b2a8f1c696e3b1669b8d27d415 0.00 MB 1 0
60,948 60,948 000000000ac3e9f176d698abda0e2836709c0e6d41eaf403785af5d7f5738f5b 0.00 MB 1 0
60,947 60,947 000000000ba49356b5c87a7f63a5210f6b3dd63e4e96ea425b75aac7d312d828 0.00 MB 1 0
60,946 60,946 000000000704e7526e19fb4ec6252056556637187fddb91c475f656806358176 0.00 MB 2 0
60,945 60,945 0000000007293ad18220e882af23751d8783aad4dddd2dca43ce737075b317c9 0.00 MB 1 0
60,944 60,944 000000000495aa3f444c7eb3db5737ef934870b17b45e3acf240abb0dab54ddc 0.00 MB 1 0
60,943 60,943 00000000030a4e29caee7d248b6cfcffb41c9e13d98a5089b04645af3bb0db26 0.00 MB 1 0
60,942 60,942 000000000043ab796461350226ca71a67709d0d89c0621861b113d9acd90403c 0.00 MB 1 0
60,941 60,941 00000000079bc6021158dafb60bdc9c752f10dd39c68072d6954e14d3b7d0a85 0.00 MB 1 0
60,940 60,940 000000000a230a6700bc0051c4bc44ad520ec1cbb12b5467abc2c30403fa64b9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.62 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,191.11 GB sent, 116.60 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.