Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

486 transactions (0.13 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,388 000000000000000000022b910000000000000000000000000000000000000000 0.13 vMB 486 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,387 (691,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,277 220,277 00000000000004f235c1e70f6027f74ef714a0f4df7da5f6ca73ebda8c7a173c 0.45 MB 1,506 172
220,276 220,276 0000000000000427198b73b850bc6084309510b5a0c65fcd7ede040dc1b69638 0.05 MB 139 6
220,275 220,275 000000000000015d25cdf8e2fda33a5036c1dff5653dd68a8cd82c0b9ff431cf 0.42 MB 997 178
220,274 220,274 00000000000004033b57a5c8d316cdded0fd3278281097262211ecd58fe033f8 0.04 MB 92 149
220,273 220,273 00000000000001f55a48f83eed0f39063e83abe163be785a4831e111f601c0de 0.11 MB 213 142
220,272 220,272 00000000000004edc6305289a50707fa219a16e57649576b1c42920ac02f70a7 0.02 MB 62 35
220,271 220,271 0000000000000331d179d44acccd78deccbfdc66250f0beafb1fdb98c8ebcb9d 0.05 MB 110 57
220,270 220,270 0000000000000152eac409da0cb2c00e126d11129c046e046301473d57127667 0.20 MB 276 115
220,269 220,269 00000000000004347bc3a1d6c6e7850919c29d92da6319e49106985feb2ea062 0.07 MB 171 108
220,268 220,268 00000000000003605ac3f849f8a33427784d6863760fff742223a77e22743734 0.05 MB 134 139
220,267 220,267 00000000000001dcf26ebd89edbf24c491a88d5519c15660033d6d134db70592 0.14 MB 309 227
220,266 220,266 00000000000004997fe1c0a8382b89af70ebcae8f860b084b5230eef97054dae 0.18 MB 491 240
220,265 220,265 00000000000004be3b9fa877230d092d684115e0adc2f2b591f4275fa487a59c 0.16 MB 378 159
220,264 220,264 0000000000000068337cd2536f00530bd4060fc0ca55d3c0afdcfeb26e1b8e05 0.05 MB 153 151
220,263 220,263 00000000000004c55550192a9b5c5ada541613f357d4cd1a910d9ca52d16e025 0.12 MB 303 1,079
220,262 220,262 0000000000000472ccd4d97bcdc6d50934ab8b7bce631881f7c483ddb28a435f 0.20 MB 288 150
220,261 220,261 00000000000003ae1499a86aa9a63606d589f54e8f0795274ead3968ab950972 0.08 MB 113 92
220,260 220,260 00000000000002f53fe605d9b4baf7b1cc5c5d1a9a5fe9c36857e5d3a6739433 0.04 MB 96 62
220,259 220,259 00000000000003102f57a90638b6a85668e9c3791a49204c298b26aea7f66c2e 0.05 MB 135 126
220,258 220,258 00000000000004a326baaf17a0739b8ce4d6db78f3dc2c4c1c00d2d8ba821e24 0.22 MB 517 200
220,257 220,257 00000000000003baa8df620650c98e7a0717ba18c4838bc2ec9b425912f7dbcd 0.10 MB 190 143
Previous 10 blocks ↓
Total Size: 775.96 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.03 GB sent, 128.59 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.