Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

947 transactions (0.32 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,770 000000000000000000022b910000000000000000000000000000000000000000 0.31 vMB 935 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,769 (24,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,782 886,782 000000000000000000008d892ca64b60629ac613110a69551d09308548e84ba8 1.25 MB 1,262 2
886,781 886,781 000000000000000000013967a606262882f51d5613ca3f3a0c3ab667915e2bdb 1.17 MB 927 2
886,780 886,780 000000000000000000009bc427a92b87abd1a273fcfdd1b01077eb96d1ec4616 1.18 MB 817 2
886,779 886,779 00000000000000000000f6066fe956e1654adc4f7e3b3d86d04e8eac3565f757 1.27 MB 1,318 3
886,778 886,778 00000000000000000000935ab242e441641c53427c271fcf37b3e7ce537105e7 1.06 MB 401 2
886,777 886,777 000000000000000000010aeaa90af654786daa76a328e988f776a8258d57c15b 1.28 MB 1,661 3
886,776 886,776 000000000000000000027095aa47fbd24ffa66bc9fa84bdbac6f1455c450f164 1.26 MB 1,248 3
886,775 886,775 0000000000000000000120a78090ea1152776e984a4c652634e6c493c72ac830 1.22 MB 1,037 2
886,774 886,774 00000000000000000001e4b87a790f307e112e34c30142e49908fcfde0243699 1.76 MB 3,482 5
886,773 886,773 000000000000000000009bb5662e7778ee8488e432582607093c95b8639211f2 1.61 MB 3,453 5
886,772 886,772 0000000000000000000010277058876ac09b8bb7fc580d0e56edbe28c833b767 1.50 MB 3,721 6
886,771 886,771 000000000000000000012b5ec295ea3e4d5922cbc48b2ab34e7312b1e22eecd2 1.56 MB 2,398 4
886,770 886,770 00000000000000000001667ba2d056de0e15ac3e4b33b7223a0f9d772c4e143e 1.16 MB 963 2
886,769 886,769 00000000000000000002118633981d924af0d848669bd431517a4d80a2bbaffd 1.46 MB 2,411 3
886,768 886,768 00000000000000000002328f374b73f3485302f9e77208e3a8395b13b1868919 1.49 MB 2,732 4
886,767 886,767 00000000000000000001d703013dd3e1a8bd0712c22e3edc75afe6ac22b6535d 1.64 MB 2,204 3
886,766 886,766 000000000000000000024feb4d0335cb5f953e3429a43da63c236466bdc1335a 1.55 MB 3,916 6
886,765 886,765 00000000000000000002186ffc765dda8da8783716859a58276feb0b7ca7d781 1.70 MB 4,015 3
886,764 886,764 0000000000000000000161b77406b1b818037b3dded409fa0838283d84ac7d71 1.62 MB 2,748 5
886,763 886,763 000000000000000000011baaac4fb35dfc58a8f5ca50c0e8c1125e2e53ff4338 1.63 MB 3,073 6
886,762 886,762 000000000000000000009da48d23ba1ee4a4551ada46cfa01b448918a731d6e0 1.65 MB 3,027 8
Previous 10 blocks ↓
Total Size: 776.65 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,432.46 GB sent, 131.85 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.