Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,751 transactions (2.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
911,742 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,336 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,741 (320,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
590,972 590,972 0000000000000000001b49527be8f439a7afaf83d9fee494afdf17b86e7f94a0 1.29 MB 2,499 67
590,971 590,971 0000000000000000000f62d61a3c8bece12707c29ae439a7e8274982f052fc53 1.05 MB 1,358 11
590,970 590,970 0000000000000000000ce3fb29d3fea4f716a0f4e37fa2a394f34fba9b37a5d1 1.18 MB 2,179 15
590,969 590,969 0000000000000000000c50cd74c080c025e5f8f5d7e53d2126660e87a076866a 1.29 MB 3,048 45
590,968 590,968 0000000000000000000dd903e1e4a95b20c55f10a4c15d9830f91b190f82b517 1.19 MB 2,491 32
590,967 590,967 000000000000000000060b525724733e74744d4be030d5de0ad75517afe56742 1.23 MB 3,308 46
590,966 590,966 00000000000000000003e7d803e8e238f87dd6282f991cb829d16b0423084ba2 1.16 MB 2,388 29
590,965 590,965 00000000000000000008ca934352fc908f13d486e5d08ed5edff74bf15504bb0 1.91 MB 1,084 35
590,964 590,964 000000000000000000002b440a01d35f62617c521291730f4bb732dc7333e122 1.43 MB 2,817 52
590,963 590,963 00000000000000000009b3f1c93d6b09a0123f86599ce84e266be13cea0f07f4 1.25 MB 3,155 66
590,962 590,962 000000000000000000154d8a2399d405c262f4bb95e2fb67b97195a78ab04ea5 1.32 MB 2,376 38
590,961 590,961 0000000000000000000251f1ee8e25c76e3b1c148900043d59d7d57b6197b925 1.08 MB 1,168 49
590,960 590,960 00000000000000000001257eb622560b860e395df18681ebed4b3049efad82fe 1.09 MB 1,375 95
590,959 590,959 00000000000000000003b3487a13766510dbd7ca33c2851cb41c88e6f97d2f00 1.10 MB 2,455 13
590,958 590,958 00000000000000000015b1c0d588c312d58b7770bfec536c45615afb70b73150 1.16 MB 2,259 25
590,957 590,957 00000000000000000012321665f36263312de25e5daa36c96b4e4407c9a02172 1.34 MB 2,818 53
590,956 590,956 0000000000000000000e6c402b311740e21f79a42ed84ecf69a3ae4fe88ce882 1.30 MB 2,632 49
590,955 590,955 000000000000000000039d2fb1b60109ded53a47534e7ae80b73a975a3af1115 1.21 MB 2,971 31
590,954 590,954 000000000000000000044f16785c016201314e02b10f13e4471cb09269addd6e 0.18 MB 362 4
590,953 590,953 00000000000000000003c98ef584cf56d7e211f0eda88a573df1bd79901b5f0a 1.21 MB 2,898 30
590,952 590,952 0000000000000000001625a78530583831bfaf06667d2530f003d0dcd55e96e1 1.23 MB 3,011 25
Previous 10 blocks ↓
Total Size: 776.60 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,428.25 GB sent, 131.62 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.