Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,991 transactions (0.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,059 000000000000000000022cb30000000000000000000000000000000000000000 0.69 vMB 1,983 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,058 (849,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,401 61,401 000000000b95f96ed748a0b06321ea53b60a12a65f8d636e6e1035df09764dea 0.00 MB 1 0
61,400 61,400 00000000071748d956bc9768da7ca507bf2fcec92c296421bd2fb44d16d62cb2 0.00 MB 1 0
61,399 61,399 0000000008cdd136480b49c871d46a77a213a154712cfd113beced567afc1b1b 0.00 MB 1 0
61,398 61,398 000000000001e106c0c0d4a441f223bf66c4d4b96180c8d81d4be99856ca3f9b 0.00 MB 1 0
61,397 61,397 0000000003b5187e5b4ec5d81f44d5716739bcaef587b6dbe0995b6b08c07738 0.00 MB 1 0
61,396 61,396 000000000b2ebf144ef8ff1e04ab6abb982ed344cbd0dd0d89e1632499128edd 0.00 MB 1 0
61,395 61,395 000000000956b9a73aa5cde022b780f926dab69d88438508aaf83d06e5df9b97 0.00 MB 1 0
61,394 61,394 000000000e26a9040d7f65761c7334d1fab1c0ef2b718d3cfc763b1db108744f 0.00 MB 2 0
61,393 61,393 00000000091f989b5c88707149977f07eda3166f2394acef352392e190d6361c 0.00 MB 1 0
61,392 61,392 00000000059db0894579fb5c84d8f911dbe4014051ddc51a2b88d64d3ead4b0f 0.00 MB 1 0
61,391 61,391 000000000034c553b83f0e41b900b68104d3b84b20192303f20b62d09459b060 0.00 MB 1 0
61,390 61,390 0000000007e8ef1b5bffc8b7958dbf853313b095e857228968e5ee179f292bad 0.00 MB 1 0
61,389 61,389 000000000d21045a024ffb11840ca270c9507918724deb0c135029e4b22f6ae0 0.00 MB 2 0
61,388 61,388 000000000e85ea4a0c8e432334b452e212f755f9455fb4430c0113f98d432e46 0.00 MB 2 0
61,387 61,387 000000000255a19ad59c228f05e753e4e402ebf452a2e66b63a90add6ec48a38 0.00 MB 1 0
61,386 61,386 0000000004adbb0524eac2e23217b3fa544dca80b31f0c70720b7292c809e281 0.00 MB 2 0
61,385 61,385 00000000011d06ef07e7c47ee22330cd6c43992644b45f5c2ad5e1ec678e8e8a 0.00 MB 1 0
61,384 61,384 0000000004e3e757728b415c3372be1dfa8f8b357a17a3559c2d6078e87f1e12 0.00 MB 2 0
61,383 61,383 000000000937587f06e72d9b99096f16489f0eb49589768ab580b06f1bfc73cf 0.00 MB 2 0
61,382 61,382 000000000a387c80e5e8750de0566aec369a4f1da1e3eeccdadb655abbfe8cdc 0.00 MB 2 0
61,381 61,381 0000000000c95cefb0aa53e7a712e74060a02a66b0586ccdc51556da27cdb1f5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.35 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,363.93 GB sent, 125.54 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.