Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,879 transactions (1.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,460 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,573 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,459 (888,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,906 21,906 00000000fd8bb839ecfa118a22cb8e3015824a67b40c74e9bd805967fa15dbc4 0.00 MB 1 0
21,905 21,905 000000000f6dd127ad9760793e025c5a627af8400bf2b387a2669bedf09ae953 0.00 MB 1 0
21,904 21,904 000000007275b65b5e24766caee9f9c56c335713110dca79ecf87656451b03f6 0.00 MB 1 0
21,903 21,903 0000000009f83ae0cf12228b4e181ade9beaeaa43de537715641f93ea535afb3 0.00 MB 1 0
21,902 21,902 0000000036f25c460e0a635f8cba102c5cc0211641489477b95e3a659d0c7088 0.00 MB 1 0
21,901 21,901 000000004152f9acaf0754e123f10c1599f1c34e539536c4f297d79ab34e1dd2 0.00 MB 1 0
21,900 21,900 00000000066e4bf6fc4c59f9cae6c6607b34af01c4ca9f55c8c0eef688a091ec 0.00 MB 1 0
21,899 21,899 00000000339428a41599316d86ec79546ae216c6ec8e0b53da9124abd2ac7a41 0.00 MB 1 0
21,898 21,898 00000000fa071f23fcce485be6e8e2d980bd133f1270afccc9401be6629d0211 0.00 MB 1 0
21,897 21,897 000000008d7f424c36728c71e10a7d182fee68e5a10ab936f10722f6dadf5dd2 0.00 MB 2 0
21,896 21,896 00000000719a99f0e499b587cdffba86b211a500be46301aa0378474c8d69a65 0.00 MB 1 0
21,895 21,895 00000000b3215fa2396fd102cfe9e9e136f5d8a5ad0d1b9fd71c2613cf026f5d 0.00 MB 1 0
21,894 21,894 00000000be432fe6bb04d86c13f75eb5f89a146ce8dd1ff4e1b6a43d63e5e22e 0.00 MB 1 0
21,893 21,893 0000000049f30e3905b0873ae5eed82c71807b2e5ef1d05d8b0a00e3198ce96f 0.00 MB 1 0
21,892 21,892 00000000cb936c8410de027f450f493cee5e35c82cbeff3f45296e4c62681030 0.00 MB 1 0
21,891 21,891 000000008295ca9a8b10b85bb4458712831cc9158be5e59ee0b105a2c08319d5 0.00 MB 1 0
21,890 21,890 000000002d4b805527c7f92eaafaf8b4b4d5ace2e9f841c262f005403d279c96 0.00 MB 1 0
21,889 21,889 00000000803175b763434475a401ad065ac9ca6170b47dce59a421a62abfd5ec 0.00 MB 1 0
21,888 21,888 00000000399654d97de42fa9d6f51481b7d07ba2ef97a1beb5d02d9c80ee7b2b 0.00 MB 1 0
21,887 21,887 0000000080202649c69a49bcfe87d88855da5257e6280067a90402390cb97e14 0.00 MB 1 0
21,886 21,886 0000000097caed810614d6e616184b0af15cd6cb7d011e5b26242e3e40c2142d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.24 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,240.75 GB sent, 119.74 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.