Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,367 transactions (2.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,031 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,061 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,030 (887,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,865 22,865 00000000215861b81b5e7b8f11a3408f56c812b40b6993956f6b47daf1cca7d9 0.00 MB 1 0
22,864 22,864 000000007f47b8f120fa5782524bb78be911534cb57f169db5c78eb6d724ea8b 0.00 MB 1 0
22,863 22,863 000000002a88338c30a82f2cc39227e3dd9e74c4b3bfc94cbfc95a65efa0a75e 0.00 MB 1 0
22,862 22,862 0000000059fe1131c35247b93d52887f194a101a159a6ec3a6ec4009a398000d 0.00 MB 1 0
22,861 22,861 00000000f2f9985ccf8a84dd6b3630ee419b750c57f0c73d154f6b8c60b84406 0.00 MB 1 0
22,860 22,860 00000000ed94d06cf7acbe445bcf4654ba1738fd5bc34561231fb6c6e9242742 0.00 MB 1 0
22,859 22,859 00000000f729b7b461935481bae414f924fdfa05f360a0743a1845228199097a 0.00 MB 1 0
22,858 22,858 0000000088cac53dbdfa4f91e9f184ea0e21cb32846889b03ea7f10f63099f12 0.00 MB 1 0
22,857 22,857 000000002d374f20bb9f65bc01d5faa87b1832f020726cfb0dabd6f25d82d54f 0.00 MB 1 0
22,856 22,856 0000000044fe6450c79e94cbff77515249cc8354e160ed4ec9b2c16edc25dd2c 0.00 MB 1 0
22,855 22,855 00000000a74a209bc6c9e8cec5c1aa5eaf3806c73689380a48050219fc777010 0.00 MB 1 0
22,854 22,854 00000000ea848cc38f7ca8dc84c19b695b75d7740e98da5d4da53973e1182ba4 0.00 MB 1 0
22,853 22,853 0000000074ec689f09ef77823b536b68c0bddc2a5c613c3f078a5cee3b9e401e 0.00 MB 1 0
22,852 22,852 000000004a9538bdd32cf5918a65e6d0a8e4da820b585c49374c49d14d53a26b 0.00 MB 1 0
22,851 22,851 00000000cee7634cc006556a748e8ee7f1670b4fc886e0da956b0ce0d7703d83 0.00 MB 1 0
22,850 22,850 000000000c1a1fca9c3f8602bde482c6f4cb619331c1fe6a35fdb228b3ed544b 0.00 MB 1 0
22,849 22,849 0000000095e92766a5ece2bdfab3fb9eba66e35aac8d2cbf6227479606fdd009 0.00 MB 1 0
22,848 22,848 000000001aa2f48ed5ab2b5548b5dc8489d61e94472434c5000ff2f8acbc7072 0.00 MB 1 0
22,847 22,847 000000000178338d18e17b99fc41846fe21cb65d4dcd63bef000187eef585f59 0.00 MB 1 0
22,846 22,846 00000000a639d1989eae2b43e43c602b90e47c3f47b771d938b2da4256c72cae 0.00 MB 1 0
22,845 22,845 00000000788fbe2159df6f30f95b7418e0f7849b2eef408581328999408e3771 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,185.37 GB sent, 115.58 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.