Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,038 transactions (1.50 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,602 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,332 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,601 (318,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
593,450 593,450 0000000000000000000905aae7dd93442c426bcc862b54cce8e87f89523cdf8e 1.24 MB 3,415 24
593,449 593,449 0000000000000000000ec7fa34480f284b35dd9c0e6ec8877c53090971c76161 0.21 MB 596 22
593,448 593,448 00000000000000000008b00bd9b36046fc215936a969232b1cc23b022acca75e 0.64 MB 1,905 21
593,447 593,447 000000000000000000066e2955e93ed16aef52787040e240d7eb08e33fc4519f 0.30 MB 580 9
593,446 593,446 0000000000000000000984925281978b77b36b27431a20125e4d1a466acaa13e 1.26 MB 2,884 9
593,445 593,445 000000000000000000106ac31d321cc27c08785efdf71d75fd00ca04cc406205 1.34 MB 2,812 36
593,444 593,444 0000000000000000000375d2044ede0001e41d602dd00e4bda1edc6eca28a4fc 1.05 MB 2,503 8
593,443 593,443 00000000000000000012dd5b72948dcf8f45d9c1465fd5377de3d2b971eedd81 1.17 MB 3,167 11
593,442 593,442 000000000000000000001838345f81c449de594761becb5aa914f24b56883a38 1.31 MB 3,404 23
593,441 593,441 0000000000000000000ac23fb9741c7dd469ac9559aa06d56ac2afc74b203838 1.32 MB 3,169 33
593,440 593,440 00000000000000000001812ece6e2c04654d72837f5677a51bc8d8ac431513ff 1.36 MB 3,318 34
593,439 593,439 00000000000000000016fda3a229bdaf193cc86f5d589406ead226363650053e 1.43 MB 3,249 41
593,438 593,438 0000000000000000000f85cfa86464dc89eaba2d82067874b58fca0c4e580c81 1.42 MB 3,340 35
593,437 593,437 00000000000000000000a31816449ca2adf9063e8b36e12386ddc56ea18243fa 0.66 MB 1,992 16
593,436 593,436 00000000000000000013fee3fb4bfdd17eb38a4f98672295f9b2df5f6b437f25 0.03 MB 64 24
593,435 593,435 00000000000000000009e517d2d2860d3c84073fdf6af8f064c27f272a60727d 0.38 MB 965 19
593,434 593,434 0000000000000000001288d49c82c6f1ca2e74200a93c18f5e2e3a9501b14c79 0.24 MB 786 18
593,433 593,433 0000000000000000000fad0cb75ab180710974c12bb024c8d7a6b985dda1ffef 0.94 MB 2,444 18
593,432 593,432 0000000000000000000c1cdd2ce03783a42ff60abb678c399f0b70142f001666 1.21 MB 2,612 20
593,431 593,431 00000000000000000006e32eea930a84aaab4fabeb14306a84003408aa6bccef 0.96 MB 2,301 9
593,430 593,430 0000000000000000000b48aa8adaf5614ffb9b80b7e56b253c947fd019c30947 1.27 MB 3,371 27
Previous 10 blocks ↓
Total Size: 776.35 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,419.82 GB sent, 130.38 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.