Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,740 transactions (1.48 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,805 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 4,077 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,804 (870,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,785 41,785 0000000025d48f992a17a1b8d0dd08052069009dbaa68470e73928a5239d8755 0.00 MB 1 0
41,784 41,784 000000000d784bd0860d534731291f8ae065bcae82f382a4c88d891895fcbcb7 0.00 MB 1 0
41,783 41,783 0000000005548eb25ca2d704869cc6950f91823a6dff5e9f21d12ca83a3da5b3 0.00 MB 1 0
41,782 41,782 00000000648e9fd675073c39fb1e2b67d78ef1f0bf46b238b054162243b4bc1a 0.00 MB 1 0
41,781 41,781 000000002a873c9580a02eb8a5579ccc175b28f03e50047f4f6cfc2477957471 0.00 MB 1 0
41,780 41,780 000000004053152c9ff8b8beea17985641a56053570d93be41ec688134391a9b 0.00 MB 1 0
41,779 41,779 00000000577d2e2d07cc1ac679f3d2abb072aa7c67c01e74de2f20ef4a34fb1d 0.00 MB 1 0
41,778 41,778 000000004f0244054404cd50ac89fd27123ecf8ebed89907fd15cbd6a5c7b5b7 0.00 MB 1 0
41,777 41,777 000000003823aa1a0c31d95c5b03e7f35ff0dea3710179f19fdcaebb6be88c44 0.00 MB 1 0
41,776 41,776 000000003a059863e9f0f5df4f0811a043f42165aa5b92f9b57a6a048b69cd44 0.00 MB 1 0
41,775 41,775 0000000058078571faf8e2698f47f9dcb35e440e8fa06ee4f632e2112b2856b4 0.00 MB 1 0
41,774 41,774 0000000058baf50e66ec74fc49b5626d8e95150c6fcf9bbd48d494a19d4a283b 0.00 MB 1 0
41,773 41,773 0000000018d33740207305d5a5a922df9552db2d7b5b2cd4827b7bb259e5796d 0.00 MB 1 0
41,772 41,772 000000004f3995fa9f7a2e91cdbb16a18ff824d01a61a132c20ef9eb193e6756 0.00 MB 1 0
41,771 41,771 0000000056021388a4f87e6f8c924c7a780ff2589445b70ebfd36da486749d37 0.00 MB 1 0
41,770 41,770 00000000040829a119b12f5bf4d93651099f2117c3a3dc2b3892f82da94e016e 0.00 MB 1 0
41,769 41,769 000000000c71ad6c131f853032cda03800231fa43924ae98fd9fdaced519a308 0.00 MB 1 0
41,768 41,768 0000000043bcf9c452330b7a55bbf9e17be7d60c6bdbd7a0b2685c5b3fc9056a 0.00 MB 1 0
41,767 41,767 000000005ff09ca4a131fed4c8cdde8990e8a843bead72cb59f3408221c6b10b 0.00 MB 1 0
41,766 41,766 00000000132ce41892199541fa6e37ca7b4b6f4d97445660548144f5e5eac433 0.00 MB 1 0
41,765 41,765 000000002abf0e460c4d440bdd071a9339cf5ee723ac47bdc7c56ae75c7b3098 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.73 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,452.89 GB sent, 132.21 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.