Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,668 transactions (0.86 vMB)

Priority:

  • 1 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
911,613 000000000000000000022b910000000000000000000000000000000000000000 0.84 vMB 2,661 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,612 (831,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
80,157 80,157 00000000000d697d569ed2c160f8a57fe5e8601baf92c3619c2e7c214f6e3996 0.00 MB 1 0
80,156 80,156 000000000020277c9a7c741185bf0a39d18f951d9fc274aaecf9741dfc21e97c 0.00 MB 1 0
80,155 80,155 00000000003eebc9fa4236202f58f9129d7343200f1bf66663c50cb25760d12d 0.00 MB 3 0
80,154 80,154 000000000036a7232bb801e9497e64186db6b725c2f7044e627310c8e5a04002 0.00 MB 4 0
80,153 80,153 000000000009dc12fdbd314999ed341af6acd3a56b59d64b282fe36912918736 0.00 MB 1 0
80,152 80,152 0000000000357a31438f86b109b364d93e579f7c6c490b89bd99e10ed2180a41 0.00 MB 1 0
80,151 80,151 000000000011a9835ff3b6ecdacbecc22f06f542089fbd76bb0fd9ecc602661f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.37 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,420.53 GB sent, 130.48 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.