Loading Tool

Explorer IconExplorer

Memory Pool

24,192 transactions
10.51 vMB
0.03144223 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.18/200 MB

Candidate Block

Mining Attempt 63788960d1cafaf7164f1b6147a206cfacc5731e20c9ce73a2905ac2fb171975
Version 20000000
Previous Block 0000000000000000000160b95a36b779d2efb2ad38447e49137eb7bcf5f17dfd
Merkle Root 22de37f5daaedf17e40cf00cdba99dce3f1f8bef8fd5351f61df5cb9eb2e63ce
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,177
Size: 1.00 vMB
Total Fees: 0.01417088 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,536 (691,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
222,362 222,362 00000000000002dcafffc9b9d81199d0b3a407550cc24e4286b97350582a270b 238 0.10 vMB 90
222,361 222,361 00000000000001cce35fd81027897a2ec52fd005a9c4f5677b292561416ffa20 459 0.25 vMB 158
222,360 222,360 00000000000003fde7bb20df3f57099bbeb825a7579c9d71e08a347f88e23bb3 65 0.06 vMB 80
222,359 222,359 00000000000002c5aaa82edf7d14106cde62bad042ac4eab2b5af6b6bf6f7235 485 0.21 vMB 179
222,358 222,358 000000000000037705d40be2e322f2d99d81a57972ee4edb9d45dd315728276d 212 0.09 vMB 164
222,357 222,357 00000000000000a6868247c608af7f7170c7f2bcdb3cd3200cc2f2f1e6096d89 131 0.07 vMB 135
222,356 222,356 00000000000002a4e1d0ff244b6702fe93e009f7fb4f71b635af2b814b77ca8e 479 0.20 vMB 201
222,355 222,355 00000000000001deb854013f5ab5c9ca01222a31b9807d90410f9c3d71f443d8 470 0.25 vMB 161
222,354 222,354 00000000000003a2982b1c8341528ab8f38a76d0a39ed0402692295b43ae0559 563 0.25 vMB 174
222,353 222,353 00000000000001e9776a9ad312a7632b96009efee167d941f6f4fbb3e45e0b89 486 0.25 vMB 158
222,352 222,352 000000000000006e4d5073b29b250e554ea67128ecfbad9ba7d28c7afc6adda9 123 0.06 vMB 66
222,351 222,351 000000000000043cb7d98c25afe0225cf1b1e4faeacca659831805dd2ced4422 715 0.25 vMB 216
222,350 222,350 000000000000043e255819bc8f7bf9bcfb48afbaa6aaf124faec31ccd0bd4f24 135 0.05 vMB 221
222,349 222,349 0000000000000284c72f07538f10a1545653f77ef8a0852d9c2f2979e35c842a 63 0.04 vMB 129
222,348 222,348 000000000000031f4946f0503495d7d775df65c709c9063565e46e89a9b9f89e 411 0.16 vMB 199
222,347 222,347 00000000000001370d395e6b66feffdc3366839dd40b5336158407f39eb657ba 295 0.13 vMB 176
222,346 222,346 000000000000048067d6259a84b989c09a45052bdcf5197ffc1d7c51ea4a76e3 49 0.03 vMB 55
222,345 222,345 0000000000000268208cc1fd8ae7fb746e33bd675c1ba647050609f037cbb586 360 0.13 vMB 215
222,344 222,344 00000000000002a49ab5b5e0cb3576a9fbf0f8ad1857c446cf6886c43b87dee6 21 0.01 vMB 119
222,343 222,343 0000000000000474590591d3a396566892ea376cd49d684e934b8b9390ed2971 66 0.05 vMB 16
222,342 222,342 0000000000000380769ba6b9b13dba2b9de102d98aa9caeb901d3580e95fd700 296 0.12 vMB 198
Previous 10 blocks ↓
Total Size: 779.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 405.58 GB
    • Received: 2.12 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.