Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

597 transactions (0.18 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,327 000000000000000000022b910000000000000000000000000000000000000000 0.17 vMB 591 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,326 (189,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
721,439 721,439 00000000000000000008b0ea05e97d89c8e7cb2d7412fdabc52e919c5861ffd3 1.77 MB 1,582 6
721,438 721,438 000000000000000000098d74861559b4f3fbf6a3fa89e78698ecd0743a93fa82 0.87 MB 246 4
721,437 721,437 00000000000000000005546b5c8ac31e6aeab24aab6dc0d7b3f7a8d7b6170e21 1.72 MB 1,528 6
721,436 721,436 000000000000000000091a93985866d6b2c427b5b4d3064267f57b70553b2eae 0.67 MB 662 7
721,435 721,435 000000000000000000026ee547a52e99ebf5c24699e779a5d3101ba2177a09d7 1.46 MB 2,434 10
721,434 721,434 000000000000000000013d6c24c30b8e8f6d8a3f782c889f51c63e7acd24c854 0.59 MB 859 9
721,433 721,433 00000000000000000002873f1d45151b712e62c29cbfdb29090e24f02a713141 1.16 MB 442 2
721,432 721,432 000000000000000000001f78f7a1750f8fec97fb129d657c6ed1fc06f5b222f0 1.57 MB 1,261 5
721,431 721,431 00000000000000000007acdd3adf053d238abda167c8ce01bdeb045cb9dcf311 1.25 MB 1,454 12
721,430 721,430 0000000000000000000043cfd7c9f76fe8944e895acb184d8f9bcff05a44c6b5 1.71 MB 703 1
721,429 721,429 00000000000000000009ea7158bdb3d694d9c15dfec09dcecfe059f3239b1ec9 1.57 MB 2,690 4
721,428 721,428 000000000000000000007b83b06d2a9a37964e661bf41f46d5d2be89661a7255 1.53 MB 2,427 17
721,427 721,427 00000000000000000001f6f9a0f8cc9a5d9d95143e843233d1e23e905d4e4689 1.14 MB 988 8
721,426 721,426 00000000000000000004a7c978f699c2bd5c8ae21f49582519b58e68355f547e 1.33 MB 1,312 11
721,425 721,425 00000000000000000009722e25d4f9a41c0e7cfc4ebf8793a7fd47f6c4931b95 1.69 MB 1,801 10
721,424 721,424 00000000000000000009c1287846a99d9bca690906da4c46d249f38ad2f2ece6 1.35 MB 2,339 25
721,423 721,423 00000000000000000008caf41b171ebe0ebfdaea4222fb710192d51d561d7380 1.62 MB 1,667 6
721,422 721,422 0000000000000000000930c2c6c67e8f3944189a1becea589ea0bdb4227e01cc 1.68 MB 1,536 5
721,421 721,421 00000000000000000006f9fbc62e41d0cd3e5bb65f99e38a6787594f0debbdd7 1.56 MB 1,958 6
721,420 721,420 000000000000000000041be63379ab45de2851a4234c91b31e0ba1d3a1937018 1.67 MB 2,039 8
721,419 721,419 000000000000000000044ae1a82b605e712ae844e83fec3f9d2517603d496f00 1.48 MB 2,785 16
Previous 10 blocks ↓
Total Size: 775.85 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,399.73 GB sent, 128.06 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.