Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,497 transactions (3.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,178 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,595 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,177 (839,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,866 70,866 00000000001179e355facd76aad6914edcbc373f37b9a4bdd848c17d52cb10ff 0.00 MB 1 0
70,865 70,865 00000000006909961cec06fbdaec413f8ea4b785cccc3d52a1dbd017c538313c 0.00 MB 1 0
70,864 70,864 0000000000e44bfc30d221c431f1980f0f592e18346f83e20417dc600d288c87 0.00 MB 1 0
70,863 70,863 00000000008c6418a0d9031b8a3c6599723c02a1bb7a92c7e311d790030a5a10 0.00 MB 2 0
70,862 70,862 0000000000b31ec05464b889dac1c025fe2a2192ebf632d47c4689af8a8f9bb1 0.00 MB 2 0
70,861 70,861 000000000055f222a4e55dcf437d91f8c8d2e6fbd5a1d0bd1e51a48502f374e6 0.00 MB 2 0
70,860 70,860 00000000002641f148f52146cf1aace50b37304cab18a8a48ae3aad2344e312e 0.00 MB 5 0
70,859 70,859 0000000000fe5342f97e61c6dbe88771fd652ea8e2048cb3596809cec2f5c600 0.00 MB 12 0
70,858 70,858 0000000000aee7a9bda585e66d6f34dedf60ceb2b66c97f40117ae6fad0aefbb 0.00 MB 3 0
70,857 70,857 0000000000ae091e5ee646236f9a4309fc46c7d0f8969fe3440076f0770188f3 0.04 MB 176 0
70,856 70,856 0000000000de36c12641d6973dca55939623d21df870735333f4f788cc60ece2 0.00 MB 1 0
70,855 70,855 0000000000d78aede2b54b6b0c03126a70236ecd2b445e2344ec15d39a0d70ce 0.00 MB 1 0
70,854 70,854 0000000000a38090b431b796a60e426bd895808bb76e87bdfbf1bd4122660964 0.00 MB 2 0
70,853 70,853 0000000000a3c10f59a43add00288b6601917a5d9184cc19ff06e542589c6f66 0.00 MB 2 0
70,852 70,852 0000000000c2281e626193c8e32069342ed0d757dee9615dddf8aa5e23adf38b 0.00 MB 2 0
70,851 70,851 0000000000ba54215a11b3aa6be4ec27cab1641149c5f24b63e634843dc10c25 0.00 MB 16 0
70,850 70,850 00000000005f5bc0beb61f9a1b63fc9970742498aa825056ad4572160408d9d6 0.09 MB 398 0
70,849 70,849 0000000000dadf773fbec5403291b707a276a8f8e14f1e2383be7dea4866f8b0 0.00 MB 1 0
70,848 70,848 0000000000ece4119dbd8d76092ebaba65dd6190c8acb752ac3fa087e59bd233 0.00 MB 1 0
70,847 70,847 0000000000f5fa900c210879446b6df0670457e0f9c236af3b67aa563e8ad50d 0.00 MB 1 0
70,846 70,846 000000000051b938f3004f444dce078aaae61e0d6b5d356b5b5717fbc776278d 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.72 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,194.48 GB sent, 117.19 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.