Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

504 transactions (0.19 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
911,425 000000000000000000022b910000000000000000000000000000000000000000 0.18 vMB 500 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,424 (147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,277 911,277 000000000000000000010afacadd4ce083295464a2ac66bab461beeb621d41af 1.52 MB 2,950 3
911,276 911,276 000000000000000000014d2da69d0128f7b31bbd17b1d5f77504b1161a3b57fe 1.66 MB 3,624 2
911,275 911,275 000000000000000000019c08b5208a0ff2633527de01568b88487574165269f9 1.67 MB 4,087 1
911,274 911,274 00000000000000000000fd21176498e069ac08218aef4b290d6e7d81b99541fb 0.14 MB 359 2
911,273 911,273 0000000000000000000001c27998a81c0520c671599d7708582af6660b1f9081 1.71 MB 4,259 1
911,272 911,272 0000000000000000000070e587da230b727b109a2cfbdae9f3f8644942865ad0 1.51 MB 3,027 2
911,271 911,271 000000000000000000001966545906f8855847c7a4b7d605defb49f2f37fe38b 1.63 MB 3,122 1
911,270 911,270 00000000000000000001b45797dbdaac8c498b75a729e2393c8ae1108ab47221 1.69 MB 4,269 1
911,269 911,269 000000000000000000009534ee9d02cf882d5626baa2c99aff7a8502482014df 0.70 MB 303 1
911,268 911,268 0000000000000000000213f2bf0c5564b9ba0e5491a69fad56a0a0620305f0dc 1.17 MB 1,117 1
911,267 911,267 00000000000000000000a0d4b9fb220fa2b96b9fe05b5e9c7e88843861373bfe 1.75 MB 4,646 0
911,266 911,266 000000000000000000015b16fc504ae25e395c39bc692266af250ee10efbef57 1.66 MB 4,155 1
911,265 911,265 00000000000000000001db6ed58108d6abdd61e077ea5b7d519b9845047d4620 1.48 MB 2,722 4
911,264 911,264 0000000000000000000029923709552bd181ed954bfe66f0c6fe9393986dd5c1 0.61 MB 1,049 2
911,263 911,263 0000000000000000000198aa04b3b0b2d7eeff984ecf7f4d860b7aee79f3a4a3 1.78 MB 5,006 0
911,262 911,262 000000000000000000019b79eaf613a10e658a3675168296e6a1621935a109ea 0.04 MB 46 1
911,261 911,261 000000000000000000016a53a4eedb880b9f1c31439e935dd52d527badc43897 1.69 MB 4,515 1
911,260 911,260 000000000000000000013026ab7f6da6e240421863fe2f56d27b1b037104034d 2.13 MB 1,888 1
911,259 911,259 0000000000000000000157418bc4e4269d621e20756cf51e04ca0530fed4b18f 2.07 MB 1,796 1
911,258 911,258 0000000000000000000099442f6fc1833d56e4f57fe71366e6430b710ba6b74e 1.85 MB 1,939 2
911,257 911,257 00000000000000000000daa8674e91acf0f23c7c68f8329e7a2a03365f4a20a6 1.86 MB 2,636 1
Previous 10 blocks ↓
Total Size: 776.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,405.54 GB sent, 128.90 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.