Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

354 transactions (0.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,648 000000000000000000022cb30000000000000000000000000000000000000000 0.06 vMB 331 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,647 (869,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,697 40,697 000000005151c82ef31b9274ad20e1533a48a497bc601fc86f19a23708cf85ce 0.00 MB 1 0
40,696 40,696 0000000009768cf6594ab9501dbacc0a725e4f936b5160ad09d203e82a02d80c 0.00 MB 1 0
40,695 40,695 00000000653cb203732279d29dfb70a16276118ba44dc77cc9d0ec54a1f9a247 0.00 MB 1 0
40,694 40,694 000000001b851c34da49cf44313e49226941bdd499373b77a5020b1c5551670e 0.00 MB 1 0
40,693 40,693 000000000e867a68e3eba37d71952d5823b9e7f699b19f7777e5b173f9c2b063 0.00 MB 1 0
40,692 40,692 00000000249da26fecf543db38127fed6b96a1ecbf3562cfbbc4988201ecbafd 0.00 MB 1 0
40,691 40,691 0000000019686d9cc966160a1761677fe0923b9cae40aa76f659171af0a5c944 0.00 MB 1 0
40,690 40,690 000000003c8afeb7dc5ffdafc403dac124fd3b132365abe76d8a5b6a59d73629 0.00 MB 1 0
40,689 40,689 000000003898f5fe5301d107141253af2c7429b2132a9d8c92ffa77e84e4afbc 0.00 MB 1 0
40,688 40,688 0000000002d0c3228d4efa413f3dd259d9022af369fd69f5a76cffc6dacdf4d1 0.00 MB 1 0
40,687 40,687 0000000006b4b48b83a12cfa5f812c6a67f15ffcd6cafb0adfb10d57572c75ac 0.00 MB 1 0
40,686 40,686 0000000014b2ad689c2b58a362009c524079cb7601430fc7c3ec0c1c25c92685 0.00 MB 1 0
40,685 40,685 0000000041229d51a9eda2639f841337edc625112c382628288c9ff51cb59946 0.00 MB 1 0
40,684 40,684 000000005e2f5330a29bda9a4ea32d8108c3dd61999e757da8f8e40b745f277a 0.00 MB 1 0
40,683 40,683 000000005c5fb512e032d666d4aefbd80fd319fc1fde8ad86f7e5079920689ba 0.00 MB 1 0
40,682 40,682 000000005887f81f75360454dc3529b209df6ef144c1ab93fb60f30a1136bfc5 0.00 MB 1 0
40,681 40,681 0000000011518e2010c478a4e438c6ce11d2a192020322c0748d610a67a9ec7a 0.00 MB 1 0
40,680 40,680 000000005805041ca7c73b87590bc3102ed4b8f5247c45e06af4dd0e68061d03 0.00 MB 1 0
40,679 40,679 000000005fd11f3edef56735894dd29b67f61ccdb0ff6a0535db74db373b0ecb 0.00 MB 1 0
40,678 40,678 0000000005e331598e12c8b85841759b1dba71bf648ac89fbbb643c660822bf8 0.00 MB 1 0
40,677 40,677 0000000006c5fd7a3b0f7874594553f40bde87a9583c3c0dfdd694fad7d368af 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.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,279.66 GB sent, 121.45 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.