Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,117 transactions (1.36 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,684 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,707 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,683 (828,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,784 80,784 0000000000424bb68a1c11033ccea257c2223ccd42cc7427c8e68126a0bd0703 0.00 MB 1 0
80,783 80,783 0000000000143b48a3808c75297dc90f8b05afd5517214041a9813fd3a05617f 0.00 MB 3 0
80,782 80,782 00000000002914a5d9bf84a7cbb7326949933a1d46c0f852023a59b8df9901c2 0.00 MB 1 0
80,781 80,781 00000000003621bc2da3d83d2d77665768a594e1a92977b133aa357d89c50983 0.00 MB 1 0
80,780 80,780 00000000002323a476d9e9db8f2453fe542caf3e2c7673a40bc071f452837b44 0.00 MB 1 0
80,779 80,779 000000000005b767785dc269d9cf51a6c35255ea539a61755c44dd786789c746 0.00 MB 3 0
80,778 80,778 000000000033765308d56293428ef37d58874407523368b0398b51178ba585b6 0.00 MB 1 0
80,777 80,777 00000000000beacc696752a93bdd885b3cabf7fbd53dfd65fc24aa5712665d76 0.00 MB 1 0
80,776 80,776 000000000034380a2f5d6b54a906e7c54d09e5c1fc02fe8f5fab72dce2ddec88 0.00 MB 2 0
80,775 80,775 0000000000348893340147755a28283ba5b357a684753004ea74365f9e2c5a55 0.00 MB 1 0
80,774 80,774 0000000000111e8ed32234560ea993cff20f3a8b3b44eaaff2f4086cfdf02323 0.00 MB 1 0
80,773 80,773 00000000001479c73b32934d53dd405ef05b3fce105b5c29d6357badac3549a7 0.00 MB 1 0
80,772 80,772 000000000023438cfa0517bc9767405b1e5bf6783f4aa3d9fe94cd492486ef6f 0.00 MB 1 0
80,771 80,771 000000000038e13c9a7b4aad469ed23ff12a72ba66c4d52088b316dbf04b98c8 0.00 MB 3 0
80,770 80,770 00000000000bef1201572d126e18d21a14175fe4b693fdcde98e9af8eeeabf6b 0.00 MB 1 0
80,769 80,769 0000000000286281a61d81710d2e3f3398e0d55661c2ef9fe429a1bd8be8e2de 0.00 MB 3 0
80,768 80,768 00000000002f0a6bcdfca37ccd8d651e212928398e28932e4f2cdd2b42298248 0.00 MB 1 0
80,767 80,767 000000000008aa17cc05f21901c5e092fbd7fe3ca72088cf78b7a140e237d954 0.00 MB 1 0
80,766 80,766 000000000035b52928c756c522c3e64d073e966cd2e36b5ba8ad2c1a900e94cc 0.00 MB 2 0
80,765 80,765 000000000034edffbc788bc6f6dbdb8f504b40a00271f615a13499114e2912dd 0.00 MB 2 0
80,764 80,764 00000000002476450e40a686936c8a7845a86cb120c5f3e338e8029d8494bfbd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.82 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 111 incoming
  • Data Transfer: 2,144.05 GB sent, 112.42 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.