Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,670 transactions (1.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,692 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,942 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,691 (824,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,408 85,408 00000000000709cd667482521f6725edf9d14bbe7fec6b821682c7003ba07652 0.00 MB 1 0
85,407 85,407 00000000001c20bc086ab4955e2638a560cc877bfd17519730e8339e19716392 0.00 MB 2 0
85,406 85,406 0000000000099ae210d08402b2de642110745d412ddf044ecbd375af03d39878 0.00 MB 1 0
85,405 85,405 00000000002b3009685d292eb0780bc78c226aef6d66f8236666d61c9ae58656 0.00 MB 2 0
85,404 85,404 000000000003e40716d982946ff0e4f1de9c0300e4a02eb63f7613c102459b2e 0.00 MB 1 0
85,403 85,403 000000000007dff537201c5aa5dfdae4a861c3c615df963a710a731c99a472c4 0.00 MB 1 0
85,402 85,402 0000000000021df456f7c6d1b60be4658479ea6c24184599454a5fe37f7cdc71 0.00 MB 1 0
85,401 85,401 0000000000140af1d0cc13c981cb1b446a0a619c3a570f6b56fbd18d9446270c 0.00 MB 1 0
85,400 85,400 000000000005ae239b6c96f06db64d41edcbdbafac77e71bf85a0d116dc1ac3f 0.00 MB 2 0
85,399 85,399 00000000002c83036e8ad31a68b9e1ab3978c809ea07c11cdfa70ed2c2079454 0.00 MB 2 0
85,398 85,398 0000000000099f0636fde6a525f11863060ff6caa5e3cc21a28c1c337cf92063 0.00 MB 1 0
85,397 85,397 00000000000ac0a8904e111b463fea04ca864a5ca40cf4106f2f64d5d0f9ffba 0.00 MB 2 0
85,396 85,396 0000000000111bf28b2ca51587c97e0100cf059b2469efb0aafc040f85d9f062 0.00 MB 1 0
85,395 85,395 000000000005277165de8d541a3f1c1113c5ef1c9f9729e291e43c68a01473ac 0.00 MB 1 0
85,394 85,394 000000000001c3451947cad8463d4202d9037efd1843de2494f8a535c8c811b9 0.00 MB 1 0
85,393 85,393 000000000002b04c47eda098b0c8fb1486ee9cf1929999f0e29f035c02c90c4f 0.00 MB 1 0
85,392 85,392 00000000002423411f02eb03aee1cff5ba1d82bee765f6063ce80d9ed62d95c5 0.00 MB 1 0
85,391 85,391 00000000000a4d96f0be68182a4bf8291f0c2b2e3ec8f4a9bd64e58ef375fd3b 0.00 MB 2 0
85,390 85,390 00000000000810941414ef1af6273c42e8e189f064c535ec27a2924a7bc326f0 0.00 MB 1 0
85,389 85,389 00000000001470ff35bf158df7b3829fde9070c01eb463d466d6d232f79e3103 0.00 MB 2 0
85,388 85,388 000000000024ef7ad8d6c5907a338b18c833074b7981b55f27a6deba9c66ed59 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.83 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,150.59 GB sent, 112.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.