Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,143 transactions (1.17 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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,351 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,831 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,350 (888,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
21,885 21,885 00000000323f2bfa2d87ca1a743bc295de0e2fc2cacf6fce1e2c676fc8b6855e 0.00 MB 1 0
21,884 21,884 00000000363027e9a9b4a3247eb73b549e1cf5d6d9fbbdf2bef054d08d4048ca 0.00 MB 1 0
21,883 21,883 0000000036758220f6d66008a8527eb42b01a1d3be26c482b8460979ba4698fa 0.00 MB 1 0
21,882 21,882 00000000d718708123485804c924f9d340937e2b5b8d364a4acaa083c37b2074 0.00 MB 1 0
21,881 21,881 0000000048294f6cb66b8678a37435baa426d704684189a46ed3d861322549ff 0.00 MB 1 0
21,880 21,880 00000000d5f7e4ecf920c18559d1048cee768680aa454714ddffe21939f50502 0.00 MB 1 0
21,879 21,879 00000000e2ae1d92038c29360faa483e1557660ff5ef2e4e52d1aeae8ba84620 0.00 MB 1 0
21,878 21,878 00000000215e41c3f168d6cac38016123694739dd8e4bae83a95dceaad42f361 0.00 MB 1 0
21,877 21,877 0000000018d2f5dff0044cbb616945d66a896df517332884b55b98da0d35ae0f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.05 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,232.41 GB sent, 118.82 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.