Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,536 transactions (1.72 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,570 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,206 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,569 (827,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,830 82,830 00000000002544a68f1417cd7d45998f7eb10c72c815963449a13ea314be58f7 0.00 MB 3 0
82,829 82,829 00000000002fbc57a0f3f716329e263077c88a74f5080b853a0848edf24f32a7 0.01 MB 6 0
82,828 82,828 00000000002ad61d0f80b2b15ff8db321e697070a253beda4ba7d7638c440e56 0.00 MB 5 0
82,827 82,827 0000000000054fa9d223e9aa16c1e4e6522d83357b8075ef10a0e9c38caa2ed0 0.00 MB 2 0
82,826 82,826 00000000000aad4b8887b32ba0f4cfd1c4f2ae91ef2160c83c2ec62ddbdfd39a 0.00 MB 1 0
82,825 82,825 0000000000007ea20ef1c62c09b290e2f61fb4c9c1b0e513d587d6d76e6e09ef 0.00 MB 3 0
82,824 82,824 0000000000232e8dba118d64750e846039e633a593a1c4b54246b0daa27c1d21 0.00 MB 1 0
82,823 82,823 00000000001b9eea3cfbc259ba954ed5de0eedaf489096d56fdb1a72a298db85 0.00 MB 2 0
82,822 82,822 000000000024f1bdabe7c8782d1d63ab6182e67b65313f0c9fa101a55b78456d 0.01 MB 7 0
82,821 82,821 000000000010b441fdf25698b179782bb25971b60cd1781ebaf2dd9e26631304 0.00 MB 4 0
82,820 82,820 0000000000296ded9247e1dd2f2785c38d311abe9910a96697803fe51ac4f2bf 0.00 MB 1 0
82,819 82,819 00000000001bd32f92e5cbf0383082ea8d0354415260c4802eca7d096ac31ae0 0.00 MB 2 0
82,818 82,818 0000000000184fb27410cf08eb3431c834ef5a211ff4f989da2dfb789b7269e9 0.00 MB 1 0
82,817 82,817 00000000001e52f83ed77567dda805224f0dc1aa163f792b866fdadb6cf07928 0.00 MB 2 0
82,816 82,816 000000000001536dcaae06f876526f0d90f7d590182060d91992760dab62c8a5 0.00 MB 2 0
82,815 82,815 00000000002c6ce154fc073ec642583cb835aed58715b22e7a2326ca4fccb04f 0.00 MB 1 0
82,814 82,814 000000000013775dded0e03408462671f9e02f79c8d66f63ddfc1c50cbb66f14 0.00 MB 1 0
82,813 82,813 000000000029fdbec4a9aa5b03e3f31c121f8e4e19c17993d9a6c09ea633b927 0.00 MB 3 0
82,812 82,812 00000000000d28b3933c0156ee11b6f3abcbde3b7df44d716017e1bccba66839 0.00 MB 1 0
82,811 82,811 000000000018d870e024a3ebe05413ff60e658d3b6adf7dd28a2a7a4630f0695 0.00 MB 1 0
82,810 82,810 0000000000314bf905a0886dd908dfd8b78c9edf6b56b0cc131da4136e61bc38 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 774.43 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,252.92 GB sent, 120.72 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.