Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,271 transactions (3.91 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,947 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,220 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,946 (841,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,648 69,648 00000000012acf056f7201882d480693c9dfc7d999e8ee267226fa37e917a511 0.00 MB 2 0
69,647 69,647 0000000000607914e173045208cfb63c81393e094e1a7162387a40f35ef53b75 0.00 MB 2 0
69,646 69,646 00000000000184d01affa7ae633d71cc1496202700b78746d08911e5b41c95ec 0.00 MB 1 0
69,645 69,645 0000000000e7548474642aa02b16a19df89e8c44dd187d4c0b7f1c5142b04dd3 0.00 MB 2 0
69,644 69,644 0000000000e0f63ea1b1957cfa5b26e41665bca0ccc2e0a31a08177b5ddf7c2e 0.00 MB 3 0
69,643 69,643 00000000008265a00fbcf42ad850effeb9aa6fe1897824ac9bff608a70f576f6 0.00 MB 4 0
69,642 69,642 0000000000dc1bc437f87a6a9ed4cc9a8c93fbe6af5f710a3c07f6b557691429 0.00 MB 2 0
69,641 69,641 00000000007dd03dd5866e5e75986d3629100e54ff3bf8cba362e1171e97cfbc 0.00 MB 1 0
69,640 69,640 0000000000dcad7b0709d6b9db8d0a93d4be08474d9aec10d6d609fb88b26f5c 0.00 MB 2 0
69,639 69,639 000000000010e204e689abdf4516804e6dd5797a7f82b07347621af5cfa432bb 0.00 MB 10 0
69,638 69,638 0000000000ee3a34a7ac4969d2bf1eca4d41d3db37f69dbbac5e9ce14f40d8a4 0.00 MB 2 0
69,637 69,637 0000000000af922243615f51d90ebd9d1ff0724619d6897171e24d927e24716f 0.00 MB 1 0
69,636 69,636 00000000004e00886b4512e1150bbddbf3cfa31cd97b83b145a324489ad1f08d 0.00 MB 1 0
69,635 69,635 00000000012f82a43b5cc13ac444455f40beeaf87e67ac1a6a0427564a2ce1a8 0.00 MB 3 0
69,634 69,634 000000000106aa3b9125b665fab5deeab875a26571e0059eba504562d6fd9cb1 0.00 MB 1 0
69,633 69,633 0000000000c0c5c3881764c1282397cddc2b232cfa8d2ad3797b2027066ca3bb 0.00 MB 6 0
69,632 69,632 0000000000e0b4a878b3a481caa057ccc13cc4f9db7d08be0400a610c48bc71b 0.00 MB 3 0
69,631 69,631 000000000103874555ba83cfd5a6f9c3fd8047adae08292ac3bb32b4dab5a5d2 0.00 MB 1 0
69,630 69,630 000000000132e7908ca29729b0cb18be15206356a168665d05ff956301687a4a 0.00 MB 3 0
69,629 69,629 0000000000fb0e539e3976a3a07ddbc9f4d84f5105977e7a159e7a18a2813241 0.00 MB 1 0
69,628 69,628 0000000000ff75623cad73169e85a313e5d9f3dee624e2e83deb7a128a7658b3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.14 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,356.50 GB sent, 124.48 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.