Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,304 transactions (1.13 vMB)

Priority:

  • 1 sats/vbyte = (3 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
912,123 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,114 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,122 (870,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,714 41,714 0000000054b019204a2eb39f7f0174bb3f980bf5d5e489f6055ccc89aa37f077 0.00 MB 1 0
41,713 41,713 0000000026f21e384ae792988e773405bc4923645e8f0d7ab7b1447dc19c76c9 0.00 MB 1 0
41,712 41,712 00000000036dc56ba8b3ea57b37d3a0efc5bbd4522c38b68cc67dc6057423582 0.00 MB 1 0
41,711 41,711 000000002f3e91f8313d44f49f308e04a71421f3d3a368a2fdf80b476e6334b1 0.00 MB 1 0
41,710 41,710 000000004ecc4463181dcdcef120be022ff21086838a0ecae7eaa32a26c236c0 0.00 MB 1 0
41,709 41,709 00000000118d23f58666e9ad36de19f570f5d18ca3758615a9f36d7da26e7409 0.00 MB 1 0
41,708 41,708 000000006454ea21fe549a7b761ed8fb2b6f0310d491000183ed74095238ffbe 0.00 MB 1 0
41,707 41,707 0000000009112ee6b36e920459c6a0d1abf6cad91e66bbd5b6e6655eff33cb90 0.00 MB 1 0
41,706 41,706 000000002e4cd7cf993e603c7f2539b8c8b0e2fa0d7c832462e7d419d87fa440 0.00 MB 1 0
41,705 41,705 00000000307fd7069d20b1110bdd38aed180d66c8593c108061df00f0933f1f1 0.00 MB 1 0
41,704 41,704 000000002e7c247ebeaa16c9264433b25041a3a420229cbeea2e6ee45dd7599c 0.00 MB 1 0
41,703 41,703 0000000056bb230e4bfe2796286d0dfd28789764bffe995c6f9d11be887b6afa 0.00 MB 1 0
41,702 41,702 000000000abbbbc575d8c2d44ae6cea8c570d72986bd976ddcdc543a8c6efce2 0.00 MB 1 0
41,701 41,701 000000002778c388748dc9e8140993de661939dae4e63a1efc126de64ecfeb65 0.00 MB 1 0
41,700 41,700 000000001d4e646fd3f8e371ddf05160719b82edc1f92c740b5e085bcd8ec801 0.00 MB 1 0
41,699 41,699 000000004f4067a1694195dd16a8ad762aed64a68b1b1b6ea174e4ad32543884 0.00 MB 1 0
41,698 41,698 000000000dfaf8430bc180887872388daed48d4f011ddda5a486d09231a479a2 0.00 MB 1 0
41,697 41,697 0000000059731caa023cbcf07cabda512e95cb4151ceac9766fb1e547e21920d 0.00 MB 1 0
41,696 41,696 00000000389602602c9ab390f81751ee9e8f2a53dc784cdc788f2ea8947ccff4 0.00 MB 1 0
41,695 41,695 000000002c4d0fb1e2a1ab937972d4d991081f0c21a1a96589e0f932877f5e15 0.00 MB 1 0
41,694 41,694 000000004b569fc3426bea214b650655687695658bffd834bb08dbd7d1009adf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,525.31 GB sent, 134.95 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.