Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,650 transactions (1.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,402 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,361 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,401 (899,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,247 10,247 00000000c454490b9232db44186383c431449ce82fdd53b8b46f4bfc5719570b 0.00 MB 1 0
10,246 10,246 000000002cdc08e600e4a9e36a281504f34fb62258061f44cddd4967627a90da 0.00 MB 1 0
10,245 10,245 00000000b0da5d96fcfdffe4b33df3ce2b6974490d1b85989d423b2c76f1a5a3 0.00 MB 1 0
10,244 10,244 0000000029219256afcb9d5a85e7d8f38a2adff2488252896ad05db4d5b507a3 0.00 MB 1 0
10,243 10,243 00000000ab12a6b26e8836f2ffe424b14eddd1f7463750f3fe66b75e537921b0 0.00 MB 1 0
10,242 10,242 000000000bba2c50323f16322eccc66bf8e615c5aa4e998ff3ce3127d5af1a6a 0.00 MB 1 0
10,241 10,241 00000000bdc742b280d6bccdb9ad87c77b6ca821f1ec494a4efc23fb0421ab93 0.00 MB 1 0
10,240 10,240 00000000c562adbf1e9d499f5479211a6ef72f71fb3ae34fdfd5b1515fba79b9 0.00 MB 1 0
10,239 10,239 00000000b69e09773cd178199b8199aeda397e5f3776e6d15326b6214a3484d5 0.00 MB 1 0
10,238 10,238 00000000245c0daa6d231531761c3858854923f853d11664bd20733db5890ddc 0.00 MB 1 0
10,237 10,237 00000000b3b5b8918716b5f44f00bd65a240d9eb0457f947dba77480dbfc2662 0.00 MB 1 0
10,236 10,236 000000004f74d42205b9d7ae1cb5c1591e723894a71358fce73b7e0919628161 0.00 MB 1 0
10,235 10,235 00000000da0dd8a0ac0f20ff16adb1cb8c7058dad9b15521c1f25565f66181d8 0.00 MB 1 0
10,234 10,234 0000000056ae656a64143254284972fe43e40aa11b116d2d2f3623949305e33e 0.00 MB 1 0
10,233 10,233 00000000080e26dc9d1c6bcb7e04a60621a04ec9e14c172fde91bdfd3c7d7c82 0.00 MB 1 0
10,232 10,232 000000004f3a561d0877195af9640e44909cf3db887eaebc3f9167bf94429c82 0.00 MB 1 0
10,231 10,231 000000008fb8618abcd281b7ff6dde8d17d7911e60422c6f6611f8f823b7640b 0.00 MB 1 0
10,230 10,230 00000000acf28b0c278b01ae0b153de0533af276a3571579b111b1a9ef6492b5 0.00 MB 1 0
10,229 10,229 000000003ca23ff4088200f541f87d5be76d0f477888fe383ec4fcdd4cf245e6 0.00 MB 1 0
10,228 10,228 000000003e70543d583b63460dee0b569179d3f48b0661477fac4755af092f4d 0.00 MB 1 0
10,227 10,227 00000000ca9783208ac167b0c48262d911623018b5da8d5d6926efd6969b0af3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.29 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,070.10 GB sent, 109.57 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.