Loading Tool

Explorer IconExplorer

Memory Pool

83,113 transactions
30.88 vMB
0.08079126 BTC
Random Selection Loading Transactions
Max Size: 189.42/200 MB

Candidate Block

Mining Attempt 1aab28a7fc19a8cf00e22bf462efdd147a52c5b67945037b530d11424ee9a449
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root 23ba2fb4cd712aaf9ef5d4600d071214c482da6a1a4de054f5255511fe6b1960
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,927
Size: 1.00 vMB
Total Fees: 0.01126470 BTC
Feerates: 146.36 > 1.13 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (117,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,287 798,287 0000000000000000000087db163435c1d00b572770e6cfbac3e2c043018a9f0a 3,212 1.00/1.00 vMB 17
798,286 798,286 00000000000000000003ea6aecc75a28928d5dca359d120b94e6ee0b7209cc72 2,935 1.00/1.00 vMB 19
798,285 798,285 00000000000000000003c9aa3c3dbb2a88898028ca232c9185c5b2740042cbfe 1,827 1.00/1.00 vMB 17
798,284 798,284 0000000000000000000123562c7190b0edb48b1324c5063eb0bc510ed53124fb 3,626 1.00/1.00 vMB 25
798,283 798,283 00000000000000000001b274e66d20cba3950a0070b86cf6273740dcc1d67b8a 1,847 1.00/1.00 vMB 13
798,282 798,282 000000000000000000046b698090dd43fe4e6fbd55a5384ed8413be37c0fc1af 3,512 1.00/1.00 vMB 13
798,281 798,281 00000000000000000000954884900463fe62f0f29fff8e2d17b2edf83cedc819 1,837 1.00/1.00 vMB 17
798,280 798,280 0000000000000000000235c1f9f50afe5981b5d1e7c9a27fc4135b187e7295d7 3,462 1.00/1.00 vMB 24
798,279 798,279 000000000000000000017d835135ef798de22bedb4e535656dea971b7cf2a143 3,555 1.00/1.00 vMB 25
798,278 798,278 00000000000000000002c833499b6684b3f011d0eb3886f3df86e1b1deef7044 1,659 1.00/1.00 vMB 15
798,277 798,277 000000000000000000057ab3d599a26bf60a9d0f7687d40a41e2208d4c5abc38 2,131 1.00/1.00 vMB 17
798,276 798,276 00000000000000000002886d8dfbe753f6f1d4793de1928c22a2893cea20c750 2,906 1.00/1.00 vMB 17
798,275 798,275 00000000000000000001a62d93b10ee1dbdabd3bb7f026874c6254864e98259f 2,449 1.00/1.00 vMB 21
798,274 798,274 000000000000000000053f4dcbd94ffc76ae1eb33b4c2f0bb4d72eea320c7696 3,702 1.00/1.00 vMB 17
798,273 798,273 0000000000000000000026e13a48880cdc8586836dbb07f2485cd1e00faa6b9e 3,266 1.00/1.00 vMB 36
798,272 798,272 000000000000000000003019aeddb0b26f5b636bff8ed2006a4e8f87d932a9da 1,121 1.00/1.00 vMB 7
798,271 798,271 00000000000000000001d071bf7d914e6ff87f4f8d1e46b43cdd0287c71c5c38 2,482 1.00/1.00 vMB 12
798,270 798,270 00000000000000000003ed144f06fe48259802890f89594579a176edae63a60f 2,337 1.00/1.00 vMB 20
798,269 798,269 0000000000000000000064f6add1144d135b5a004d6f76be005efcc9463086d8 3,138 1.00/1.00 vMB 11
798,268 798,268 0000000000000000000010bc315d61c76765c544addd5239bb2dac34f6b533c2 2,037 1.00/1.00 vMB 9
798,267 798,267 00000000000000000002771938de8630f71416e1c451d1b2f3bcee849d718dc2 2,852 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.99 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: 717.22 GB
    • Received: 17.84 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.