Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

689 transactions (0.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,393 000000000000000000022b910000000000000000000000000000000000000000 0.18 vMB 681 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,392 (730,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
180,481 180,481 000000000000070deede52dabc350f4c09229d8f1dbe1f6a638df4246a5cea74 0.09 MB 202 122
180,480 180,480 0000000000000519cebad29361ca4fc7ed09da654cc35027acaa2b2cfdeb9269 0.11 MB 192 164
180,479 180,479 0000000000000113214bd7d84c10226a6d44784b0b59e5116918cf4f7162cd8e 0.05 MB 127 12
180,478 180,478 000000000000023f26f32c4608d259c678a1b5799fbcc5e9b3fb4b53e34da694 0.12 MB 232 137
180,477 180,477 00000000000005742adf4fda01c4aff687158161dc98042c6acdb60ca78ff926 0.02 MB 53 132
180,476 180,476 0000000000000578b4c1edeaa4e879617800efea779c961813dd72b849891f19 0.04 MB 84 115
180,475 180,475 000000000000065592a20238bb56b7304078cc803ecb7c9e98a3e9cc4a6d85e9 0.06 MB 108 98
180,474 180,474 00000000000001bb648d9de7041fb3efb0e2a18c75a1e6d8e7767c9975ec389f 0.04 MB 96 121
180,473 180,473 000000000000096a60a0c344de6f538a83c87963e15610ba7652bbae67c47c07 0.05 MB 156 39
180,472 180,472 0000000000000807ca3ee16b45a18610a99cc244d83757c8d3d8a38517f8ed06 0.09 MB 191 130
180,471 180,471 000000000000041111e77a23e5ff5d91d53b6b2034c8a6ae9628ab0da9ba0c45 0.08 MB 184 119
180,470 180,470 00000000000000f41c66690f97a18d8e4f8e6e187f300d515211ab2bc902ab7d 0.08 MB 128 169
180,469 180,469 00000000000004196e98c5bdbd813b48dcf1bf9129a112f2a74ec43ee71983be 0.03 MB 82 167
180,468 180,468 0000000000000446cf04dddab140de8f8d2280ef885d97bc8180a14b83d0300d 0.09 MB 160 91
180,467 180,467 00000000000004fb7ea613edff4d38ce61f39c243e0579341b8aea1cd011e294 0.05 MB 122 84
180,466 180,466 000000000000090fe77579e1d4096d74ca60eda8d62bd6d9fb58ca7308bbca9f 0.09 MB 207 101
180,465 180,465 000000000000044112e37d31a2c429bd9e1c4434a431961e1eb72a95b3aae0ca 0.03 MB 67 173
180,464 180,464 00000000000007919a9849619016c9d7753e0a3d4e1ac3cbed380dfe4843df42 0.10 MB 229 154
180,463 180,463 0000000000000359cfbff1b16707407b3f3d538e01c6183a6d8d2999f119a579 0.07 MB 94 70
180,462 180,462 000000000000099e669c596ddc5e81dfc08b360a6498bc5106dd61eeae333713 0.14 MB 257 113
180,461 180,461 000000000000046ac815a55f52fdd80745b4e638851c77282d33f432ad93a37e 0.01 MB 17 172
Previous 10 blocks ↓
Total Size: 775.97 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,403.38 GB sent, 128.64 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.