Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,111 transactions (2.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,173 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,646 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,172 (894,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,689 15,689 000000004aea7f8145941547b8f616d56d5ae8e2d6e1a6ba723e6a550c2b2cae 0.00 MB 1 0
15,688 15,688 00000000c84ba51bec059741eee998165f5bbb4dde2e3f1ba292284fa6dc33c5 0.00 MB 1 0
15,687 15,687 000000002f361e7a5c28e1d11bd153830f31081445538c67495bb72b1768ab4a 0.00 MB 1 0
15,686 15,686 000000003ba6f5398aa8cce1d38aec867cf7967ce9e0da2a2400189b6d50e9d9 0.00 MB 1 0
15,685 15,685 00000000910fdf833ccb8fc41416ff555baf4fe767dbd015fd72fcb43a12a196 0.00 MB 1 0
15,684 15,684 0000000063a995e6620f097591bf331072209fdeddce1a4b469545e0e39f46b8 0.00 MB 1 0
15,683 15,683 00000000c701f68bc43ae30993fdd7c42699700b498ade0fd5767b82de37bc9e 0.00 MB 1 0
15,682 15,682 000000004422770204a4199f8b3163715d52cbecb4b4dc9ffa44de5d826a88c0 0.00 MB 1 0
15,681 15,681 0000000031a0112f7d4aa599206d2ccafa6b2b5cdc50f1ce6fe5c7920d7706ce 0.00 MB 1 0
15,680 15,680 000000001358c239048f562ffc9c80aabf06e465741ba00f490eccde67776f2c 0.00 MB 1 0
15,679 15,679 00000000f2d9f78d4a014832980294466c8d575bd1de4cfe62dd2496fe042824 0.00 MB 1 0
15,678 15,678 00000000e2cc641be32bec92b59643936136efad6ceaec3b3869760ca4e2ab95 0.00 MB 1 0
15,677 15,677 000000001725c076c0ffb6f0bc185aab33a6a5ec83aaa1e0888ca91d8ce3d7df 0.00 MB 1 0
15,676 15,676 00000000778d47bda6587a1c9b4f4f6c38746b14f3b7b95d14e514a8c3b8068f 0.00 MB 1 0
15,675 15,675 00000000078b7b6bcf7796b72365ae0f8e646697401e2749ec13413430957b7f 0.00 MB 1 0
15,674 15,674 000000001879514ba77cac0bc770ac9b80dbb1c209c2308287fbc10e56f36c1e 0.00 MB 1 0
15,673 15,673 00000000a52704451ab9b7f51b4474023f7cc06b35faa56bed254f95a2a68a04 0.00 MB 1 0
15,672 15,672 00000000a3c5a3ea0c946f07c0fb2de7e9980a00447411098cd8897d695a09f0 0.00 MB 1 0
15,671 15,671 0000000008ef91da3fb60069bad01622a742bf7566b24d2547649e4be416214d 0.00 MB 1 0
15,670 15,670 000000008d4b8598cbf1f14cd568345ac3ce8171d7b5ad64718d47f536935a58 0.00 MB 1 0
15,669 15,669 000000006a9883ae2ce21e0953c656fc31cd2085fb9986bdf45069801b4caa55 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 2,194.19 GB sent, 117.11 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.