Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

509 transactions (0.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,486 000000000000000000022cb30000000000000000000000000000000000000000 0.13 vMB 495 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,485 (879,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,751 30,751 000000004630fa06a9754ed25f0cdd7d2f42c38214a1459dd76a97ed7981f684 0.00 MB 1 0
30,750 30,750 00000000ac6a936f7df8dc4efb182909484eafa89fc1d11efccb4f7951036255 0.00 MB 1 0
30,749 30,749 000000001ae23d3a433b7aa24aead4222462db38fdff2e1da1e387eeda94b657 0.00 MB 1 0
30,748 30,748 000000000daef3bbf4d74ef2ddba6d1f4f8ac8435c847de2554a20d70c7b6b98 0.00 MB 1 0
30,747 30,747 000000001a5080cea008fb269824fd31ec0eee29142020eda3cf7abb3541fbe0 0.00 MB 1 0
30,746 30,746 00000000b99602ba38f3ce4e2c8918fe3fde47067d6a137975b9c658d7c97ea6 0.00 MB 1 0
30,745 30,745 00000000cbdabcfd61ed6dae11955a18ee88507527cafe71fbf7cae4f493d69e 0.00 MB 1 0
30,744 30,744 000000004923ce77dbd2cc5216aa79ede9f1bb7b6e3eb355ae0b6b6548f6be0e 0.00 MB 1 0
30,743 30,743 0000000006b55e0ba145411b96a6fe633983a8056225092fda1a0d36a98ee227 0.00 MB 1 0
30,742 30,742 000000007e5e219d8bc768be92e43d2549137d2bb5c0c635ca33b73f0e520e65 0.00 MB 1 0
30,741 30,741 00000000e663ee161ab7736088ea3e342054c93327647e1e9adb235b82643eb8 0.00 MB 1 0
30,740 30,740 000000009b0288487937fb78f0e51637ecea08ef2ec1f471482c559eaf43c1a4 0.00 MB 1 0
30,739 30,739 0000000094db7d30f82f5b5661a1e7c39824ee46af2a14a101ea637f3acf4ec8 0.00 MB 1 0
30,738 30,738 000000007e2f22e311f2cf1979d7f2896381dcfd418d12204a7ba6e0242bdf8a 0.00 MB 1 0
30,737 30,737 00000000a4d59d2e41dc58d3df7e9fffa205ffe45ccf9c496e5c1b7ffc2aa53a 0.00 MB 1 0
30,736 30,736 00000000df0b20cdcf28e0f6e3677244531bad1d0313aab2064f324a0348485c 0.00 MB 1 0
30,735 30,735 0000000008865cb353ae921d9722f8967ac8b3187561708dcce13015975ae211 0.00 MB 1 0
30,734 30,734 000000008ef356a3da7e648758c7b3b0adfe6a2892d9c94148294239884bc6c0 0.00 MB 1 0
30,733 30,733 00000000a87d09c9821ecc74b4b9130e9ea0bff669f49c385bae4ed1bd8aea74 0.00 MB 1 0
30,732 30,732 000000007ff718ff426351c90627f0475658ea47b69dc87039f01001fe815fe5 0.00 MB 1 0
30,731 30,731 0000000081673b04b3febf11c2705d879c36cc18b2b50e14df70a811c890b0b4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.29 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,243.92 GB sent, 119.99 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.