Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

787 transactions (0.20 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,017 000000000000000000022cb30000000000000000000000000000000000000000 0.20 vMB 770 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,016 (628,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,627 282,627 0000000000000001ce9f56c1be7b641e9c4f91803ee240c72d65e18265760f4e 0.06 MB 111 59
282,626 282,626 0000000000000000213e712a7067acec6ca43599140459b62cebd9deaf8e8e7c 0.30 MB 630 39
282,625 282,625 0000000000000000f6d0d9f2ca04c96c8a359f7c95d3e34bc7d5df352834fd57 0.10 MB 218 47
282,624 282,624 0000000000000001744bbc695a0216f5f8855b42f5b29ae98e735f9e042d1f66 0.33 MB 665 37
282,623 282,623 00000000000000007417186e9eb41b17e782040ed36bac432f7db512b635e1a3 0.11 MB 238 40
282,622 282,622 0000000000000001112ce64f365833dd98076c928ebcf539eeca0f22f48438f1 0.32 MB 686 54
282,621 282,621 000000000000000024f4e2641aa425e8ac7626fb443b9dbe4e4416dedfb23566 0.12 MB 293 43
282,620 282,620 000000000000000130dec38144a3c4e8037a21b622bc47b7e9ff9dd0fdea8d41 0.11 MB 269 30
282,619 282,619 0000000000000001b91bd641991a94bf00d6301a9f6cca9b72534444bd4483e6 0.34 MB 331 28
282,618 282,618 0000000000000000cdf7131b5e0d2f9173c49010b8a2bed844a96323111b4b82 0.50 MB 826 22
282,617 282,617 0000000000000001bd9b95ef71725528758a79ac6c6de681674865c2f7e7b95f 0.05 MB 133 252
282,616 282,616 000000000000000026c1efccfe8d1d0b1009a50615fd78cb308d1a2b5004a565 0.50 MB 1,576 53
282,615 282,615 0000000000000000341e18387d3c81fe83fe0f9498b731a712bb787bc75193db 0.05 MB 139 222
282,614 282,614 0000000000000000685ad208a55a5a97d9c789773ed6cba98a2159136528ae6b 0.50 MB 1,425 52
282,613 282,613 0000000000000000bae5e7eab194b7d06b424f941a43d9dbdd4064878c97ddc6 0.04 MB 93 14
282,612 282,612 000000000000000035f7cec1c301b91e083c206b02d0bcaf608b1fd170139872 0.10 MB 199 37
282,611 282,611 00000000000000006b7fe541c2bbb0b603c2e00638156f7e011e4700d4689172 0.09 MB 226 39
282,610 282,610 000000000000000130aebc630eeee5ba3443cd075f86c7f0d64669a5a573bfc4 0.01 MB 30 32
282,609 282,609 00000000000000014236c61d34adab37f0b1767878bc4e6370e98cdc39831fc3 0.10 MB 122 35
282,608 282,608 000000000000000082be6d0117f83c5aa303df800ac652ab0aac45cd9c96b599 0.25 MB 555 61
282,607 282,607 0000000000000000dad3971372db3c178f2cc457cdc1c2242edefced8a3f5e2a 0.14 MB 191 31
Previous 10 blocks ↓
Total Size: 775.27 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,360.16 GB sent, 125.10 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.