Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,042 transactions (0.38 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
909,802 000000000000000000022cb30000000000000000000000000000000000000000 0.37 vMB 1,025 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,801 (876,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,333 33,333 000000002dd5588a74784eaa7ab0507a18ad16a236e7b1ce69f00d7ddfb5d0a6 0.00 MB 1 0
33,332 33,332 00000000920c6a17d60885cd045953e2449197770745d269903d6de71a5d5ea0 0.00 MB 1 0
33,331 33,331 0000000027b224dc0acdd44e2b1ea5f05f3909847d6f6f1a4f98abfb22239b4c 0.00 MB 1 0
33,330 33,330 000000000bd4fec9196879532a7156cf9edbce112e2bcbd9f062de5888db708b 0.00 MB 1 0
33,329 33,329 00000000c31906ced50c481ab0169d1bfc835ddbbad32cf791f0a2dd0d77ffe1 0.00 MB 1 0
33,328 33,328 0000000040fa80b0c9d49b64f53aed354f28cd32dc53a7b2297b8d3ed60d4fdb 0.00 MB 1 0
33,327 33,327 00000000a1c3027125ae3b94cd38826df495dc929a5c3feb59d05c0662782619 0.00 MB 1 0
33,326 33,326 000000004935d134143062869aca5cd3f9206378a8d849c4130bc4069f64aa42 0.00 MB 1 0
33,325 33,325 0000000011ebf8066756c1d8515b154e78f839a7fb1fe3080ca2191c7ffa1796 0.00 MB 1 0
33,324 33,324 00000000c2072d6ba3a8c041717cf3de8e28352146df031743a584ceedaa15cf 0.00 MB 1 0
33,323 33,323 000000009988a94a7e7f62e121718bd01a6ba03dc6dfde169854337ec6c1fdce 0.00 MB 1 0
33,322 33,322 00000000c9fe68a2b15859e025391a94e47282fc2fea9c2e371d874bca739618 0.00 MB 1 0
33,321 33,321 00000000b8a89d1b381ab8f610012372f1cd98ae70e09896340eddd1360a4a93 0.00 MB 1 0
33,320 33,320 000000002ad2ec31a43fef34310ab658aede8b67b30ffd38674f646f39c32ee5 0.00 MB 1 0
33,319 33,319 000000002a26de0767cacadd44cf7ae568c5b75cce5a8360631b1adf16ef28c1 0.00 MB 1 0
33,318 33,318 0000000024f20c7d9dc87aad5a4a9543dbfa84056a3ee4849c15183e8e7d8a8c 0.00 MB 1 0
33,317 33,317 00000000cf61e5b573b82bcf55ee2d29cbe24763001aad8d04c12fec8b9c0815 0.00 MB 1 0
33,316 33,316 0000000009d957442001497250957e8ea293a4ffda1d07047aa6f0852dae94b9 0.00 MB 1 0
33,315 33,315 000000000b692b15d7d982ce25cef892f8866e3c835bd33cc1ab96e4f2e20223 0.00 MB 1 0
33,314 33,314 000000004d34c446057f5ec3b77f03637e1f5952e65f38d6ba3edc553f283de8 0.00 MB 1 0
33,313 33,313 00000000c0029c745b2f948b9dfef6075519daaec17ecddccd7bfc3aa1b9934d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.03 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,162.14 GB sent, 113.50 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.