Loading Tool

Explorer IconExplorer

Memory Pool

26,981 transactions
6.51 vMB
0.06667191 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.34/200 MB

Candidate Block

Mining Attempt a67983675cc7833e9fc7ace3d4ef63e7e20f0dd8bbdafaffc797c2c565f37c95
Version 20000000
Previous Block 0000000000000000000122093735b2f0c7f736a0caf36530187991a0a75008ef
Merkle Root 61269325dcec784cfe021e5537966a92eb1c4a8a4079c564219dc63b21c3dd65
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,976
Size: 1.00 vMB
Total Fees: 0.04946761 BTC
Avg Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,004 (652,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,774 260,774 0000000000000009d79ebf8436e7b67acf68953ee5c14867a9ce8f796c239836 0.15 MB 358 110
260,773 260,773 0000000000000000d144a40fa4b0662781b8f46932e1b5e1455cfb9d82d8e515 0.04 MB 90 42
260,772 260,772 000000000000000d17d570c6fcc0224708cd2e0790069cae002fb30fde5e597e 0.22 MB 411 105
260,771 260,771 000000000000001b014d8ff402c1c5f2867e1aa1bd52f14dd5a3b37b34fffa76 0.26 MB 716 120
260,770 260,770 00000000000000104a62299bdf72f435f99cc48cf35a689ba7fde7786db4b85c 0.02 MB 58 76
260,769 260,769 000000000000000a4f27f552c865a9eec67fbc05b681e7c0f070c20252a93efb 0.15 MB 321 98
260,768 260,768 0000000000000013b00ffd4e37ae2e024331fa72965d99d0d7a560573fe87b2a 0.14 MB 346 93
260,767 260,767 00000000000000173ec044c6b236247937a3f11e64c6c0fed08fd802158ef248 0.09 MB 231 119
260,766 260,766 0000000000000004f15abf361bdce3d1dd29c539cc66c853600c49fa72c11ce2 0.05 MB 114 128
260,765 260,765 00000000000000082a032c857d78d81f9604cfd8216e40984aa31639d510d390 0.12 MB 180 19
260,764 260,764 000000000000000996b5d33f2032d89742ca18eabcfb7f06fddbf5eb0ed5c011 0.13 MB 322 92
260,763 260,763 000000000000001bd8c2309b571962336fc986d66d624017c014f576a130f5c6 0.16 MB 378 141
260,762 260,762 0000000000000004e38a01565d2ee0dc37fccf6239e532fd0c64703eba60af62 0.16 MB 383 96
260,761 260,761 000000000000001ae910553b24fe538ce3cb8655bada6e222026a3e45b7896f8 0.23 MB 430 79
260,760 260,760 0000000000000008829374eb74fd3214f3e782da9610163359fa0f07bc8be333 0.19 MB 443 110
260,759 260,759 0000000000000019fb321a4a81a051e5fcd1efd7b7f664207bb5a2edda2e0a32 0.09 MB 176 74
260,758 260,758 0000000000000000b4c5b5aa1b03351b3e98d0b76ffb2df6c47589aca2434de8 0.17 MB 331 75
260,757 260,757 000000000000001832a96e14aff5f15bff0bb000b82bcfdd49900c4719a451cf 0.25 MB 684 135
260,756 260,756 00000000000000023749d54f1460f2b854daa336bb127e67f46e915ddb9b5149 0.28 MB 439 73
260,755 260,755 000000000000000c9670b467cfa47b13ef6fb01cb68b83340523e1d19daaa75c 0.09 MB 238 111
260,754 260,754 000000000000000edb964727c108302290911e8b902248ece24314be93ff3902 0.44 MB 786 72
Previous 10 blocks ↓
Total Size: 778.85 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: 385.17 GB
    • Received: 3.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.