Loading Tool

Explorer IconExplorer

Memory Pool

26,589 transactions
6.61 vMB
0.08775330 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.38/200 MB

Candidate Block

Mining Attempt 08c50575c9d1522365ab7251bea32c20bef9ab92f6f6a7f9ca4546d898e7f54b
Version 20000000
Previous Block 0000000000000000000127de1c64e8de7d91807ecd12e8ffce55889336217812
Merkle Root b39f33e36a0b1a928fc6f03d950283e217bfd0d50821d97f3343750dc60b4653
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,381
Size: 1.00 vMB
Total Fees: 0.06846108 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,195 (776,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
137,173 137,173 000000000000027701a97f8a67d88ce73f7e17b38050cff5d53afcb888d1f0fa 0.01 MB 38 112
137,172 137,172 000000000000030e871ab1cafe60a34ab3f8595b3dd3bd02d37fd92cd63a7211 0.05 MB 133 313
137,171 137,171 000000000000090c14ce9ffc75d9de3f309bfb3520b19ed1e2a9af0dcfaf7b37 0.04 MB 103 950
137,170 137,170 00000000000009022aab1c53ac88a1c0df84bd45df22467174d6a315f534685f 0.00 MB 1 0
137,169 137,169 00000000000005234025f2a51128d399bcc368428de6106a1322fa5356c7fe11 0.02 MB 29 513
137,168 137,168 000000000000095e6994fa0eba0b74a1cbd33a9039d296e70f92d2ad9878a134 0.03 MB 59 213
137,167 137,167 0000000000000245f45d248065f9c05871e7f3d1339829127c6ed3faee8699e1 0.01 MB 8 31
137,166 137,166 000000000000041d8142725fdc6ac2f3a9fe0a1a0f1544b6c234e73300edb83b 0.01 MB 16 444
137,165 137,165 00000000000007d5b5181ed19dd7ce1355e09108360da0fdec1fa46e1d24dd62 0.01 MB 22 71
137,164 137,164 00000000000002e30cecdca85105ead80feed537ef965735c1f4a6ee868f7ab3 0.02 MB 67 107
137,163 137,163 000000000000054072afaa5b4f988b80d1ef42ded5ff0cb5e0db50821b498db7 0.01 MB 25 334
137,162 137,162 00000000000005a638606b9e4f130ffc6b980c223a22f5f167e1a3bf558693d6 0.01 MB 30 226
137,161 137,161 0000000000000060e84320483a682fcc5c92a82b964570bdbd54ee307a5ca13d 0.00 MB 13 686
137,160 137,160 00000000000004c9b17fbbeecb3a1269238b14cf35294d88f5da1005e624e3b6 0.01 MB 18 196
137,159 137,159 00000000000008334b99117d6122ae4e4cf71bcfcf51cc1654a164e1cd21028f 0.01 MB 34 171
137,158 137,158 0000000000000249658fc28a9733394bf87720d3766f4a2aed65ab4ec5dca3f2 0.02 MB 61 449
137,157 137,157 000000000000085d3ef14ae41b484d312226afa8068256e3b0075a7bb2038ed3 0.02 MB 37 121
137,156 137,156 000000000000042aef565a80abd6cafd686eb60e06977028a35185e7902a0258 0.04 MB 100 241
137,155 137,155 00000000000001a93199c06f2268e33dc64a1f22b683af6820fc5a5cfb25d860 0.01 MB 25 13
137,154 137,154 0000000000000094b62faab604f25e62ccf67abbb4c504f564862fb170d29023 0.06 MB 119 281
137,153 137,153 00000000000009e203e255c4140a95a0500325b40c17dac0982837d4cbfef5ed 0.04 MB 75 190
Previous 10 blocks ↓
Total Size: 779.19 GB

Node Details:

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