Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,447 transactions (2.99 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,932 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,224 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,931 (265,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
646,001 646,001 000000000000000000013cc1cb4a4ca828f9b5eaf039d2bb0d7097868da2ea94 1.26 MB 2,638 21
646,000 646,000 00000000000000000001ef19be9c9879c6e9aa6241a096f543109e2a34397936 1.28 MB 2,289 34
645,999 645,999 0000000000000000000fd3396aba7471e168d965b8e5881ba3b06727c151ece9 1.24 MB 2,564 57
645,998 645,998 00000000000000000005145d7e4b8411e97cc526e80d2416afae292773522f52 1.39 MB 2,045 45
645,997 645,997 00000000000000000005ced79bde197886d2f58a458bad9ed9f0aff3e35200ac 1.41 MB 2,883 88
645,996 645,996 00000000000000000004882b905e02ebc94b14132141504be17e22b1523db36b 1.27 MB 2,400 80
645,995 645,995 0000000000000000000a6d343efa2ac75e608ee05dd6c8ab5504d711cc5070c7 1.05 MB 1,866 39
645,994 645,994 0000000000000000000a414c68efe6679355618f692236ef71368b819f2a0cc5 1.04 MB 2,347 48
645,993 645,993 00000000000000000000e3afd2cefe4ee27bf881b0bc1a94a55740641908efbd 1.29 MB 2,647 86
645,992 645,992 000000000000000000036346aa022df981b3e25e69ed8b39d7d8897ac9c6245b 1.30 MB 2,211 57
645,991 645,991 0000000000000000000017b2a2c3907870f2b3f7b0289b61dfda7e98e35657af 1.27 MB 2,459 102
645,990 645,990 0000000000000000000d7dc0531344a3e64092906b3129e1d23857c4b368bad1 1.20 MB 2,157 68
645,989 645,989 000000000000000000062d62d4e76a797885e68b4bdfd0d21448a03134a4d4f6 1.28 MB 2,401 87
645,988 645,988 0000000000000000000f68e598cb286f1b7aa698dfcbdb7fd4ebba5f0078e688 1.22 MB 3,126 119
645,987 645,987 0000000000000000000137e831da3f2de52cfaf892c5ba1cba912e055618cdf6 1.51 MB 1,958 129
645,986 645,986 000000000000000000010d5159f668fa157f8a43d08ea9342fef97b941241977 1.61 MB 1,407 8
645,985 645,985 0000000000000000000f57c1ba01505243fe8891782af499d933e2ebe7b3f651 1.53 MB 1,892 7
645,984 645,984 0000000000000000000dddc65f48834391089e43fcaa079ce81ad96b7871473d 1.36 MB 2,462 64
645,983 645,983 0000000000000000000d19381860b30d1e60e53cc52a0807b76958938fc6a0a5 1.13 MB 2,239 23
645,982 645,982 000000000000000000013eb68738ae89df06168c83262ad1755764ec780e0ac6 1.35 MB 2,484 69
645,981 645,981 0000000000000000000cd0930fd5a458a3482a840eda65214cab4f7e547d8852 1.34 MB 3,007 86
Previous 10 blocks ↓
Total Size: 776.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,492.57 GB sent, 133.28 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.