Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

935 transactions (0.30 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,705 000000000000000000022cb30000000000000000000000000000000000000000 0.29 vMB 912 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,704 (882,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,930 27,930 00000000e99804b414b0df6816ff74eb58d4b3104a25dfd72256d3aaa07d9a6c 0.00 MB 1 0
27,929 27,929 0000000065dcb0f9541561572582a6ad6a0e5afe14aa09ed75409b9c7580ca7d 0.00 MB 1 0
27,928 27,928 00000000186073b0e2bd1a9772b8232d40431417267442c16daf7ac2a05817ca 0.00 MB 1 0
27,927 27,927 00000000a25114b425176cb46b0cdea4475d41015b21ab7261b31dc23aa909f1 0.00 MB 1 0
27,926 27,926 00000000d422b0e14cf827f93c02bf3e03ac713f9e205aa23de2ba21c71b2a9e 0.00 MB 1 0
27,925 27,925 00000000f9c773938ef9343b4fc7f6aad7d1517c294e0b883a44f04c157d8eb3 0.00 MB 1 0
27,924 27,924 000000001fd1ea35819dc29350f9c2982e1c1e392f679dc96b51d712c5e5ff16 0.00 MB 1 0
27,923 27,923 00000000ca6ac833e1b2251331d81bf1472f8d5e62050ffe4807fa9a24daaa58 0.00 MB 1 0
27,922 27,922 00000000463385b850756828d2a9a7ddb2c67fe0b4b2a956a292077d03442ddd 0.00 MB 1 0
27,921 27,921 00000000eea64d44f7afa344b65a7d877d7b2462e37f1b1bb01e0d1c73d64dd9 0.00 MB 1 0
27,920 27,920 00000000b1096f1b9fcf4c9ef655df2141823a4ca72a79f4e7a02f1e8be862ac 0.00 MB 1 0
27,919 27,919 00000000d2277c56291ea3127302a80db4d4990ba1c237c70abd0642c6b976bc 0.00 MB 1 0
27,918 27,918 000000006d7d95c8f1c2484b969d32c9ed211561eae172c4a2f46caa1e31a9db 0.00 MB 1 0
27,917 27,917 00000000fc4aca2b2ed1e80cf22643f0045aed8b301c32836fa2e6efebc8b3f2 0.00 MB 1 0
27,916 27,916 0000000000f53a2654425ec97bc36751f2a706601dceda49d79e1fc45b906339 0.00 MB 1 0
27,915 27,915 0000000077ce8d8bd14bac59c7e40132746dbb73d5fc569ea41081335cb0d59c 0.00 MB 1 0
27,914 27,914 0000000010a978321d09daa5845f2d44f35fbbcc39850f41d0110648f911e7a5 0.00 MB 1 0
27,913 27,913 00000000e869252b45692f6bcac8a2e2ce140026feb5293e24234693edba9a9d 0.00 MB 1 0
27,912 27,912 00000000d09379061361f7a8280122a43f1dbaf6272ec7928dcf66c6ccab2c36 0.00 MB 1 0
27,911 27,911 0000000007474daa5ac54dcc3656ae5b7e3cd5910b430ef232bb7e2082f31227 0.00 MB 1 0
27,910 27,910 00000000137f0da4d85d0d5060e81211459608e14a9420f6f3e5afdb96448dc2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.68 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,290.85 GB sent, 122.03 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.