Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,312 transactions (0.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,361 000000000000000000022b910000000000000000000000000000000000000000 0.67 vMB 2,293 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,360 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,360 911,360 00000000000000000002262f7f95d11a875b07f8ae7a1e44ad500d371ae7e2c1 ago 1.65 MB 3,367 2
911,359 911,359 000000000000000000016a0323128489fca90c697ff1009e12f7fa77c70a0286 ago 1.57 MB 2,908 2
911,358 911,358 000000000000000000010fbc56b47f28c462d5a6926920554260f07e458b05e0 ago 1.79 MB 4,756 0
911,357 911,357 00000000000000000000c94917a3296d2bb6ea7846b79d02dbf61c14e238e1fa ago 1.95 MB 2,447 0
911,356 911,356 00000000000000000001ee725441b21a7e39fa29c43208751406bb42573446b1 ago 1.72 MB 3,551 1
911,355 911,355 00000000000000000000b7dfc1458628f5c99a570d7fcff01a519a8ceed6f90f 1.87 MB 3,520 0
911,354 911,354 000000000000000000006da80fa9ccc17aafeec6e357c3e8ad32e87c73fd4943 1.77 MB 3,580 1
911,353 911,353 00000000000000000001e1736dfa7be42dcc7a0ed1318f4ea9af2f80d361a1a7 1.44 MB 2,528 1
911,352 911,352 00000000000000000000bdf6a77b4b18c93d25437c514ee113eef32c32c33aaf 1.58 MB 3,868 3
911,351 911,351 00000000000000000002128242740a658cddd02874729a1bff5a485130d84c5a 0.43 MB 668 2
911,350 911,350 00000000000000000000cacc32f455d67abf9f8e4d57bdc915e2c30eaeabf40d 1.85 MB 4,347 0
911,349 911,349 000000000000000000018e5f5f1b4f3db4f9999a7c31e8ace27e615ef314b6b1 1.77 MB 4,461 1
911,348 911,348 0000000000000000000185577dc64d219325bf385b8f277834f52eed0c4dd6b8 0.52 MB 707 1
911,347 911,347 00000000000000000000d709037a9623724d9fccb4de2001b26860651d6768d7 1.66 MB 2,822 2
911,346 911,346 00000000000000000000a77a1d4aa13a5e4072bdbbad6b378d8de256bf079208 1.89 MB 2,264 1
911,345 911,345 000000000000000000014db4fe827887e8b1f741e4239bf3eeb72b380d0015cf 1.62 MB 3,874 3
911,344 911,344 00000000000000000001a260aa0effc8cfc644281a07c6dbfa588c2808b9f0c0 1.68 MB 2,692 2
911,343 911,343 00000000000000000001e067119679eac8b96828c0efc7305169d9662ee22fad 1.67 MB 3,126 4
911,342 911,342 0000000000000000000110cc2ea20ce8dfb6732496f8edbd69795c22c8dbd8ba 1.16 MB 2,162 2
911,341 911,341 000000000000000000013049d72e90f29dcc7b63876dba06a6f37a0c4d74701b 1.73 MB 4,461 1
911,340 911,340 00000000000000000000721963bbaabbef802ea58e730fada48239f2bb2b8931 1.60 MB 3,209 1
Previous 10 blocks ↓
Total Size: 775.91 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,401.39 GB sent, 128.37 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.