Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,640 transactions (0.91 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,096 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.91 vMB 2,630 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,095 (827,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,003 83,003 00000000001e7bfbd214ef4cd938f7de1ad9b697f3edeb7c1eaaffda83ceafad 0.00 MB 2 0
83,002 83,002 000000000026fcddd4a072dcb9a513a87043747ffeec1e24520e9f064df5d41b 0.00 MB 1 0
83,001 83,001 00000000001725dca5a5a05c07c3cf42b8dc84b5d53a514a2ec451e3f985cc69 0.00 MB 4 0
83,000 83,000 0000000000230ee9fb4cf0933aba6c94e9c425636fe67c28366abcd8bd48b734 0.00 MB 1 0
82,999 82,999 00000000000027955d58b35c7a23aa532927eb9c529e6436c31c658aba95617f 0.00 MB 2 0
82,998 82,998 00000000002fd601f104bcac5cdc5911717cec2989f53e742b57327809367dba 0.00 MB 1 0
82,997 82,997 00000000001c8c2b7e230fd9d1d34ee50dfe87559883aa0b3114696ea9d43afb 0.00 MB 1 0
82,996 82,996 000000000023716d676fae0e2f4f58c52cb67a6cec3b17180ba6460c24ee627a 0.00 MB 1 0
82,995 82,995 00000000000b9487651ec6401a156984c2d392d1ebbb79d8ad5f434c2a040ffa 0.00 MB 1 0
82,994 82,994 00000000002ae7ce0794187b2241c58fa7e6fdb3a64501a14018b45cde933f8c 0.00 MB 4 0
82,993 82,993 0000000000210820300286799e99d49b458bd626c271bd357e3a94168b235772 0.00 MB 5 0
82,992 82,992 000000000000cbaa7b926ac81f19f1eb190f119e67d1c6057ff8d3ee0207cf24 0.00 MB 2 0
82,991 82,991 0000000000078f30d5a674c283e7930eb9bcf297a830c246ddf601e9f6fdf231 0.00 MB 2 0
82,990 82,990 000000000004699352b2875f9dc9a7f019836e5bc94032d3d8802ea25911186b 0.00 MB 2 0
82,989 82,989 00000000000d1524257b7a442e9378abab9e707a8d57ec73f0cd401beb7f12a7 0.00 MB 3 0
82,988 82,988 00000000000b08b157f26f25646b8cd070d73964122085883a4436ba148ae3db 0.00 MB 2 0
82,987 82,987 00000000000196e620f5e1939495799b4766296e9d09c368a88f2538a05541e8 0.00 MB 1 0
82,986 82,986 000000000027e9380953a6e1689f6dd4df7a5ae7938ff6014ac68ef154ab9248 0.00 MB 2 0
82,985 82,985 0000000000270eb272c6da69759c5de3c07e8744922950ccd2c576b9d0fde1dc 0.00 MB 1 0
82,984 82,984 00000000001a266683392761327f279a328d8ef57eb4aec3604cb4276863268f 0.00 MB 2 0
82,983 82,983 00000000002272cd876d4e2f2cb10385647f479ac8c7f79b0d19a46848e570be 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.57 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,188.03 GB sent, 116.31 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.