Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,206 transactions (0.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,085 000000000000000000022b910000000000000000000000000000000000000000 ago 0.84 vMB 3,185 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,084 (51,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,056 861,056 000000000000000000025e7e4dfcf499c21f96831b2136ccb1c593114643d4a5 1.10 MB 349 2
861,055 861,055 000000000000000000016a64e84c3509e1991cc3fae9ed591a0d35fd52496cfe 1.27 MB 1,486 3
861,054 861,054 0000000000000000000301e4a0cda533771481e498b832c62ec5e59bf0fe93d7 1.61 MB 2,947 5
861,053 861,053 00000000000000000000a966bac1bb20b3dc040a5cdf1eb5c7f3519846ed9bfc 1.30 MB 1,241 3
861,052 861,052 000000000000000000029fa01d8edb4ef7fe0def88dc5d5451fa067c9e71ce2e 1.66 MB 2,333 5
861,051 861,051 00000000000000000001c26783b5ecee8183c0142114492f1a18d86a51ded2f9 1.97 MB 2,804 5
861,050 861,050 00000000000000000001073c63f6583ae029edd03227324f63e35ea24154a339 1.39 MB 1,593 3
861,049 861,049 0000000000000000000098cf3a78a3b74b903c583851718cf19901bd69f7010a 1.56 MB 3,590 6
861,048 861,048 00000000000000000001fdb669da955c2504ed799552c862ccde165d8bdf691c 1.18 MB 770 3
861,047 861,047 00000000000000000000a75bc08cf82e25307b3681e0aa9d7a4f017b64d31746 1.44 MB 2,173 4
861,046 861,046 000000000000000000006eb2bc257409157504b65973165563604e6093d22912 1.74 MB 2,955 3
861,045 861,045 00000000000000000002be9b375709a1cc8dfe2e365a3565314e33e3defd62a2 1.50 MB 2,858 5
861,044 861,044 00000000000000000001383e09435cd56573f0eb29210e09ac0e725c0f82140f 1.59 MB 2,480 6
861,043 861,043 00000000000000000000bebc926952af59c023093bed773dbea7d5ff40e492ec 1.69 MB 3,587 5
861,042 861,042 00000000000000000001dad15a515fa229b6324079b3cf498fb450f98c588a53 1.55 MB 3,403 13
861,041 861,041 000000000000000000013546604d172988c1e507044eacfea4e058a98c56485d 1.61 MB 2,825 8
861,040 861,040 00000000000000000001431deaf9974fb6a9734ed7798b6f19c1ea1f0673f6d3 2.13 MB 2,345 5
861,039 861,039 000000000000000000013eb768b93f26202aed8ab9df4ac7ddd044a26bd6d3f5 1.58 MB 3,458 8
861,038 861,038 00000000000000000002e8eeaa418f806ba6607379ead618d3ce29b3fa4d6004 1.75 MB 5,083 2
861,037 861,037 00000000000000000000aaf02421c2225eb2d4ec7d462a28d21ecc48561264a9 1.64 MB 2,936 5
861,036 861,036 0000000000000000000226095fd2199e613eaec3e50e76e61766e5986ebb7ee2 1.34 MB 2,523 6
Previous 10 blocks ↓
Total Size: 777.24 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,523.07 GB sent, 134.57 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.