Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,932 transactions (5.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,802 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,915 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,801 (836,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,306 74,306 00000000008f174342db63c1c8c943fbe244e0514c85b839b72e119432af4086 0.00 MB 2 0
74,305 74,305 0000000000138163aeb30802e6d70df9ad5df8c78a3a8901dec4e147c0ad9da4 0.00 MB 1 0
74,304 74,304 00000000005e8621d94ff7ee5fb639796ce997afb95f9346fb1f9e14da7ca2d4 0.00 MB 1 0
74,303 74,303 0000000000087c7cd92f70136f7487ee30ea4033c0e1adf97d3b0eb9fb47605c 0.00 MB 4 0
74,302 74,302 000000000074945bd8507a987e1bd4dd1cac4be76f3acb9297178ca87b52f596 0.00 MB 1 0
74,301 74,301 000000000085a920efe3ecb9b0fe36a158b147aa1e12f3685d9632cc9a3497d6 0.00 MB 1 0
74,300 74,300 00000000007e85b0458902d370dda6a2ee9f82b77405466aa3e087b78abf8136 0.00 MB 1 0
74,299 74,299 00000000007f502e6c9e02954591a715748158244277ddd3f4ff1e140eb7ab6d 0.00 MB 1 0
74,298 74,298 000000000082af686367fadeb60e8ab682a434e393db46949607a460354e30b2 0.00 MB 1 0
74,297 74,297 00000000007699a18a7a4a09d7f80e8e8b8c28ba10b4229e26379054a355d022 0.00 MB 1 0
74,296 74,296 00000000008a4a87b8989c6a83b543f204a4cc0de930edd44d037eafc82bffaf 0.00 MB 1 0
74,295 74,295 0000000000482f2838f8346a76949aa3f236ae377b528b7eded367337cdc5492 0.00 MB 2 0
74,294 74,294 000000000016f33a3a09e0d76c2bd689cac6830f023c25782c2df86e69770abe 0.00 MB 1 0
74,293 74,293 00000000007f9748e168bbbc9d6d62c4e94d353098bcb74b9427295588ae672c 0.00 MB 1 0
74,292 74,292 000000000050a8e4d4e682b4b5aea24d4e84e19a54f462ba28ea7c6dd469f3b2 0.00 MB 1 0
74,291 74,291 000000000022a500e3b2fb76a4121007a89115ec5411b88102172033e434b177 0.00 MB 1 0
74,290 74,290 00000000007f76a33308cc0d82684d792993855c4fec6a64f4636fadf603c003 0.00 MB 1 0
74,289 74,289 000000000063eb3dcf49e19bd4712b5d397aae334c4e409693b4d3c5bac68f1c 0.00 MB 2 0
74,288 74,288 00000000006ee0c591728a850d6dae76382218fc476cae87a70b34fbdfe6b77c 0.00 MB 1 0
74,287 74,287 00000000000833d910c04c3a6b76a8c6d324895bf7a38774011a9c54bc887c47 0.00 MB 1 0
74,286 74,286 00000000003acdf79974cbfdce988ea5a02a4ee93b2ab03b29206cce7dd935b0 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.87 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,297.75 GB sent, 123.10 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.