Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,994 transactions (0.71 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,026 000000000000000000022cb30000000000000000000000000000000000000000 0.69 vMB 1,988 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,025 (532,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
378,488 378,488 00000000000000000397bf815f8fa0429f8a71ca8dfc2ed0c32844ac6678c9b7 0.97 MB 673 12
378,487 378,487 00000000000000000bb19860328a97e1e6134531722f5a12553eb45995a70c46 0.09 MB 77 12
378,486 378,486 00000000000000000e62f22a4335a38b4447a0a7540503a2024399d9bcfa36cd 0.25 MB 510 32
378,485 378,485 00000000000000000bd03e101d8bf841efe763d075dde0edd308ddcd36e5395f 0.25 MB 532 39
378,484 378,484 00000000000000000a1aad11c983e27738ac1c85fc5b46ea0d8ea2c8e2142e98 0.65 MB 1,201 41
378,483 378,483 0000000000000000109f4aef05bff7082f3b46ae307d36e6f1826c8d17ee81ee 0.93 MB 716 14
378,482 378,482 00000000000000000283a981644f79bf13bdb329d60bb9a300314ad17023bf8a 0.26 MB 374 31
378,481 378,481 00000000000000000faf2947b88e4915359311c3d35c211a481ff70899b3b53f 0.13 MB 114 7
378,480 378,480 000000000000000008bd1f16c1ecf38a1b69a6cce26b87081e335853347160c9 0.32 MB 381 25
378,479 378,479 00000000000000000edd09611c43c156785aee9005e5983b34d002c999647271 0.53 MB 1,230 50
378,478 378,478 00000000000000000fe4eadf4c0283da85ed228477de3ec6a477894ff1313b69 0.71 MB 1,514 37
378,477 378,477 0000000000000000079d23830024469f27030078fff45263ab871fb764cd4cee 0.75 MB 418 8
378,476 378,476 000000000000000006dced79e89ba5266dd728312e5fc0f97f37d919db1b3e1d 0.36 MB 777 43
378,475 378,475 000000000000000000423d1c2f17b8c2eb80cf89859d3a799ebcb78f2e1b5472 0.25 MB 639 49
378,474 378,474 000000000000000008ebff152d773edf58b3a03350f2a4e32f3a02f86e042abf 0.12 MB 170 23
378,473 378,473 000000000000000002f5fc478a6dd3dd16348fcdc1411ea32c2930cf5f67b478 0.00 MB 2 0
378,472 378,472 00000000000000000cb68b5bd9dc6d9a367ffd475818b8f17edb056041ac096f 0.67 MB 1,617 42
378,471 378,471 00000000000000000647238a34e5adb8ff822c273cfc5c7028f7a37ab25d709f 0.13 MB 176 30
378,470 378,470 0000000000000000056a8c3ffeb84b8e077d3e00afb6e2c46e92a8c6e49a021b 0.39 MB 828 46
378,469 378,469 000000000000000002937ca832096690a3a9149a8791e755b8d91fa93ddb0c4e 0.25 MB 550 40
378,468 378,468 0000000000000000036757dd7a3e20d7799f121aaca3b8e3e51f901c35e8a4f0 0.75 MB 404 10
Previous 10 blocks ↓
Total Size: 775.29 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.64 GB sent, 125.21 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.