Loading Tool

Explorer IconExplorer

Memory Pool

16,450 transactions
10.41 vMB
0.02831542 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.91/200 MB

Candidate Block

Mining Attempt 0c27b079e6b88213fb1a686fba7a7c6e0b99c338084a79929dbfa17e9f292ee2
Version 20000000
Previous Block 000000000000000000012bfc96a8979adc1a4645a73514d2a9b035f9bc4cf6ab
Merkle Root dd6280dd0d5651e80596b7f04bc4de2ed108a6abb56501970ff471226c682c08
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,831
Size: 1.00 vMB
Total Fees: 0.00457960 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,356 (885,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
28,158 28,158 0000000060a001febbc1e5df0223a1c0f3140bdfd06d45297c1dd2a3e4f0faff 1 0.00 vMB 0
28,157 28,157 00000000c97ff4c66e549cc550b38a11f091f8324af4c8482066acfac31dbaf8 1 0.00 vMB 0
28,156 28,156 00000000ed69d054a87b834af879606f7daedbb4631a2f41af852c9d3660d4fc 1 0.00 vMB 0
28,155 28,155 000000003342307f20af10b9721c2d04dc4d81835c230c1ee58255eaa4339e5e 1 0.00 vMB 0
28,154 28,154 0000000061a4457bc595c4da5dd9f9e55896a92f0fd588aec84296a8511d1785 1 0.00 vMB 0
28,153 28,153 000000004d494f07322ec8873011090c34d527324e01535df252926ad0aa5f3f 1 0.00 vMB 0
28,152 28,152 0000000042acbd65ef491c2c2f3e265cca87a12ad2ae796471beb12b2a028267 1 0.00 vMB 0
28,151 28,151 00000000804836d1b7448be1dac22d0b6c60977ada1e6e59fe760a5bcbc9defc 1 0.00 vMB 0
28,150 28,150 0000000074b92c414a09f7f7b9ef98c2e43458f23fb1b23b06f6b1b90320b454 1 0.00 vMB 0
28,149 28,149 00000000201668473a3af0e6f30a1390a1f8597f15bc52c7f749c9085cc53a7a 1 0.00 vMB 0
28,148 28,148 00000000d63d96d95adfc84e8ead13be8001f1f3cc3416d235e524b2173651f4 1 0.00 vMB 0
28,147 28,147 00000000d07a8584c19f5ad082e54481de30179e9409e80b2a43347399aefb4e 1 0.00 vMB 0
28,146 28,146 00000000161fbd54bb00d3b6174b5529969850143f2fa9e386b9b6ae3ecf0651 1 0.00 vMB 0
28,145 28,145 0000000012f55d5c66418123b25322b83cf0fdbf1ce781a6757033221d4a06c9 1 0.00 vMB 0
28,144 28,144 000000001d4e4199b82c07103bb21871bdd67f29d92e5ad97933d0c05a90ce5d 1 0.00 vMB 0
28,143 28,143 000000000fc402887dbaa840813a8a16528b77973c167e83108fc1853d4305d9 1 0.00 vMB 0
28,142 28,142 00000000a6a03e582fee5d599ee259c888dde44cfe67ff2b881c18782e3bf468 1 0.00 vMB 0
28,141 28,141 00000000a1aedf65c10974dc3dd456c77651f029f5fe9249ed442150ade40c73 1 0.00 vMB 0
28,140 28,140 0000000034e5465aed66ff0fae6818a2d4c2d9069d700d69b35dda6218a4de70 1 0.00 vMB 0
28,139 28,139 00000000e61c83b4bb56fd363aa1ab125e83fca21157a2e5a89700ccdbac51b7 1 0.00 vMB 0
28,138 28,138 0000000029107d814785b927c7d33e16ca86098a006177d73f4f91d210c07324 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.48 GB

Node Details:

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