Loading Tool

Explorer IconExplorer

Memory Pool

2,212 transactions (0.68 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 4.12/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,397 000000000000000000022b910000000000000000000000000000000000000000 2,208 0.02014495 BTC 0.68 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,396 (849,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,468 62,468 000000000a16d0025b4f04c55c2a47d2278ea924cd44b6c83ec5eb76505addb2 0.00 MB 1 0
62,467 62,467 000000000308241407aa133dcf381886579509d7fc7c9aa153bf30be353e4492 0.00 MB 1 0
62,466 62,466 000000000b9d1a03af2c2ff8231977cba19f4ef3ba239c990c305675308099e4 0.00 MB 1 0
62,465 62,465 000000000a52776b47d6ef45c2dd79ca36d78047cc2a5b34b0b37c654dad5234 0.00 MB 1 0
62,464 62,464 0000000006e20d843cf721e4b0d87de0d870f131f4540b5afae3204b38ba2759 0.00 MB 1 0
62,463 62,463 000000000a0b3afd0a0bc1cd1b48ded21c28a59abcf474ca4df03a8a8105d3f7 0.00 MB 1 0
62,462 62,462 000000000b55dfeba1171997b20b089d3b4f57a5194b5c3594ba1c9645867ee2 0.00 MB 1 0
62,461 62,461 000000000bdfd75c1bd6c4d001e3aef25396e3599920b779219f636fbb8e816f 0.00 MB 2 0
62,460 62,460 000000000295d3fbad368c21812e6f2bbea41d648c442842b8d695043e72caec 0.00 MB 1 0
62,459 62,459 0000000003d0ee7779451aabd2c30ade189395818e170bd4925316a45fd2d720 0.00 MB 2 0
62,458 62,458 0000000001ebc7358a9143eb4c394ca3a39700f1eae11153a4e1072e3e37d0e3 0.00 MB 1 0
62,457 62,457 0000000008da8cadf4c2074f0bf84b2076f7262eeec01d37b4dc512d2c939c67 0.00 MB 3 0
62,456 62,456 000000000ab019f1d25806a332bc60884acf3319b6af41f3d1b57908c263b45b 0.00 MB 1 0
62,455 62,455 000000000d1df09b5a7b7810f587e01d0a138f75023af3c90c328e8ea87e00cb 0.00 MB 1 0
62,454 62,454 0000000002585c7eb1eb3ce698b96d802cf3ee097514b2d0ad441883db3d7c29 0.00 MB 1 0
62,453 62,453 00000000011550048a0cc9a0cfffa4ce4e5483f9b174022bfe7ce28581ec89b4 0.00 MB 1 0
62,452 62,452 000000000498d7cbb7e157dc3b15883f69599d27195d04e487d5984fa9c24e57 0.00 MB 1 0
62,451 62,451 0000000007e5472637e52f07bddc9227151238ef0ab015a13f285bf2286e80b0 0.00 MB 1 0
62,450 62,450 000000000293c6dcb8d8d08007fd30e99fabe49b216bb52d0e249ca9185a537a 0.00 MB 1 0
62,449 62,449 000000000202c7986b99d44dce1e2a5f5ab4a9897653e1b96d26f2af7282e1ab 0.00 MB 2 0
62,448 62,448 00000000012c59617a5a379ace535fdc345cc6694286159defb447b29e39f6f9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,549.53 GB
    • Received: 137.25 GB
  • Uptime:

Notes

  • 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.