Loading Tool

Explorer IconExplorer

Memory Pool

79,567 transactions
29.69 vMB
0.06858495 BTC
Random Selection Loading Transactions
Max Size: 178.76/200 MB

Candidate Block

Mining Attempt ab2121c4516b119e3fcc3be31501636949b207d24c50aa824bb04ade4ad84e7e
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 1eb9e97d73ab9391ab16cfaef42e855c416be14467eb22fdc631f47dea2a1a63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,285
Size: 1.00 vMB
Total Fees: 0.00807911 BTC
Feerates: 100.19 > 0.81 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (491,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,287 423,287 0000000000000000007f97c0f65cd68616a816956ae7a1e546dac106bd51794d 1 0.00/1.00 vMB 0
423,286 423,286 00000000000000000113d59b8616ae9b56ec1202341a1ac529544c0b46ab3232 2,345 1.00/1.00 vMB 68
423,285 423,285 000000000000000000946061ad81d5a2affc7492fca1f2213a1bbf36735efd84 2,470 1.00/1.00 vMB 87
423,284 423,284 000000000000000004dfdb5873ca4230e3a4b5d01a0bfc4dcff4cf1f85327beb 2,281 1.00/1.00 vMB 58
423,283 423,283 000000000000000002b32d1b7c9d446134d675fdce7a6bfc63d0f9c600a03fc6 2,660 1.00/1.00 vMB 107
423,282 423,282 00000000000000000066dfce0ddfa6770096fa707f1fa0e44d20150ec3a86566 1,539 0.99/1.00 vMB 46
423,281 423,281 00000000000000000470c3499bd9c1d304e81d5d781bdb6c7869d8eb9f67236c 2,451 1.00/1.00 vMB 70
423,280 423,280 00000000000000000263e850b0b0a471ca62828883d21ea57b2fc340abee0d0d 2,280 1.00/1.00 vMB 58
423,279 423,279 0000000000000000008b5d5d100d0c6004b4a28a747f5939ac4a068ed46d3fa6 2,009 1.00/1.00 vMB 58
423,278 423,278 00000000000000000244fd1b0954450ac39fb5c3b1c3155bc1cb9e6b2e5fee36 2,108 1.00/1.00 vMB 63
423,277 423,277 00000000000000000373249b9a3f10f34ee300b51277e9866d1947bd9f00a1c3 431 0.21/1.00 vMB 62
423,276 423,276 000000000000000004929179def70160b655ed01ecf1caed5adc566ec6b33c79 369 0.78/1.00 vMB 20
423,275 423,275 0000000000000000006b078a3cbd9d1b93459f150ca89a3309cec9de076141c6 1 0.00/1.00 vMB 0
423,274 423,274 0000000000000000026657e5bac6c8703313c9402f4db3df3e71d96e6ea364c8 2,134 0.98/1.00 vMB 62
423,273 423,273 0000000000000000027e0264ce813be68d1e7733bfd3f0fdcdc0fbf6195fe4e8 1,411 1.00/1.00 vMB 31
423,272 423,272 000000000000000001d81b1753fc71196b0e954ee45f51a2f300a271668efedc 1 0.00/1.00 vMB 0
423,271 423,271 000000000000000004e9ee8e6c609fd0c6001bb09139ccea842b4b91f5c2b4df 1,694 1.00/1.00 vMB 92
423,270 423,270 000000000000000000a4f1d2014cd3ea2ca1b3dd8f29cf0014437766b8631ce0 1,655 1.00/1.00 vMB 109
423,269 423,269 0000000000000000040e427914f861cf6fa2597878c3344ff67cd04a95cfba98 1,643 1.00/1.00 vMB 39
423,268 423,268 00000000000000000174b24a00c038cc221830b0523200f0409d2a7a60f67cbc 16 0.00/1.00 vMB 112
423,267 423,267 000000000000000001d1571f7d492eac14424b3979c4bc7faab817561a688c46 518 0.21/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.37 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: 663.68 GB
    • Received: 14.93 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.