Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,099 transactions (0.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,816 000000000000000000022b910000000000000000000000000000000000000000 0.53 vMB 2,077 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,815 (694,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
217,086 217,086 0000000000000349fdfdb357ed801ee025c22428e350e4c35ca28eb10d4513fe 0.16 MB 211 117
217,085 217,085 00000000000002e169cf45c542ec51110fd32dfdfda09ac8666f1078b06d6b96 0.15 MB 229 58
217,084 217,084 000000000000002ce09c9fcda19bc63c91bff79288fdfe6e97626ce77b6a8cf4 0.20 MB 642 278
217,083 217,083 00000000000003068c754a5954a77e3843331b6d83d785d13947ba7d45de40a6 0.12 MB 290 213
217,082 217,082 00000000000001335d5fb3e643246adec7a2367e000afadf1880a0e8e716881a 0.05 MB 87 65
217,081 217,081 000000000000002bcb1ba373e725801dd8fd0de282a28bb7c66a35c3b7095839 0.25 MB 447 159
217,080 217,080 00000000000004fb4b2c51d51252047a8cbff56e1955dbdc5ef0c77430da9cc5 0.11 MB 81 79
217,079 217,079 00000000000002b3a597b9add5f46edc3d5650af710c79c8252f630a39daa2a5 0.20 MB 426 153
217,078 217,078 00000000000004ada5bc3985ab97748fd3b22d7c04edb2add94dbd0f2d869e21 0.00 MB 11 30
217,077 217,077 000000000000016d1c3a972468a3ac59c1ab3eb1e9d7a920dd758a49be1c7e70 0.27 MB 485 142
217,076 217,076 00000000000000e76859a7652616e9757ed7e2fc123c8555419b54f5c38586f5 0.19 MB 314 141
217,075 217,075 00000000000004175173e14676bba85de74d72d20d3b0a434665599abb21f711 0.25 MB 691 215
217,074 217,074 00000000000002e2e8f5cb341e9a77bf19c21abedcec74417606effde89f1fae 0.25 MB 559 176
217,073 217,073 000000000000022a6262a0ae86f23ef4b34bb4721e229393130085ffb06ab147 0.41 MB 893 168
217,072 217,072 000000000000040aeb40ea5406131360604c0afd1eeb54b69bd9d510ebf018db 0.43 MB 772 53
217,071 217,071 00000000000002f3455750dad770d8ae1cac51da7459589d9bfa69bbba7d7d2a 0.22 MB 764 202
217,070 217,070 00000000000004901c041a7427471949e07871c9c4329f7b8b41d8a1e736802f 0.25 MB 637 187
217,069 217,069 00000000000000e42fab5b3e7ae462b6e3419a4cdc0410927e8c8befc0c0b4c0 0.07 MB 170 160
217,068 217,068 00000000000004051576313f7ae197b12a012fb95ff1ea5a5de23b3a7150061f 0.12 MB 263 181
217,067 217,067 00000000000000b145dc977defe947829269680b6a31bf55adc1970ca5c32225 0.05 MB 130 210
217,066 217,066 00000000000003490094202602da1e34eba65d2e3b8f0f246316020337873a22 0.04 MB 78 156
Previous 10 blocks ↓
Total Size: 776.75 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,462.03 GB sent, 132.30 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.