Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,473 transactions (1.83 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,334 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,111 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,333 (850,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,766 58,766 000000000efad475549b33af5753c4c4cdf85bbedb110d29af47415721806a81 0.00 MB 1 0
58,765 58,765 000000000986d4916766c0cc0883cf1ab89bee70c816ccd2a5efc525ce4671c6 0.00 MB 1 0
58,764 58,764 000000000454e5d062279ad234115fcfaea2789d8a66db944a57aef17dc911f5 0.00 MB 1 0
58,763 58,763 00000000081a0adf18c72abcfe122dc67fc9dc1176d8bd5347d5c14393ffa3ed 0.00 MB 1 0
58,762 58,762 000000000cf569c3c4296974100772d7d4405c117e3d3cae02e457d4f7094339 0.00 MB 1 0
58,761 58,761 00000000091e8d805be6b98ed2ac7388c4290354e5c0e6cebeec2d3813ad61d2 0.00 MB 1 0
58,760 58,760 0000000002bab58eb357c2767c865aca9c89e9533efcc7c9de53dec07ec072e8 0.00 MB 1 0
58,759 58,759 000000000c747e66ca03a70fae52bd28b432777209c53d11d202408fd60db427 0.00 MB 1 0
58,758 58,758 0000000004dc815c2474ba4d3c4100b9c732c2cc6d78fd4174389130682ad55e 0.00 MB 1 0
58,757 58,757 0000000005a709f6c56d0a01be8592933c1a7368d66dbe3dedb912ee98149561 0.00 MB 1 0
58,756 58,756 00000000027ac103971f2d957ac1987ac118210b4228fb81173db457562323b1 0.00 MB 2 0
58,755 58,755 000000000f46d942dfa2e6fe3b7ea9eeaf209ebd3b94a3065ab513adac584ce2 0.00 MB 2 0
58,754 58,754 000000000db3dc5c72b5ae5d03e682788ec2f8ac430352570a80b0513cec1ac7 0.00 MB 2 0
58,753 58,753 000000000277ebd0c3524d54a24eef021c6496e9188a7d617784b930ee4c1304 0.00 MB 2 0
58,752 58,752 00000000088686da1e5d0b82159ced7619ca6a39df8bcd1299e1cb823bb10e2f 0.00 MB 2 0
58,751 58,751 0000000004996bc3857f47bd26664380db6c79283d7e78dc175205b589dbb763 0.00 MB 2 0
58,750 58,750 000000000380954e5697db7962c7b094baba305b3350658a9ce7623c95e76b74 0.00 MB 2 0
58,749 58,749 000000000294aaf2e177534a3a7b0fb493bf507118e214adb9396825a8f8cbb1 0.00 MB 1 0
58,748 58,748 0000000003e2b5c533059426622ac12d109fdf92cdc5b09fa11f61ff754dbb0c 0.00 MB 1 0
58,747 58,747 000000000415307aee886471dd683052751813901fdc4b9f03ce4a425dead57d 0.00 MB 1 0
58,746 58,746 0000000007e65dcd3cdbbd95ca50944207a12dd059158cae175e8444d7f32d5f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.16 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,066.78 GB sent, 108.96 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.