Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,953 transactions (1.83 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,932 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,768 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,931 (110,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
801,048 801,048 000000000000000000001a3ac5f6006903c47ba263bc1aa3a518deece735d98d 1.73 MB 2,049 12
801,047 801,047 00000000000000000004b3d5e66b525b0edde20004042c91df09b8e6dfd91989 1.57 MB 2,911 7
801,046 801,046 00000000000000000004b5e8d083a8d82d684be9e768e81e76ef78d92fe959c8 1.73 MB 2,888 9
801,045 801,045 000000000000000000011822bf89672c7528f0166dea6d9d537eda45f53bfeb6 1.66 MB 3,090 8
801,044 801,044 0000000000000000000084467a08bf64233a55ecff3f2236e8e4f76f6c63d244 1.90 MB 1,286 8
801,043 801,043 00000000000000000003c606583e1b3aa6b7b26c8a9b329cac5e6d61937c176f 1.73 MB 2,518 12
801,042 801,042 000000000000000000021bce72a680ac2bb4dc80b0a4456a24a408946e5725ba 1.53 MB 1,870 10
801,041 801,041 00000000000000000005325b232bfe427ff503d7735284e323b771cf8fcaf94a 1.80 MB 1,909 9
801,040 801,040 000000000000000000035f5596841a1b9f1776709b2d63e3fa9e01bd555da2cb 1.58 MB 2,737 12
801,039 801,039 00000000000000000004947ed47d7e051e595348650be168cf8416bbb08dcd08 1.51 MB 2,791 20
801,038 801,038 0000000000000000000448daec378fe243a5c204fafdbe6adf216c28b8f08156 1.73 MB 2,451 11
801,037 801,037 000000000000000000054c703803dc982bfb6f56d0e590ade5a25ed49a4b3fbc 1.71 MB 2,596 9
801,036 801,036 0000000000000000000168aec34248e7a694f995bdfe466462c1ebceef8c5f70 1.66 MB 3,071 16
801,035 801,035 00000000000000000003953044e3977cfab91c1b40f09d7e6a90848ac7e7ccd6 2.10 MB 6,432 6
801,034 801,034 00000000000000000003046ff692e011093922ec1b5ce7071a70b813e65fe5fb 1.93 MB 3,955 6
801,033 801,033 00000000000000000002229a8038a7400e6d281f1f0d48c9f33fcda29abab7f6 1.78 MB 3,178 8
801,032 801,032 00000000000000000003fc565be7ca64e35d42c58073046db7e8a4521b12374e 1.68 MB 3,498 13
801,031 801,031 000000000000000000051887258dfa3fdb7e6c758e4a57abfb9dbc18e336ad28 1.83 MB 4,332 8
801,030 801,030 000000000000000000031cd9fffe748b2338263756ac05b3719e4ce9819ad214 1.62 MB 3,817 7
801,029 801,029 00000000000000000005183c5a82d11d5cdff32682c5bf21827aed9a63536bde 1.76 MB 3,907 7
801,028 801,028 00000000000000000004af225bfbc4b1cfc0240b2d0988e0bdff9a61d23a14ad 1.46 MB 2,783 11
Previous 10 blocks ↓
Total Size: 776.96 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,492.53 GB sent, 133.27 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.