Loading Tool

Explorer IconExplorer

Memory Pool

40,785 transactions
27.25 vMB
0.07670498 BTC
Random Selection Loading Transactions
Max Size: 140.60/200 MB

Candidate Block

Mining Attempt 26ebe4f00277605cc4c2b14bead35b3db53da24f00ee17df75cf2c584c999566
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root cc9783f885abc519410d648aa4d3f6973532673493d88aa198cc075f5b1a6b53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,022
Size: 1.00 vMB
Total Fees: 0.02471739 BTC
Feerates: 107.72 > 2.48 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (912,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,286 2,286 000000001e77447f842ce3058379840fcff6a670567eda1a8f88186ef018b753 1 0.00/1.00 vMB 0
2,285 2,285 000000002d9af58ffb34e9f64fd800380506a575c53476fe65b806acee7d5e9c 1 0.00/1.00 vMB 0
2,284 2,284 000000007f4d5878b1965c46df374dc15b6f002a1f84a3d1aeaddf119b39fef6 1 0.00/1.00 vMB 0
2,283 2,283 000000007569ac9cf8db89a6903ed71218bcf25786370acefef1866e15e96216 1 0.00/1.00 vMB 0
2,282 2,282 000000005743d5f574e5a96826445be944e59687cba22ede9783155a1074da9b 1 0.00/1.00 vMB 0
2,281 2,281 000000006f9554b1b00ac6a3a52d9223f6083373f4aaff95effdbae09f359be6 1 0.00/1.00 vMB 0
2,280 2,280 00000000d9da3e4b800f2eeb7b5cde52d3a646b114f1a4995465109be76d9814 1 0.00/1.00 vMB 0
2,279 2,279 00000000eabc936d3ef7cc45f3fda94884046ae8c20095cfa1d64ec8f43f9088 1 0.00/1.00 vMB 0
2,278 2,278 00000000b3dd2017a779d84a62d2f63aeee8fdc9c8c02ceb236988a621b00502 1 0.00/1.00 vMB 0
2,277 2,277 000000001052ca40f382b01b9640bf8150e64746ee3346f33679dd8431bb7df0 2 0.00/1.00 vMB 0
2,276 2,276 0000000017ce60547cbc7106176fc3db42709d2cc2e669863a4409a4d67a58f7 1 0.00/1.00 vMB 0
2,275 2,275 0000000031d86ce67a67bd9ff6d37008cc765b24420eb3b3f1c79af904e4e154 1 0.00/1.00 vMB 0
2,274 2,274 0000000063355349fe8807f7f006b1bbfe4f317ceea33d383c8b18a5ac5fb132 1 0.00/1.00 vMB 0
2,273 2,273 00000000d03abcf627e67ad05fe2893f010e95f668e99fbb55476e4dae07210b 1 0.00/1.00 vMB 0
2,272 2,272 00000000bbbf0ae8a56c09877cbc96ff7d3398664a475f10f08d183d7489851e 1 0.00/1.00 vMB 0
2,271 2,271 00000000fca03856f435bc8ce54184c907c53f3daf04c42aae9b57f358c9aac3 1 0.00/1.00 vMB 0
2,270 2,270 000000008d238d65182ba3dfe70263ed60d58271a3418ee4bf4edd9769e2e9f6 1 0.00/1.00 vMB 0
2,269 2,269 00000000d3417c47b11a373e29e81f67c648f3018e9419f5388e5d8152ae778e 1 0.00/1.00 vMB 0
2,268 2,268 000000006c7010bbbcf0a3799dc409ba75543e9beb4345e9532cab613d6f7d5e 1 0.00/1.00 vMB 0
2,267 2,267 000000007c150a245e1c17f799f07529a601d2fc2d272e86184f82ee6188d13e 1 0.00/1.00 vMB 0
2,266 2,266 00000000f38fc7d1caf8aecc55ea5180b003355e08efcdc565fc30dc9300f3bb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.79 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: 633.64 GB
    • Received: 12.21 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.