Loading Tool

Explorer IconExplorer

Memory Pool

2,257 transactions (0.73 vMB)
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 4.11/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,294 000000000000000000022b910000000000000000000000000000000000000000 2,257 0.02198833 BTC 0.73 vMB 2.29
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,293 (714,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,586 197,586 00000000000002b640411c5f22f83f1a08ec3cf9f8ec742150431d99999c6815 0.25 MB 605 160
197,585 197,585 000000000000058af63391b6d138eed1cc5a861cf9faec75d7970b0548e91d9d 0.25 MB 504 175
197,584 197,584 0000000000000297a55c8de355fcbae26680b8f77db52df924ecd03b28aa8c6d 0.05 MB 114 390
197,583 197,583 0000000000000239fdc3f37f28059233e4bd317e990dcce4cfd48b9eb61d853f 0.06 MB 201 70
197,582 197,582 000000000000025687ca3c021bf9504550f191a3647095e91ff4708ca3fc1cab 0.26 MB 540 121
197,581 197,581 000000000000037cec1e4c2a7a5dcce6c19eedb6fa1b049fdd3264c93086fec0 0.15 MB 334 134
197,580 197,580 000000000000022ba40c31faae3fa6401af0c84b65d8c4ed183b6ebb43b79aa2 0.02 MB 50 113
197,579 197,579 00000000000000d545c7882ef2686d3e3beb36cc74e096106d99bb16705edaaf 0.04 MB 85 43
197,578 197,578 00000000000005a60258de15fb78b394b1cb548e58a7dde41b9f47389f9b657a 0.25 MB 542 136
197,577 197,577 000000000000003991f4556a2053d5389b26301e5c28aa62d9d197ddf09e0e4c 0.05 MB 139 139
197,576 197,576 00000000000001785ef90386743217423471ce07a43227a7c63a2eaa3a854598 0.35 MB 1,024 76
197,575 197,575 00000000000005e9bb894beb84134f038a318babe3241a9e1cc9dc5bf7617de8 0.23 MB 625 146
197,574 197,574 00000000000004a605d045691a42c2c2a417bdb788fdc9dadf1affa23a36d464 0.06 MB 106 105
197,573 197,573 00000000000000dd071e713b26ba810255effbe0df34391b17eeb715af68512b 0.11 MB 242 124
197,572 197,572 000000000000054b608d2bc6c2ad447fab5abf117f73fc4c4ccb26eab0818d1b 0.04 MB 98 150
197,571 197,571 000000000000012922adb211c51253d62c3bc0dc9e0b2c1e32a0f2ce159b8a7f 0.00 MB 10 45
197,570 197,570 000000000000028ad71b721fcdeef49396b8c90d89e6336c1094c7b3c6a63a73 0.22 MB 553 144
197,569 197,569 00000000000002f4fe76020494da7244b35dfa9ad78c5bfcda3e3c23baf09cbb 0.07 MB 194 186
197,568 197,568 00000000000003f64d7662362aba91a5bdccbdbf6574fb42ddca28f1f0ec11fe 0.00 MB 11 16
197,567 197,567 000000000000067080669115c445f378f3dec19787558d0e03263b9dec5d7720 0.01 MB 19 105
197,566 197,566 000000000000035c8652acb70266080fe9f740674cd665867b14cd3eb21aaee9 0.08 MB 144 129
Previous 10 blocks ↓
Total Size: 777.62 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,541.23 GB
    • Received: 136.44 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.