Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,680 transactions (0.69 vMB)

Priority:

  • 1 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,720 000000000000000000022cb30000000000000000000000000000000000000000 0.69 vMB 1,680 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,719 (855,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,398 55,398 000000000a22cfb5cbbcc10b1b501cc66438f52db8b46aa18b6888a98ea0126c 0.00 MB 1 0
55,397 55,397 00000000083458729e0ed2dc55d9d13f0ba6dd0aa9833c32a59b54c1dd406052 0.00 MB 1 0
55,396 55,396 0000000001934f8a1c4c73a54053fd497417412a99bc57d78f8bbbc4295ed686 0.00 MB 1 0
55,395 55,395 0000000011a37ad51cce9042204dd4303e138e564818f62779ef858fff0bdb84 0.00 MB 1 0
55,394 55,394 00000000068c68bacb2064fe12c4535f1fcb66262e82a34c04b418c76d8baf93 0.00 MB 1 0
55,393 55,393 000000000e6b6ba4e33aea15442f297c60786a21d77e5f33d71a9e05abf04454 0.00 MB 2 0
55,392 55,392 0000000004331a1651368ab49cd255bd39ad43e565413f975e9dd862ae53eec4 0.00 MB 1 0
55,391 55,391 000000000076a2789d8b0c9d976ff897317de608b10170a2a068ded428934f0e 0.00 MB 1 0
55,390 55,390 000000000e88e1d1446786384643c0c10ff7c91ea163bd5f8cedc68ed021b485 0.00 MB 1 0
55,389 55,389 0000000001914fbcf9138436cc57814f559567435202a06513155c33eb0794c8 0.00 MB 1 0
55,388 55,388 00000000101bdc321efa5cbcc84b25fda812b71cd6404e4307211f1747be54f1 0.00 MB 1 0
55,387 55,387 00000000126f09e57937f8bbb757e76d092265571ffe0be7ac68020640866b31 0.00 MB 1 0
55,386 55,386 00000000077a159d4d9a705f52f9cc28440fed32074251f3361aab60e3b14643 0.00 MB 1 0
55,385 55,385 0000000011e264120de76ec10e67549f4014ccf10183b688ceddca298ed6c8f1 0.00 MB 1 0
55,384 55,384 00000000137729ce4f7828981337327c651d7ad3f6dba0f076e678daa7204121 0.00 MB 1 0
55,383 55,383 00000000086b998f8b8d4f7e718d29d99fcdf0c7685fc3529b5adb2e5d919fb7 0.00 MB 1 0
55,382 55,382 000000000d02ba13d96be24848e0c0dbba47b54c8440aa699cd0cf91dd883147 0.00 MB 1 0
55,381 55,381 0000000010302064764854dcbb65a79d84d6944b019046b8307ec77738378f18 0.00 MB 1 0
55,380 55,380 00000000131ca6180077318e68251b03e2aa5d23bc0c09083406d34ea91d417c 0.00 MB 1 0
55,379 55,379 000000000b41318fc16445f8d12cd80a4f50ebc75fa7e2c317687b032140fffa 0.00 MB 2 0
55,378 55,378 000000000f4cdc1be678a1b6c254b390a5cba9c72b6e8bf8ebd57a88cf92a8eb 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 774.71 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,291.56 GB sent, 122.17 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.