Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,627 transactions (1.22 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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
911,980 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,029 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,979 (232,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
679,608 679,608 0000000000000000000af7f5abb37a46bd6c1e6b51561e6e037eed4c0a40f7b5 1.22 MB 1,649 208
679,607 679,607 00000000000000000007281074f0cfeb73708707ec9356e21570a2ff13be9538 1.21 MB 1,843 210
679,606 679,606 0000000000000000000693f07a27b3e6dcfcdf011d4b429fb7285eaa45b94f91 1.30 MB 3,146 195
679,605 679,605 000000000000000000022d91eabae00b483656df43267d3e48323ce8cc99fb36 1.51 MB 1,822 191
679,604 679,604 00000000000000000004c0f8400e7177df7b0806602dece28ed8f0562561d334 1.41 MB 2,615 213
679,603 679,603 0000000000000000000802778ec60022cde9a7e0013350e19cc0ca3684323a49 1.44 MB 2,244 200
679,602 679,602 00000000000000000002674b891332ccba8cb26d698170151c6b5524751fe0bc 1.59 MB 875 182
679,601 679,601 00000000000000000002377d313625526d32e259222242a35c1290647806e8b5 1.37 MB 2,637 210
679,600 679,600 0000000000000000000a583ad67b5832ba86702b36afb537ee73096fd5034b6c 1.45 MB 2,746 191
679,599 679,599 0000000000000000000bebb6e82cf99f955bb6643abe604f1fd2fa3d6b784886 1.34 MB 2,687 205
679,598 679,598 00000000000000000002efbf33d4c7f77b093face12bb528ce9d69ab37daf9da 1.24 MB 2,363 208
679,597 679,597 00000000000000000004f61c023625fc0d3f18e4265f3e515ab90a4f899f8d07 1.25 MB 2,484 199
679,596 679,596 00000000000000000007fb3d726a5edc82f9d23f0368b8be4edb85e7419e6b8d 1.31 MB 2,353 212
679,595 679,595 0000000000000000000107298168670661ee4802df2190846fe79ea05a6ea326 1.40 MB 3,073 236
679,594 679,594 0000000000000000000420fc55517dcdbbb1fed2c0747552ee656f5a855747db 1.41 MB 3,305 245
679,593 679,593 00000000000000000007aa3ac6d118f7fc5fba392553b0b9f11c2bc105f38008 1.32 MB 2,594 206
679,592 679,592 00000000000000000005e111892d917386c5b523536610130871fa672b61d6fb 1.33 MB 2,266 200
679,591 679,591 000000000000000000023804bea1fc23eb3da4f68fe8ae1d420ea5cef67e1747 1.30 MB 1,976 188
679,590 679,590 00000000000000000002c1cb45722de6dcdc47b2c5d8d50f8c5d7ebd122fa7eb 1.32 MB 2,971 209
679,589 679,589 000000000000000000068cb805c8a3f03926a3b5a6c4e0aa10df9a419bd3f437 1.37 MB 2,194 174
679,588 679,588 000000000000000000081ab7cd9bad36672ecf4e859d6cbea54431f839809421 1.37 MB 1,985 189
Previous 10 blocks ↓
Total Size: 777.05 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,500.74 GB sent, 133.68 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.