Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,042 transactions (0.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,019 000000000000000000022cb30000000000000000000000000000000000000000 0.33 vMB 1,025 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,018 (879,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,891 31,891 0000000069dc2db5f7921e5b265af8795faf9b766d12d58340787d2228f634c1 0.00 MB 1 0
31,890 31,890 0000000073259af4fc459dfca315cb7a7b500ed1e38283a2eb0f9b6c7e9f11f6 0.00 MB 1 0
31,889 31,889 00000000e88d5feefbd756cb7dc5f51ff4e526d870925409ba015906cdcd66e6 0.00 MB 1 0
31,888 31,888 00000000a1a696e78d3c0fb75abcc5006bd8c1d8816eaa631bf1b175f3a92d0b 0.00 MB 1 0
31,887 31,887 00000000cc478c10d089c9c9f458c599a093f89db6c01f8275d5a4632c68dc0b 0.00 MB 1 0
31,886 31,886 00000000775bbb68853fab240fabcd7d661ebe647405c3db3797007b9df10b4a 0.00 MB 1 0
31,885 31,885 00000000bc9d878ca9d8a2a0b892cfa7d6970904aabe9df4844d790eabfb5aab 0.00 MB 1 0
31,884 31,884 00000000f14ecddadb283f936585b811885551db5d110cab115d34ade4b3eb7c 0.00 MB 1 0
31,883 31,883 000000004fc8beea609bbe809ea09212db290447bbb45920da446f504e360a95 0.00 MB 1 0
31,882 31,882 000000009e4424151ce70c7592a63e5ae7aee8f9c59de35e48fcb8f60606973d 0.00 MB 1 0
31,881 31,881 00000000d95afad710b8a0efbb4af5004e56e6c2d5701175a1d2304e7159ece3 0.00 MB 1 0
31,880 31,880 000000004200286fcbb4480553fd5cb56024ad31d87c2945d9c7acc2add6b32a 0.00 MB 1 0
31,879 31,879 000000006985438a3b2f8d65c4596d9647804f3c770bfb41c456b48ddd11d938 0.00 MB 1 0
31,878 31,878 000000009b84bf92514cf8c7baa2b3ada6afd81fc0cf0c92d53166dd6e3b4e5d 0.00 MB 1 0
31,877 31,877 000000004de45db93fb3b8918f4a4eefda46b2721a01fcfbae665cc3afe80aac 0.00 MB 1 0
31,876 31,876 00000000b00760e80d64660bf7e1e90af6155d48f3a043278b45d036c3bad2d7 0.00 MB 1 0
31,875 31,875 000000003d0aa75d182618516bf64536d94119d23ef4123d92c894401c457be9 0.00 MB 1 0
31,874 31,874 00000000c1405320b87082391bd82155d88728dea85cd666e9bb8ef4f4bc81d3 0.00 MB 1 0
31,873 31,873 000000006ced1ed468621d0e42db7f2f3460bf3c863281bee2d4ff1f29b2d7e6 0.00 MB 1 0
31,872 31,872 00000000094501437738c073095051b15d44d159ac265cbf8cb0e16bf77f3575 0.00 MB 1 0
31,871 31,871 00000000e4a89b1f41455eba2c2fe42b90ae7ec92f0c848099f9f2b0d020b40d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.28 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,360.20 GB sent, 125.11 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.