Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,698 transactions (3.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,161 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,753 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,160 (820,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,180 89,180 000000000009e67b2dbdb630f0997107a14350cba23eef5cf6d5380916fbb04f 0.00 MB 1 0
89,179 89,179 000000000014e236ab098d9bfcb8edd9de630b88d9bcde1fcf77da2c4c84f7a5 0.00 MB 1 0
89,178 89,178 000000000006b8f4c38515bf5f485733aafb8c295f949662ddf6768bb8e6ac89 0.00 MB 1 0
89,177 89,177 00000000000308ddc01fb9e482e0619b7bb946700df47c3ca76abbbe0133dff9 0.00 MB 1 0
89,176 89,176 00000000000f004999bec93706def05f5246e6366dee31af88ade4598d8687ab 0.00 MB 1 0
89,175 89,175 00000000000323aac5e1a20502782f36864103af7c13f08957edf25da4ef6666 0.00 MB 1 0
89,174 89,174 000000000003ea4ccebc912229b80dcebb6f58ead3b3d017cfb6e2154114a3b5 0.00 MB 1 0
89,173 89,173 000000000006f7bc29edbedc9ab549f774017e8850144c0c14f89454fc63896a 0.00 MB 1 0
89,172 89,172 0000000000109acd87ad5330762019c67bedd13b4d6a89910ed4c1fa643f9f1d 0.00 MB 1 0
89,171 89,171 000000000013e620da3d2954e3894c73ebab7632421ecb9b162b7822699373c9 0.00 MB 1 0
89,170 89,170 0000000000057cfa4b5a5e658707ac05d7d436eaf52269f0b2151edc580abf9a 0.00 MB 2 0
89,169 89,169 0000000000045edfc424af58c087e95c22adbc1768e73523199458bcaa8e9d03 0.00 MB 2 0
89,168 89,168 00000000000c5cabe87ea7f7ec5a2afa6c6e56d6b67a15733cf2ee0894a6b7c2 0.00 MB 4 0
89,167 89,167 00000000000309c04df9dc05de55bc192f8bc789c44511ee31548ff43414e6f5 0.00 MB 1 0
89,166 89,166 0000000000019a35c61d80b82d3cf56fb525a64e3a3aadaac689c983c4f72c9c 0.00 MB 2 0
89,165 89,165 000000000003a3ccc642b40fb0b2afbc0962cd5f3d22ae459a0fdab40b50b4d7 0.00 MB 2 0
89,164 89,164 0000000000048569ed48aa91c2ddf4bc6fd77cde5fbc48778950d29d54b190e1 0.00 MB 1 0
89,163 89,163 00000000000fd9b954a7c37eab303f574dbc8be4219858508276f28e8a2036e7 0.00 MB 1 0
89,162 89,162 00000000000991999f73a1abe56593c4ebdced23c81aa32bec121f88c8062e64 0.00 MB 1 0
89,161 89,161 00000000000eb3c967e0538aff6df9b54a660b8f23630241cf97916090a3cbb9 0.00 MB 1 0
89,160 89,160 000000000010f2a7d8abe258c5486f74f1f4a145158be6963b7ddbc137492a67 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.69 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,193.87 GB sent, 116.98 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.