Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

980 transactions (0.40 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
910,991 000000000000000000022cb30000000000000000000000000000000000000000 0.39 vMB 952 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,990 (113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,877 910,877 000000000000000000000e8b39db1b0f9efd6dd3ec33754d1f566a580b6ad125 1.86 MB 3,170 4
910,876 910,876 00000000000000000001cb7b0c7d68d06b76468a9904ff5b9de00d4534302c5a 1.55 MB 3,671 3
910,875 910,875 00000000000000000000542337a73614541eeec05703774701d2fe044404ea23 1.85 MB 4,591 0
910,874 910,874 000000000000000000017c2d62c6f8dc82adf4e5725f4235070f283d9d7e07ce 1.23 MB 2,463 3
910,873 910,873 000000000000000000018ba9a81ace18b8a1727b51d88e20cf9251504ad08f2f 1.81 MB 4,313 1
910,872 910,872 00000000000000000001030267af2aaf8e31d03146a845ee7d13d997ad58de72 1.58 MB 2,624 2
910,871 910,871 00000000000000000000749b932bc26d4687db272696a2eacce7923dc8576c39 1.56 MB 3,838 4
910,870 910,870 000000000000000000013e26541b9fed1d984e4a0c02c79f33d0f01984baac1f 1.86 MB 4,016 0
910,869 910,869 000000000000000000016a4c5354efb7a17097f1574a0d51738b30cb2d0a5c7e 1.99 MB 4,025 0
910,868 910,868 00000000000000000000755a78274c319582cd5877efc00aa32357cb43c6b8a1 1.68 MB 3,047 2
910,867 910,867 0000000000000000000122716be5f56e1685dd882466936dea8284916a3dd7d7 2.29 MB 982 1
910,866 910,866 00000000000000000001791699830a931d61db661cbbe2781e102171ef94cb4b 1.81 MB 2,349 2
910,865 910,865 00000000000000000000aa51222bd1df36502a8a03711b26a7c71ea878ab0b81 2.20 MB 699 1
910,864 910,864 0000000000000000000010df1b913b738edf1eaeccd3fe4702033554546d076a 1.64 MB 3,940 4
910,863 910,863 00000000000000000000cf9dfe19c76c48a43fd4e909696ae43bff1c49264e9f 2.41 MB 228 1
910,862 910,862 0000000000000000000134e5473dacbc63dc16e1fad99184cddfe3164801846f 1.85 MB 1,677 2
910,861 910,861 00000000000000000000b904e269337520e79770dfe977500eecd1f9d3191258 1.55 MB 3,464 3
910,860 910,860 000000000000000000011eda74fb740df092a13a677e12f3c11e7b70e15136c4 1.64 MB 3,763 5
910,859 910,859 0000000000000000000092e93803f95fcb5511695f9947e495eabc4ae5ead68e 1.56 MB 3,063 3
910,858 910,858 00000000000000000001f34a9f118b0e9ec3e6d1b269a63356a29428230602ab 1.55 MB 3,442 3
910,857 910,857 000000000000000000010cf7751425b4d7d369e6c676591670af4362bace6316 1.65 MB 3,066 2
Previous 10 blocks ↓
Total Size: 775.22 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,359.73 GB sent, 124.83 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.