Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

311 transactions (0.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,665 000000000000000000022cb30000000000000000000000000000000000000000 0.10 vMB 287 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,664 (863,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,109 46,109 000000001a7bd8f37f5c3205d73e7165e91ee0974faf84634547b49ffa96d786 0.00 MB 2 0
46,108 46,108 000000002092471202b28fbadbf93e7d630733ce454753e75ba9e74a143bb909 0.00 MB 1 0
46,107 46,107 00000000197fddb8d0cff1e01bf3ea10fa8ff6ec4dc3644f4c6ef7b3781675ea 0.00 MB 1 0
46,106 46,106 000000002380f20450a68e0defdf023a674c4dfc3bca56936293a8de0b3dd1e3 0.00 MB 1 0
46,105 46,105 000000001536b46083b9bbc1642e1c9bfe3aa5a9aac87fce4f57468ecf026e80 0.00 MB 1 0
46,104 46,104 00000000236f873893d1046c31d302a460ed0960cb5f20c32a2dc1fee5c09119 0.00 MB 1 0
46,103 46,103 000000002b0691f553133b68ec4edb1e5364b6e3095224da3a2e90a0907d3c88 0.00 MB 1 0
46,102 46,102 0000000026f63bec41004b67de15c21081060aa5ac9e9fab8a432613f55c1763 0.00 MB 1 0
46,101 46,101 0000000033f395948283b3115f439b3889c4d1c7000a53d11962a50e5c838b6a 0.00 MB 1 0
46,100 46,100 000000001f07adda51ca38c6f0c171130d6150d844d3cce528df50b0813182d8 0.00 MB 1 0
46,099 46,099 000000000a633592fd64567a420bc9f66132bccfd303b98b8318512f8fcf12d6 0.00 MB 1 0
46,098 46,098 0000000005ca3f51ea9357a2f6fca93437b8234efb69ec93b2e303cc758da655 0.00 MB 1 0
46,097 46,097 00000000325ef9f7ea157f7fc072ff6ed41dee24ce91f7f1874aafda3cec43fe 0.00 MB 1 0
46,096 46,096 000000001b245639a97752dddab5f4a05b4e6a78802446a527822dcba1f8f2cf 0.00 MB 1 0
46,095 46,095 000000000a9d204a1e647d223b064ecba0098503f5dd7ce8610a43f7a07ebb40 0.00 MB 1 0
46,094 46,094 000000001f38a692de603f440e367cf7e815ab0289c7ca77acceabc50f988a1e 0.00 MB 1 0
46,093 46,093 00000000006cde525fe673da8e64e10bbb371542aeba96a3e282847c9142e494 0.00 MB 1 0
46,092 46,092 000000001cc1531593c94d11e1e580d4e18a3ba6c141a68324aee94f9f327a9d 0.00 MB 1 0
46,091 46,091 000000000e520f97223f4e815201801b0ee4f0b7aa86bebd31fbde06914b1603 0.00 MB 1 0
46,090 46,090 0000000008093ce133a8ba24d5e49c3230dc1b85b0e01ced311b5450a183aa53 0.00 MB 1 0
46,089 46,089 0000000017995468434d47479c8a72c3c7852ddbe03ec8fac05647a6a6ddcfa9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 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,134.27 GB sent, 112.25 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.