Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,486 transactions (0.79 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,327 000000000000000000022b910000000000000000000000000000000000000000 0.78 vMB 2,471 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,326 (114,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
797,200 797,200 00000000000000000001f4397e81546e92d996b41ae277bf85e09e2d919edc95 1.76 MB 3,634 13
797,199 797,199 00000000000000000004e74c4ec9daa40e08e32cc8bfa3ecaefa58a3fb3e7261 1.91 MB 2,562 19
797,198 797,198 000000000000000000028eab546fb2118d05b4ab4a186bf2937de3647eb53656 1.28 MB 1,407 19
797,197 797,197 00000000000000000000715c09ce9b1ffd13c253df58973c19e7b67e86d6a2bf 1.79 MB 1,284 10
797,196 797,196 00000000000000000003ba68c060f937ec5f270083fbd8209d0fc44830ab0bef 1.97 MB 1,935 8
797,195 797,195 00000000000000000001d59da78583fd1fcf15b16e9b3c8c8f92d38909dc8097 1.71 MB 2,957 21
797,194 797,194 00000000000000000000202fc3fc8907ee9d74ce69ad9a1404fdf32f62e46619 2.02 MB 3,223 7
797,193 797,193 00000000000000000001f287f6511b5598e29458c83740ad92f2fedec99dd034 1.86 MB 2,968 14
797,192 797,192 000000000000000000014e0c8172ace26bde6e90df1585baf84d397a5541a24d 1.50 MB 3,241 26
797,191 797,191 0000000000000000000502109486e155ba127bc93d3593a4ec5dc8e468e02183 1.66 MB 3,240 17
797,190 797,190 0000000000000000000492186f4f8170583646129e63c42c268d34f0d7c2ae7c 2.36 MB 4,446 7
797,189 797,189 0000000000000000000249b31ccaae2d29031a8d1421552f3d5989c9bae99b21 2.32 MB 5,001 6
797,188 797,188 000000000000000000030b97236fcc59d466653bfe0628c4d3a20cb695a0b727 1.89 MB 2,617 10
797,187 797,187 00000000000000000000fde6c675188f6d3d7b7b8b6d1de58cc26ac048a338bb 1.52 MB 2,443 16
797,186 797,186 00000000000000000005352f06afbd2828a7028fea423d96d0c82fc9b707955c 1.39 MB 2,843 30
797,185 797,185 000000000000000000002c9a542382ef5f5156859ef1af6b38ae46378c5b4387 2.10 MB 2,718 7
797,184 797,184 00000000000000000004c6584277359592981e1c3392618c99789b122cf474ed 1.88 MB 510 7
797,183 797,183 0000000000000000000054fc37363eaa77eed9cf63344538bf20a26ae94d48ce 1.86 MB 1,959 7
797,182 797,182 0000000000000000000089d7a2a42a85fb9c9cbcd6239b59ecd41cb4d8bc18ca 1.37 MB 1,260 19
797,181 797,181 000000000000000000031319ac2c2fcbd05832f455528ceadb918cd15af8e259 1.81 MB 1,334 10
797,180 797,180 00000000000000000001d1f1ee7d0944c58bfa9d4e503960c77c376880af410d 1.86 MB 742 5
Previous 10 blocks ↓
Total Size: 775.85 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,399.75 GB sent, 128.06 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.