Loading Tool

Explorer IconExplorer

Memory Pool

24,341 transactions
5.69 vMB
0.02857364 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.18/200 MB

Candidate Block

Mining Attempt e547f84537f90cf82e1cac876c66a5d4d5fb213d960d1e01b32c5b9aff32e9d8
Version 20000000
Previous Block 000000000000000000016cbb047fea21369dcc5471d305238a88ca18763fcb9a
Merkle Root c96b7970032a5dfb61eab6e49e9e0a9e19b3996548384b756dc1115cfc747938
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,804
Size: 0.65 vMB
Total Fees: 0.01540948 BTC
Avg Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,112 (687,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
225,375 225,375 00000000000000c825b0220af55b15227b949e0ead0a121e5917fa3f60d88090 0.27 MB 609 199
225,374 225,374 00000000000003b29e5a2ce86dea6614409a3fd608d7e282461fad5e387f37ee 0.01 MB 22 94
225,373 225,373 000000000000034ac98233d2cdf7b7cfc85e87b654c452e5ef68bd4d11ce31b9 0.18 MB 447 213
225,372 225,372 000000000000039a7e99d3ed53ec16743d9dc6caa759ce9ac55505af6faee0a4 0.14 MB 305 170
225,371 225,371 00000000000001f21a2cdf6e03a9b439c4afdc9c92213ac3a0871eecfce0879d 0.01 MB 32 347
225,370 225,370 00000000000001c6db4ec7f96a61bf216a918c99c9012f747d28e956e0348cb4 0.38 MB 232 15
225,369 225,369 000000000000028dc3f6cecc7f0f5faec5bbab616d87121a4f503eb27be86cb4 0.14 MB 303 147
225,368 225,368 0000000000000035ab5608812b59bf3d921d490dd6808948fdae0c4e3a43e92d 0.29 MB 646 246
225,367 225,367 00000000000002a95363275453178452fead1a1b3cbd596178b1e47294ac5c3c 0.00 MB 12 199
225,366 225,366 0000000000000368d53522a3f23face06565b07a8aa6f3e1cc43ee75ea586643 0.24 MB 349 117
225,365 225,365 00000000000001fcc8bb41867d4c733d24c73196805c19dd7129bcdb01254062 0.00 MB 1 0
225,364 225,364 00000000000001dabbb3210bf4574f91ca7679c1f2915a0c474d33dfec66f02e 0.07 MB 181 240
225,363 225,363 000000000000017da092cc349ed794d82c9d18479d3c54252827087471f9b50f 0.14 MB 430 266
225,362 225,362 0000000000000322f06155accf7ee2ba670f3a8171f58ad67aa3df95d97af814 0.03 MB 52 128
225,361 225,361 0000000000000075d3f3f7fdefdba9a29338801ce3d0fac6fea2cd375e7726ce 0.01 MB 40 3
225,360 225,360 0000000000000105effbd88c056702568b7c16dc8cf1b0e8e4ebed9fd26fd89e 0.15 MB 90 27
225,359 225,359 000000000000038be8d2ba88b4481d47cb3a5e520a60fab3b7ff533ffd50b925 0.20 MB 326 192
225,358 225,358 00000000000002fd3c8d0962a9e24b564606f2407b1b53d95b58e8e2f210c351 0.17 MB 362 209
225,357 225,357 000000000000009e610381ef40d4cb6683f3cdecf70cccaea4134bd7f23f52fa 0.22 MB 507 224
225,356 225,356 00000000000002ce60cf513715cbb93fe9545ed3240b3d5de470b6c76d234223 0.15 MB 307 160
225,355 225,355 00000000000001839852dc7037e78c2a142a2cf51dac0f92747fb70273160e50 0.41 MB 756 149
Previous 10 blocks ↓
Total Size: 779.05 GB

Node Details:

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