Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,152 transactions (0.93 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,978 000000000000000000022b910000000000000000000000000000000000000000 ago 0.92 vMB 3,131 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,977 (16,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,209 895,209 00000000000000000000f89110914b6ddd1950385b2804557b6352d00f324fca 1.61 MB 4,096 4
895,208 895,208 0000000000000000000070b8cf5ba2d67c04bfc960ae104093a842fc988b6fe1 1.65 MB 2,625 1
895,207 895,207 0000000000000000000027e1aef10f8b62b6174181bac1c3a12f38487ef092f0 1.72 MB 3,194 3
895,206 895,206 0000000000000000000140542933dd4cd204989f161333daf245f92c55f34c2d 0.76 MB 992 1
895,205 895,205 000000000000000000004c2485b26abd3ceb8c9f0ef460d7dfe1e74a2a6c0ebf 1.77 MB 2,330 1
895,204 895,204 000000000000000000000b8d5dbd91301ccffa0b54effbc39dec81fdcc6d3cc6 1.73 MB 2,782 3
895,203 895,203 00000000000000000001354afaf97efa4ccec2406c246602a081a0eb960089e9 1.01 MB 1,415 1
895,202 895,202 000000000000000000014636200252927666470719a9a48c0f04129f779c28ce 1.59 MB 1,806 1
895,201 895,201 0000000000000000000230e308fc3fbd0db17b10a6dc80c4f1b4c3d77322d162 0.88 MB 866 1
895,200 895,200 000000000000000000004f3ddf53cf27f2773bd4077d30cf7ea5b8106a958ff7 3.42 MB 141 1
895,199 895,199 000000000000000000019bc8e5c12111fc69412472fbc930c27af6179efff447 3.06 MB 1,142 1
895,198 895,198 000000000000000000021cd924e1a391fa4a289b19646a97fc0a8b7825b09488 2.32 MB 1,788 1
895,197 895,197 000000000000000000021f871b9793b261104f9c6a20d40b3b857de7c546ccdd 1.61 MB 4,204 4
895,196 895,196 000000000000000000020dcfc0342c764f5de6652622e72a1de5f79f40aa623c 2.56 MB 1,459 2
895,195 895,195 00000000000000000001c4d82597650ee15cc2771c0212a0df8ad604591d8568 1.89 MB 1,841 2
895,194 895,194 000000000000000000022905314d631110cff802827294db290edeb4762364a9 3.65 MB 91 1
895,193 895,193 0000000000000000000123a0fcf16c6af3387a8a7387b0624cd82d3d919123f2 1.67 MB 3,214 2
895,192 895,192 0000000000000000000251989c32da93b6a22e031158fd2f2a127ee79b332e43 1.95 MB 2,671 2
895,191 895,191 00000000000000000001def9a888a5934f93166ac26055420f0432eb6e109f06 1.72 MB 3,510 3
895,190 895,190 000000000000000000017a4ab8b59b36ad349bc96b2e7daeed3fffd14e7a8779 2.47 MB 1,810 2
895,189 895,189 000000000000000000011b51bf16ff510179261d6d445a7951624cb703a653e6 2.77 MB 1,763 1
Previous 10 blocks ↓
Total Size: 777.04 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,500.37 GB sent, 133.66 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.