Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

23,406 transactions (5.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,066 (827,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,012 83,012 000000000015d85d5cf1ab64e540ca7a8cfe31a2c1ca120cf5f914e9ca95c7df 0.00 MB 2 0
83,011 83,011 00000000000473aaf4e8508c9f75787d281c693c9ef9c98c0537ebbf83e9fa5c 0.00 MB 1 0
83,010 83,010 0000000000223956a90c2bc213c8e1d8e51a6dca90a6ced08141f35bf0878bf5 0.00 MB 1 0
83,009 83,009 00000000001fd77ebadf0eebae1b6261c9c5a21f40e10ee31c728b6f381872a5 0.00 MB 1 0
83,008 83,008 000000000030260009740d31a8bf277fec82f07b481cc16ee5b44435abaca348 0.00 MB 1 0
83,007 83,007 0000000000138c72e51cbc016e569e1ee4f473c9962f1b86cf6e0df1029e9143 0.00 MB 1 0
83,006 83,006 00000000000c45a74df5c39f8987d0de25a28653eda1284c763e8f24a6fdfbaa 0.00 MB 1 0
83,005 83,005 00000000002491e8ba5e678ec63cc486a77c3a734a6906b485428dabdfca336f 0.00 MB 1 0
83,004 83,004 000000000019dc96e2fb39e175bb142bdabf137e8e0d21f334bd1722f9c42678 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.52 GB

Node Information

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