Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

675 transactions (0.21 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,535 000000000000000000022cb30000000000000000000000000000000000000000 0.21 vMB 666 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,534 (838,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,869 71,869 00000000003afcd69e71f05ed4bc7ba67fe8588d5f431e42148dd4a5127e638c 0.00 MB 2 0
71,868 71,868 00000000008ae93eb9734c0dc3be0674c25e73511ca6ee646095c8d96b5e37ab 0.00 MB 1 0
71,867 71,867 00000000007dc781cfbf8e03246688d434325aa5543e925efbccd256c089915a 0.00 MB 1 0
71,866 71,866 000000000061f91e475642d24ca169922e763f16af8420d2bb22d93d08267cf3 0.00 MB 2 0
71,865 71,865 0000000000845a4b0566c621339c73638dbf82a6ceb6c670be894e1e69f63673 0.00 MB 5 0
71,864 71,864 000000000092c2f646755fb557fdcf7d3c53467fb6511c7f76e2d621f29f9684 0.00 MB 3 0
71,863 71,863 0000000000f3aec9dfc8c60c482adee18ba8e452b0a1ce3b87c73eda69f168b7 0.00 MB 1 0
71,862 71,862 0000000000e7e213ea8f74b57ac3b9ed02309a7423e1ed465ab0ec0dfc493e85 0.00 MB 3 0
71,861 71,861 0000000000d3d9ccf9a96c168303a2b082a2dbbdb68663eee818a5ca1e9cc671 0.00 MB 1 0
71,860 71,860 0000000000550e8fde4c2da4f375aa1028e4b992771e7e285735118ec9cbd2eb 0.00 MB 1 0
71,859 71,859 0000000000d24fe99448b52d9210587de0d794f2296189ef3bd2524a784881fa 0.00 MB 1 0
71,858 71,858 0000000000473731cc66926d5f18e83eda72784f42232284ceace799d9b6dad5 0.00 MB 1 0
71,857 71,857 0000000000f58d5540160d24d57fdf777de7b07d4dd9b1172891b997bc81a134 0.00 MB 3 0
71,856 71,856 0000000000c1686170bc2fbc46bc60080f27ce42ca67e9ca7f1f4835e7b914ce 0.00 MB 2 0
71,855 71,855 00000000004d65d2f4243a60ccfcaabe05b65c40643d626b9bf4ecff221817d7 0.00 MB 2 0
71,854 71,854 000000000021858fabfff36c0acb30fb6ab76b688a40f6e5f425fcebb4f906ea 0.00 MB 1 0
71,853 71,853 0000000000d3aaec94298965b0f3daf122396cc912332fb1190bd46e9abc71f3 0.00 MB 3 0
71,852 71,852 00000000000a64f006e347e32e2be8e322f9b7203a83e6ed6ca6aa66f31283bf 0.00 MB 1 0
71,851 71,851 00000000000cb082a733e1ff0d6f6067f546bc539e6ccaf8f21eba4d1f789198 0.00 MB 2 0
71,850 71,850 00000000002c4080ca1d74ddc735d018e08c67d709e7eaeebcb035c68a101e88 0.00 MB 1 0
71,849 71,849 000000000022d92883db0d1eea6d98c7de615fa5919a1d2a5c8e93dcdd058ff8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.37 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,248.85 GB sent, 120.40 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.