Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,436 transactions (0.97 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
911,361 000000000000000000022b910000000000000000000000000000000000000000 ago 0.97 vMB 3,432 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,360 (872,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,919 38,919 000000003738e059ace4d334ff3bd68afe87a4e1205b68dac094b39eac3f868e 0.00 MB 1 0
38,918 38,918 0000000030127b15679d409454f0e94c81986ed233640144298f94efe637f55a 0.00 MB 1 0
38,917 38,917 000000000c032012555b50b756b131ea5d5941eb16e98da1d15bb3f6821d8518 0.00 MB 1 0
38,916 38,916 0000000026254a3dbc75fd34977d2a51ec73e635554c93cdf6c0efbc73242fcc 0.00 MB 1 0
38,915 38,915 000000008bb8dc2d24796bc6f7474ec527e50a1d253293d6d1f4eb4dc49871d9 0.00 MB 1 0
38,914 38,914 000000008c07e2a89cd3a51db0df3810d007d8e2f2166191badb442e7209ec3f 0.00 MB 1 0
38,913 38,913 0000000078fafa738569d96ea549652f6fd70afe80da13679cbc91848ee749f4 0.00 MB 1 0
38,912 38,912 000000006767918f10667426aae8a740c4075f942d8c9b0764ca5899c9997233 0.00 MB 1 0
38,911 38,911 00000000476a18628a40605c79f515f675d68076603bc07c83564de306cf08f0 0.00 MB 1 0
38,910 38,910 0000000072367d727ceccea9d10c28561285acf8d3e3a295bab79bb25d3e7424 0.00 MB 1 0
38,909 38,909 000000002e1e879c1104b9cec7b42f7d197fd93a4e470c98eef1150098037706 0.00 MB 1 0
38,908 38,908 000000005bf9810c386672ba46f892b6a277b0796e9862a97c265018a984744b 0.00 MB 1 0
38,907 38,907 0000000029353b436a9a87bae0f1360d7b2709d8bd3cfcb8fc98c6459f7597f1 0.00 MB 1 0
38,906 38,906 000000008c52a3e722a471bff47b38bbd01fd51e59249ee9560238379c561841 0.00 MB 1 0
38,905 38,905 0000000070ac6df052fa80a6ded2b40d8abf34d1d2fe9022488707ef7f90528a 0.00 MB 1 0
38,904 38,904 000000002b54f2edf4b1d97abd73ea49f90721e65d48470bd811750415ab637a 0.00 MB 1 0
38,903 38,903 000000001ee140855e85615e67c44429990fcd065f9ecefba71de93e4c570067 0.00 MB 1 0
38,902 38,902 000000003015cfd147af696a79ab634db12ea87f04d646b71e0e4f81bbfb4a4d 0.00 MB 1 0
38,901 38,901 0000000083f229987445c3be105d327f1f84879fbf5339d5cadc4dac824af817 0.00 MB 1 0
38,900 38,900 000000003e3f753167d27e545362539772c658982202a168ebc0da87375f9b17 0.00 MB 1 0
38,899 38,899 000000002a3f48a062708f38814dec5a7d178a878cb16154e5eacaf58321a7ae 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.91 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,401.45 GB sent, 128.37 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.