Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

50 transactions (0.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,465 000000000000000000022cb30000000000000000000000000000000000000000 0.01 vMB 39 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,464 (827,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,910 82,910 000000000030ba72899ab673654425cbf159dda74b071df79bffb5e429698a44 0.00 MB 1 0
82,909 82,909 0000000000042582d7984c0f3997d0ec2dfdf9a23e552fb387d735d9567bd950 0.00 MB 2 0
82,908 82,908 000000000008ef5c28f46143e8768839fbabe7a2d38b7917d1975645a3ab6d59 0.00 MB 1 0
82,907 82,907 00000000001d5da3d9258564ace8cbcb33b8a3e63c6f8a0d6a23cb052535d6f8 0.00 MB 1 0
82,906 82,906 00000000002d663e6949895a1a2f0cb47e04100cb945b853721754b69e313960 0.00 MB 2 0
82,905 82,905 00000000000fa89b91b869bcc9fab1846e2779692c256673c8bc1c3147832636 0.00 MB 2 0
82,904 82,904 00000000001c3db5bbc65981d561d0e6b8e89bcf1fd51ee44590fb16c6df0092 0.00 MB 4 0
82,903 82,903 000000000013a6dcfce954fcefb0b16a12df65cce6c36e05ce05d0ce6683f532 0.00 MB 13 0
82,902 82,902 00000000002f786d4ab930bee8668f56162d3b80c5d85a93edaad38a7d527498 0.00 MB 3 0
82,901 82,901 0000000000058b9e7bfb667082b65f7c5da43f126fbcab808ef96d859cf5667e 0.00 MB 3 0
82,900 82,900 000000000018f3483adb5241f3f1e3e6ae4d986dc45714f933faca8354190120 0.00 MB 3 0
82,899 82,899 00000000001817d2d8db7f8fdd29bea9e4dfbc09eb6136f4e9dfdb294519ac54 0.00 MB 1 0
82,898 82,898 0000000000249dd29aaeeb4d60634139561b4d027c55852514b214d2e1dca258 0.00 MB 1 0
82,897 82,897 000000000006b38b1dcb71646a496f626cf5ab83ce7433ea74a66c3b329c06a9 0.00 MB 2 0
82,896 82,896 00000000002d2620f7a53c93d88dc5645d194387bdb4858eb8bbcbf891287ed5 0.00 MB 1 0
82,895 82,895 00000000001e31c7dbe9f658928548ce464772961aef326ff861674f3fe0af21 0.00 MB 3 0
82,894 82,894 00000000000d9243de18cd892b333bf273c8614277ddc396f5be2babb8a1e6b3 0.00 MB 1 0
82,893 82,893 00000000000842d803494af06db100071973c75636de9d7aca82a96914b6272a 0.00 MB 1 0
82,892 82,892 0000000000206ba56f6c844b10109b16f5aec7cc35f0dfec39af43fba0a10861 0.00 MB 2 0
82,891 82,891 000000000011683e64c19bc0fd8390568671c318ff3859010a1a786c27759e61 0.00 MB 3 0
82,890 82,890 000000000005b224a39b9b6ebd448d4b0d8ff26814161566a478139ff49abf29 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.26 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,241.32 GB sent, 119.77 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.