Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,237 transactions (1.83 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,652 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,523 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,651 (831,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,178 80,178 000000000037a2672dcc4fc227034a818434ef6770fc826299b6cd46a1ec5c32 0.00 MB 1 0
80,177 80,177 00000000003a0e738bae5fcec334b1d1816a2927ab2bdccc583615012272973c 0.00 MB 1 0
80,176 80,176 0000000000383200d78b0d2a68bb69f1ed35c5dc0fe5fe7b724429e57ed90a90 0.00 MB 1 0
80,175 80,175 000000000042769303de696cc038abd1a31b6f4bb0c1ae1c82c99a3332d598fa 0.00 MB 1 0
80,174 80,174 00000000000eda0422a05783072dc8b42930ba3cfd1a35b8f0f93ae05672a69b 0.00 MB 1 0
80,173 80,173 000000000013bf90e4cf1a93b488e6d8b7e5c12c4da2ee6891b0bd38e8f99058 0.00 MB 1 0
80,172 80,172 000000000001cd46ae5414f0fb81aab05e5ee152c11aef38adb185b727ce6b73 0.00 MB 1 0
80,171 80,171 000000000042be5996fc6f186604b6cb86aa9b472a73988742a4f5857e15f458 0.00 MB 1 0
80,170 80,170 00000000002f5d2195d3bddc2b88d06f78fd8e77832331f6dd62b4074f5bce56 0.00 MB 1 0
80,169 80,169 00000000000e5a2e97d63c1006ae7b9bf051b09c1972875f281e25f9f475df55 0.00 MB 1 0
80,168 80,168 00000000002344f8a9de8eec91228ea183812029e17c8a6fcf580a07ab9a3ea4 0.00 MB 2 0
80,167 80,167 00000000002d3295950dbecf4c62586b7f915dfbb0ed55c2d0b30725ea4622c7 0.00 MB 1 0
80,166 80,166 00000000004f53cd0615f3aae3e13afd7d20c728ed956771205ed6cf034176d1 0.00 MB 1 0
80,165 80,165 0000000000376bcbb7d55467eed98e95f33bb897980d263df83b55b8051cf749 0.00 MB 1 0
80,164 80,164 00000000001e6fcea60017e81c9717bd09068a2ffc77a68d990f270c078e1c01 0.00 MB 1 0
80,163 80,163 0000000000062e279e98956273a1f2924333bde934023be45aa68a30f2e4d748 0.00 MB 1 0
80,162 80,162 000000000032f91e969b34508175e28942a53ba3eab7cbe87a3f2dac0af758fb 0.00 MB 1 0
80,161 80,161 000000000020d91ed4fa42af0f200665c16084ba17f292f88b69ec1c95854ca5 0.00 MB 1 0
80,160 80,160 00000000001332dd3671a5f8626347c1c7ac3ddf3bf29c95279a3507bd4b2937 0.00 MB 1 0
80,159 80,159 0000000000158eab67a02468d4aa7cbba217bd74378130e9131ee52e4712fd1a 0.00 MB 1 0
80,158 80,158 00000000001c5983524e720f8696c16a14e29eef33d4cff7030765e873d88d6c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 776.44 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,423.99 GB sent, 130.88 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.