Loading Tool

Explorer IconExplorer

Memory Pool

31,348 transactions (5.10 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 42.26/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,587 000000000000000000022b910000000000000000000000000000000000000000 3,674 0.02753246 BTC 0.98 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,586 (854,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,430 58,430 000000000d244e4adf93c98addbd5146a717fce27328689b4047116714ec77de 0.00 MB 1 0
58,429 58,429 000000000506e1dd3b5db26c6b572bd7760c1bc308ba7b7ad697d846746bd59b 0.00 MB 1 0
58,428 58,428 00000000024ef2af49dc847eddd9acd67af204cb1c2bda1bdffedfaae5bf8b4f 0.00 MB 1 0
58,427 58,427 00000000038933b9409bed188ba3a2c15b491625d13923459fc1141fd8ad046f 0.00 MB 1 0
58,426 58,426 000000000a9a50ee7863b41fb28e43dcc844f832501a8646c56181a4043a1d43 0.00 MB 3 0
58,425 58,425 0000000013d651c9b1d41e32717b2f1b0e8dd4c554fe9f24236c31fd3444b409 0.00 MB 1 0
58,424 58,424 00000000059c19dac4b2428483d086d9600d41d5c6cba0db42f6d3e75505d051 0.00 MB 1 0
58,423 58,423 000000000781ec7c62966355ffc12900cc0229806365fdc13f2149892cc1db1b 0.00 MB 1 0
58,422 58,422 0000000009bb1e61b87da9208eddd26353df1a8f3a933a0bbc5f103c317ca37d 0.00 MB 1 0
58,421 58,421 000000000c3670f6e95fc479aa36e38a42b89833f5b88bc65d8167c01f355fd9 0.00 MB 1 0
58,420 58,420 00000000147b23fe0c7c3ca252bbf8ae18af31e0ccda5359fac5d3cecb4c0c56 0.00 MB 1 0
58,419 58,419 0000000011dd9a8a7e7eb8a79c7595d0d7d66d9d7604aa8541c078cff96d7b75 0.00 MB 1 0
58,418 58,418 000000000a512c017affb5907be8fe1af0934127b5e65f583dc32a4b4e08efdb 0.00 MB 1 0
58,417 58,417 0000000001e899f2af68c7af8a4dc57365a30be16a8a7695ce9b783e0a011789 0.00 MB 1 0
58,416 58,416 000000000dab178d055182d8cd7c74465617f63f255f832f24fd3f8e9ea2da84 0.00 MB 1 0
58,415 58,415 000000001296c7fd8a0c9cde98088d917307531c57f2ad03c614103bdb3990d8 0.00 MB 1 0
58,414 58,414 0000000009ea0a5cbab2627531639aaba306abbe3156459f6fd0181c0883aeee 0.00 MB 6 0
58,413 58,413 00000000018b4e3f8e64deaa394d24f4d4f39a2421cf0de027ab6f9d57927522 0.00 MB 1 0
58,412 58,412 000000000719bc180dc63751d0b5372be462e51a78d270459fba911c7431a28a 0.00 MB 1 0
58,411 58,411 0000000006d13a157bae79c205eb076009ebf89cecf928db000d731ff50c4d67 0.00 MB 1 0
58,410 58,410 00000000099b61a80819aaaaa12efdd691b59acf1f5156b2416ccdde6bdd6c12 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 778.10 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 50
    • Outgoing: 10
  • Data Transfer:
    • Sent: 13.79 GB
    • Received: 0.32 GB
  • Uptime:

Notes

  • 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.