Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

175 transactions (0.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,477 000000000000000000022b910000000000000000000000000000000000000000 0.03 vMB 169 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,476 (627,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
284,129 284,129 000000000000000013d8d4a126d65be0f65132f2ca6bad2c867c40c44d51ed0e 0.10 MB 187 28
284,128 284,128 0000000000000001441224d2a5398f75f1d783842a3b25ba56235741bce80fa7 0.46 MB 785 27
284,127 284,127 0000000000000000a625719cb9719950e37ab008bee1f144ee8e9a92db1e413e 0.05 MB 158 91
284,126 284,126 0000000000000000748497f81ef82ac52c71279d081df3f4b4290048a6cfe092 0.06 MB 149 40
284,125 284,125 0000000000000001ef4a91d2bb99673382260b562cec524aa021a62820dff40a 0.10 MB 164 20
284,124 284,124 0000000000000000bf26d01c7d88418dbcdfa87b9c59dee1c1529f4b5ee4697a 0.34 MB 676 38
284,123 284,123 00000000000000009a7443141177e6e909904c908f8fe8db61e257b69c7f6c20 0.11 MB 190 30
284,122 284,122 00000000000000005172f007e862301fc3de270fe4e22f7c4c887246c29b0025 0.17 MB 245 35
284,121 284,121 0000000000000000587ac7529adbe4d5d59f085fa29d435f1617ed729d804c65 0.20 MB 535 64
284,120 284,120 00000000000000007c7078e8bdc0783b66ccc2413196d9769ecb2973beef4957 0.33 MB 680 33
284,119 284,119 0000000000000000a10c8aac2353f3c81adf72894c7f0b4f1ddf72454d2f278b 0.05 MB 175 113
284,118 284,118 00000000000000010127ede1a713213d1ced0f53903fa061a22b8521a036c433 0.32 MB 352 28
284,117 284,117 0000000000000000ea4c68b5001a0f529e2e8dcdb7aa0bb5789c3f13ff404cc2 0.50 MB 891 34
284,116 284,116 0000000000000000f37ff7e24f26da0bdd460d211031c57d699dbae4651c8c92 0.50 MB 906 29
284,115 284,115 00000000000000017494d1c9760c51bbc7ecf05e2e38636ca1cd74c513f33032 0.25 MB 637 35
284,114 284,114 00000000000000015e0e931d4b6b7e0000fc57606c9efbb709d5ccd9dba4c706 0.05 MB 121 101
284,113 284,113 0000000000000000963e0419b48002c311d8673cf683fea4b64779ba2e83bd69 0.25 MB 723 50
284,112 284,112 00000000000000004a751f977c058d9d9c26d5179408ae21c806992bd987ebe4 0.11 MB 267 45
284,111 284,111 0000000000000000bd9bded2e91d996a6284aaf150eb28a4bbdec09eee2a0ac4 0.72 MB 1,324 37
284,110 284,110 00000000000000007b01902ea93393246b66a077412f59a640993fde7fab763c 0.02 MB 35 36
284,109 284,109 0000000000000001b0c50eb928b4025dc6dc1d1ce9971eb8aeecb517ab4ae843 0.06 MB 95 42
Previous 10 blocks ↓
Total Size: 776.12 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,409.94 GB sent, 129.31 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.