Loading Tool

Explorer IconExplorer

Memory Pool

1,304 transactions (0.33 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 2.16/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,297 000000000000000000022b910000000000000000000000000000000000000000 1,278 0.00979097 BTC 0.33 vMB 2.02
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,296 (673,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,259 239,259 000000000000006305a075a6c0bcc09128108ef652c2d79ae485ced550c1f265 0.08 MB 160 131
239,258 239,258 000000000000001b61d890cdf70c2200cbad594f609ab01e85f635706ab6517e 0.20 MB 486 184
239,257 239,257 0000000000000149efb8e2fb73a038c66c4f97c02e3cd8fd9cd38f68e8a188e2 0.17 MB 169 92
239,256 239,256 00000000000000d6e28a697ed01d02ba2ce86855f0426d6ed4e2d05711a99660 0.25 MB 665 236
239,255 239,255 000000000000014d27bd020130516549885becd4cb7e9e6bbf99633575f1a407 0.03 MB 43 37
239,254 239,254 0000000000000090ff83321f6d2c3a860af148898218f8d1ec7d6bc02feb5adb 0.21 MB 318 116
239,253 239,253 0000000000000061e58d9df20fa0150e7aae8fa55e1562ecc6f5a6d83c2714dc 0.25 MB 564 196
239,252 239,252 000000000000007407b20b34afdafc158a6ee9f30122380fa841d5de5ead150f 0.15 MB 319 155
239,251 239,251 000000000000000bbbb4523cd37aa06deeffad9ca84bd553516a16151faf3287 0.02 MB 64 267
239,250 239,250 00000000000000fe6a14abe008d06b3291ddd2f92fd12cefbfd5bda8b2540d0e 0.04 MB 91 104
239,249 239,249 00000000000000241914749ee4e5fed127aa164e0831716dcafdcab3c51eabc1 0.24 MB 449 149
239,248 239,248 0000000000000132f59830aac5e9c15058f60648c3c282bc58930654479ac95e 0.10 MB 243 146
239,247 239,247 000000000000013637e1b55d2889419306f9e07b79552b807851b461bfa3bcdf 0.11 MB 141 115
239,246 239,246 000000000000008dbf923fd67de422fd96146f5045a318283e0a94887aa0bc76 0.04 MB 18 12
239,245 239,245 0000000000000118354d61a9197552b2f45be3d876df1e656003ceb10817c05e 0.09 MB 90 47
239,244 239,244 00000000000000f443cab7800257b338fd83d61b417e4977f08aff81f7f17b6f 0.25 MB 608 191
239,243 239,243 00000000000000ab4ae7b0910d4b7c5ef7df193588b08887a23cbebab2542d15 0.24 MB 563 168
239,242 239,242 000000000000012a873661c59cd6301ace5a9108786284693eb0e35038713f4d 0.06 MB 150 137
239,241 239,241 0000000000000010d2aee16e127923ed3ca86f1af7c2357fbd8d8d39d25551fc 0.07 MB 144 125
239,240 239,240 000000000000004fa323c7ee57b4b22272c7ea757a6a5bdb53dbda73572f559d 0.20 MB 408 155
239,239 239,239 0000000000000138baab2f35bf2d6a1b75e772597481919a149448d9f1a8a522 0.18 MB 337 147
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.33 GB
    • Received: 136.46 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.