Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,139 transactions (1.17 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,351 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,831 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,350 (887,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,261 23,261 000000007a8699b44f612dd93c11861db8bae82cfea0dfb9c689a0c2a20e5831 0.00 MB 1 0
23,260 23,260 000000006b14caba72f2c8e06c36d136c070e144ae9bfa6206d90c8e72047998 0.00 MB 1 0
23,259 23,259 000000006faa2cb3f16b655fc4a56610b71f0527a1a231717660af4068de2c01 0.00 MB 1 0
23,258 23,258 000000001ba72cefabf93b7307a86a71019bcddfba45689dcae89d8e196dc933 0.00 MB 1 0
23,257 23,257 000000004e33016eb9aead0cbc3d1989fbde661883002924c11f1fad667d61f3 0.00 MB 1 0
23,256 23,256 000000006fae6008b146b90e2cd93f0e5107a3b0be78a68d9cac2926e181685c 0.00 MB 1 0
23,255 23,255 000000000a01c38caea8766a8a1bd636ce536e3d3dec3197b595be9e464b458b 0.00 MB 1 0
23,254 23,254 00000000cf96a89368730101b484fab26ebeab926c65e98bb9fb206c1d199579 0.00 MB 1 0
23,253 23,253 00000000b966336fe96027939257bc4b58873c109c9240a1b4f811da0c35d923 0.00 MB 1 0
23,252 23,252 00000000fd82f492ca793260b6db5ab4d40f075efdf261d74c7678b9a8ba2b9f 0.00 MB 1 0
23,251 23,251 00000000692cebaadb06f1d0c85fd62df2a54e533a5dd6069cca1770eac9d97e 0.00 MB 1 0
23,250 23,250 00000000a1edd8eecb8539342049352d410c3dd23de166eb12a3485976af5f4a 0.00 MB 1 0
23,249 23,249 00000000d63a217ab813d752d43c81f94ac083f3b5ab005c62dd1ba3c4496ab4 0.00 MB 1 0
23,248 23,248 0000000060a1e68552471b4337ddbd363ced700ff2afe8a2fbe980cfd95cfb4f 0.00 MB 1 0
23,247 23,247 000000001f4042966b5cc02bbfd0c0230dc6816b3b510461b3a2f792ff506b16 0.00 MB 1 0
23,246 23,246 00000000ffb0ddfef22ff4b3522c2593c066caa235da1ffa6668b62271258c63 0.00 MB 1 0
23,245 23,245 00000000454df551475f2fd69a3703848e5ac84786dd774474180a3cdc5af8f9 0.00 MB 1 0
23,244 23,244 00000000f0b89fec043e8317104b874d22b6303e636e7310c095a24706e794ef 0.00 MB 1 0
23,243 23,243 000000002316f3c52372c716f06b46d11ddd0eb62779a2bace1eb1a55e692010 0.00 MB 1 0
23,242 23,242 00000000533e21a70f39c7b0a92890ee83b23d5be99da5c7ebb139e097ca25f0 0.00 MB 1 0
23,241 23,241 00000000dc0d5441fef2585be634281fbc86d6ca36b2c3dad553b6021c95caa6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,232.41 GB sent, 118.82 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.