Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

17,885 transactions (5.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,696 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,789 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,695 (94 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,601 909,601 000000000000000000003bac297085737cce33782bb14ecf0e47546301d5a1f7 1.92 MB 3,299 1
909,600 909,600 000000000000000000022448d8ecc2561be4c6711cb72bbfdb38508ff7466427 1.85 MB 3,907 0
909,599 909,599 00000000000000000000b324c4090944b4f63a2fbb29a05a4b65ef7ac722b92b 1.62 MB 2,377 2
909,598 909,598 00000000000000000000ca363f426793051c58f6f47acd7c9dd5c0054e036cbf 1.62 MB 3,814 4
909,597 909,597 0000000000000000000203ee50badad12c2a422b74c5f47152653134ae0de369 1.94 MB 2,705 1
909,596 909,596 00000000000000000000871cef4eb8ec50f4b12451177bd1a58cb0f82b9ce12f 1.68 MB 2,874 3
909,595 909,595 0000000000000000000192e510dbe8f694f335c4e881b34106ccdea27ed733a9 1.86 MB 3,399 2
909,594 909,594 0000000000000000000034173564fa8b4a0ed6b6cfc5a0303ed55d7b7b122f29 1.80 MB 3,885 1
909,593 909,593 00000000000000000000fd1456ff838f07fcf402a546eff077d3ca46601eda37 1.84 MB 3,457 2
909,592 909,592 000000000000000000001a38bce3d65221a629f4c98c311ee9210f144f0d9891 1.61 MB 3,752 3
909,591 909,591 00000000000000000000043858a7e3ffd27367b4a3a3190b500f3eb6e30ff6af 1.59 MB 3,297 5
909,590 909,590 00000000000000000000c06e7f338f2b1736b275e1f7809ca6fbd78c9ee37863 1.82 MB 2,963 2
909,589 909,589 000000000000000000007ad894fcaddbae7a6bc5a129cdf2cdeb920def66e981 2.04 MB 1,666 1
909,588 909,588 000000000000000000009c0ed45048fbe31545b8a1cd78e11bc240c19d8dd8c2 1.96 MB 2,440 1
909,587 909,587 00000000000000000001b017e16e3168bbaffd2c5be78f6bcbac0014ec0a0a04 1.70 MB 2,609 3
909,586 909,586 00000000000000000000a57e3c0dae89720da5f0a15b4ebeb1c81b52e7a2a00e 1.61 MB 3,881 6
909,585 909,585 00000000000000000000d4538086ee5b314ea03d4eb3753c2b45e0a3ee9ccf13 1.81 MB 2,909 2
909,584 909,584 0000000000000000000090d5c22fa64f6c791335784d02def240f379b1690145 1.43 MB 915 2
909,583 909,583 00000000000000000000595d44549aae1091e1b43437781b9a71a04bd7a5d3a8 1.75 MB 3,113 4
909,582 909,582 0000000000000000000188409c98e3d8b0ea0498b50c5dfc38e3314ba769d10e 1.68 MB 3,367 4
909,581 909,581 000000000000000000001224b0fc600370a46f8cec1692f36dd396d0274515ed 1.60 MB 4,057 7
Previous 10 blocks ↓
Total Size: 772.84 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,154.80 GB sent, 112.61 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.