Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,550 transactions (0.94 vMB)

Priority:

  • 1 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
910,480 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.93 vMB 3,533 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,479 (827,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,820 82,820 0000000000296ded9247e1dd2f2785c38d311abe9910a96697803fe51ac4f2bf 0.00 MB 1 0
82,819 82,819 00000000001bd32f92e5cbf0383082ea8d0354415260c4802eca7d096ac31ae0 0.00 MB 2 0
82,818 82,818 0000000000184fb27410cf08eb3431c834ef5a211ff4f989da2dfb789b7269e9 0.00 MB 1 0
82,817 82,817 00000000001e52f83ed77567dda805224f0dc1aa163f792b866fdadb6cf07928 0.00 MB 2 0
82,816 82,816 000000000001536dcaae06f876526f0d90f7d590182060d91992760dab62c8a5 0.00 MB 2 0
82,815 82,815 00000000002c6ce154fc073ec642583cb835aed58715b22e7a2326ca4fccb04f 0.00 MB 1 0
82,814 82,814 000000000013775dded0e03408462671f9e02f79c8d66f63ddfc1c50cbb66f14 0.00 MB 1 0
82,813 82,813 000000000029fdbec4a9aa5b03e3f31c121f8e4e19c17993d9a6c09ea633b927 0.00 MB 3 0
82,812 82,812 00000000000d28b3933c0156ee11b6f3abcbde3b7df44d716017e1bccba66839 0.00 MB 1 0
82,811 82,811 000000000018d870e024a3ebe05413ff60e658d3b6adf7dd28a2a7a4630f0695 0.00 MB 1 0
82,810 82,810 0000000000314bf905a0886dd908dfd8b78c9edf6b56b0cc131da4136e61bc38 0.00 MB 4 0
82,809 82,809 00000000000aab0a8d2fdb86d5c90bfafab6c1d25b924871a5cfde657245643e 0.00 MB 4 0
82,808 82,808 00000000002e086780439ae098bc0b05d7aa78b9bd3a09ac06455fef38450267 0.00 MB 2 0
82,807 82,807 00000000001c6a1b4df05a1dbc0e0c370e39cf549a5fdecf230252be707e21e0 0.00 MB 1 0
82,806 82,806 00000000002f755d012022f1094314d294dd31c04260e15fe81633e65ad4314e 0.00 MB 3 0
82,805 82,805 000000000009b7f4333c54458faed2dc3276ac33374eb87a56a5319f57248bdb 0.00 MB 1 0
82,804 82,804 00000000000c67eb6384c96818b9e0d4e39bb272bad383c9316e9a72e5e2dbb9 0.00 MB 1 0
82,803 82,803 000000000003a8cea2d24ab21fd8966a9e27fe2b53ba69adaf3efe11bead6355 0.00 MB 1 0
82,802 82,802 00000000002c0f03c58af8a0fbcc37b5b13cc09d6e523db57c8fddefffb114b4 0.00 MB 2 0
82,801 82,801 0000000000213efdb31e795b94b5bab3dc56eaa5ce792696eccfbe7657b93276 0.00 MB 10 0
82,800 82,800 000000000020e047993c68848ed644e3deb5537135e9602cae7b8f176dd9737c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.28 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,242.75 GB sent, 119.93 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.