Loading Tool

Explorer IconExplorer

Memory Pool

39,977 transactions
18.43 vMB
0.15459211 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.71/200 MB

Candidate Block

Mining Attempt 55997cd064fb6a0d63ccca3966347ffa5e2cdeaea7f3ef61ecb760768216d832
Version 20000000
Previous Block 00000000000000000001f9031a1149e0ca831bb425bf636c4a0456659e3abb3e
Merkle Root b58d37dd4871a6b6d36b7c3a0da64d8abd321199f8a3b0cf3472e7361aa99ca6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,903
Size: 1.00 vMB
Total Fees: 0.03332942 BTC
Median Feerate: 3.15 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,324 (885,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
28,303 28,303 0000000049ba2f4cac935fec2e8159682a42b4858e16c925cdcfabe1ad993847 1 0.00 vMB 0
28,302 28,302 000000007c8856efaeca6907277037845c0b582b42b5141acff367f41a558c1e 1 0.00 vMB 0
28,301 28,301 00000000676de26b51fc2bddbb752d640e618f7e2c7f09b37222ec297d504662 1 0.00 vMB 0
28,300 28,300 000000007a3bce783c7a32c7cc0de1cefc08618e25636c9ceb1d8acd0f9d1d18 1 0.00 vMB 0
28,299 28,299 0000000053a660bd56b4065133dbf247ed4961939e93948f2d561d351e9b4a40 1 0.00 vMB 0
28,298 28,298 000000001cdadbb315fb7d9f5750302e6a38bcdc25bceb7c030ccd1976c503c0 1 0.00 vMB 0
28,297 28,297 00000000f88690e17aa549ad7b9917e2fffdbb0b880ff1ca05c5212dbf5f6da0 1 0.00 vMB 0
28,296 28,296 00000000a63879832b1077fcfa60995db4e2342269124956f192fc0178446f4c 1 0.00 vMB 0
28,295 28,295 00000000a132257cd9aede50c2d116c3dfbc6d81e07ad5580e33ba2f251bb53a 1 0.00 vMB 0
28,294 28,294 00000000d1f7d5dc86e186264d0424a6cbded9463694d2f20554de7ed50056e8 1 0.00 vMB 0
28,293 28,293 00000000a3fafbe920890b376f0767bc91e9b2b60d65b2a12ea500db4ace1ed2 1 0.00 vMB 0
28,292 28,292 00000000d1915d0668677c0d156e2f8e5a784dd31cfd0b22de73817da23c4a48 1 0.00 vMB 0
28,291 28,291 000000004b47a24693c6281c69e0ba2a70634e60bc30c2c0e091e34cc2b127f0 1 0.00 vMB 0
28,290 28,290 00000000eb2f73a24eef7f8ccdeb16aaa183246082387dff391af71c4eee98e9 1 0.00 vMB 0
28,289 28,289 000000004e4a5d7a0cb4464692099b7fa7a511160b95f20ea09bbdef7b1d7891 1 0.00 vMB 0
28,288 28,288 000000001db589ebcaea937bcf2fd7b4abf234561e325840d22e8682c7fb29f4 1 0.00 vMB 0
28,287 28,287 0000000036405b58683cccebaaf83c94eb6f8b793ddfe55aff56ec8f6c0b8cd9 1 0.00 vMB 0
28,286 28,286 000000004fe8caf349e8dd3ca0b75345a0edbf4420b5bae5fc367100a0a7d939 1 0.00 vMB 0
28,285 28,285 00000000f9fc76492c39dcf5d649358b52758f8666d5d8b84997efb2e83ffe0a 1 0.00 vMB 0
28,284 28,284 00000000a3b7e3f04968936257841e93913869ff5f5ee6fdf17910002320bc39 1 0.00 vMB 0
28,283 28,283 0000000039d8db10589a36187d9423d680b17a359691135762a91ecba1b2be2b 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.43 GB

Node Details:

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