Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,157 transactions (2.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,846 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,954 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,845 (825,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,969 83,969 00000000001381786fc3a157c60d68eb03d6d56732e70d04ca518a488af60ab6 0.00 MB 3 0
83,968 83,968 00000000002272a574a6a3fad55f9e3dbc5c9b9c80ffc27774e80bee0394525b 0.00 MB 1 0
83,967 83,967 000000000018eafb63ee4b94dc9e7deb5596f30e3d98a1052795384d7d2fe8cd 0.00 MB 1 0
83,966 83,966 0000000000299fe7ee58e651ea3444e670f62a5c43973f3fef4c6c11375e5c5e 0.00 MB 1 0
83,965 83,965 000000000028d5490d6f2f546644f11ee85eb7db6bf5308cdeb1ec481685521c 0.00 MB 1 0
83,964 83,964 00000000002be4307e69e866986267f16391852212f3ff5091cbaa1c7214d061 0.00 MB 4 0
83,963 83,963 00000000000c00b5146367198746713bfa0bb389070fae0674a06d328afb42e2 0.00 MB 1 0
83,962 83,962 00000000002e1248db9e9ad58c50c9c436745850dc7f0d70b5aaabd246628563 0.00 MB 1 0
83,961 83,961 00000000000628a8528d8492868a029b4a8ede57f6113d5202916bd09e4aca4c 0.00 MB 2 0
83,960 83,960 00000000002cc4c46e4787c2a0a65f16a34575987594321858f4839530e80e57 0.00 MB 3 0
83,959 83,959 00000000002cb330c6feb3ce9aef2a7662170cd2a03ad7eec41431e862769922 0.00 MB 1 0
83,958 83,958 000000000028e35d92e46d9a86515bfba371652efa09ae6d27a5d5a0c67b183e 0.00 MB 1 0
83,957 83,957 000000000013aa2a46f4f8ac657d23a2bb29715b6e99aece8c0f619b365f8880 0.00 MB 1 0
83,956 83,956 00000000001078d365392bd5edc63a95a4738292580d6308cb2f97470d102ce5 0.00 MB 1 0
83,955 83,955 00000000000b7eda610240496d4db7849b89faa3f2315dbd9915ff2a3335e605 0.00 MB 4 0
83,954 83,954 0000000000286b3647b1ee6b66bb5eeddcf007e42a2aabeab5f1c2e9fe20b9c3 0.00 MB 2 0
83,953 83,953 00000000001706aee0b8a46fc1924095fc45da92d9e5431d5cb614f3aaf34229 0.00 MB 1 0
83,952 83,952 00000000000fbf1f68540f68e77349a677c86830da168df1ff3792ed6c5a8afc 0.00 MB 5 0
83,951 83,951 0000000000122d651bb10b759bc8043538de769161c7a7f0a70a68dff8ae601c 0.00 MB 2 0
83,950 83,950 000000000025142aa17f2fc81c06660047e92ab12cdb26e754f4eb3e73894ffa 0.00 MB 2 0
83,949 83,949 00000000001b21af89306659fb1940e7d684777404313b9bf521350a4ec8d92b 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 773.11 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,166.87 GB sent, 113.84 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.