Loading Tool

Explorer IconExplorer

Memory Pool

37,724 transactions
17.99 vMB
0.13904017 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 94.75/200 MB

Candidate Block

Mining Attempt 676a820ed5f4cfcc8bcca759b24065b8573266ad0be4338644778610b90972bc
Version 20000000
Previous Block 00000000000000000001ab848c87dfb69fa6da8fc174f477469f30d59a2ed557
Merkle Root 4f96899feb90baaae23aed066565ddb3169963608f4310e197a68bc7c28f0203
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,147
Size: 1.00 vMB
Total Fees: 0.02835492 BTC
Median Feerate: 3.84 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,332 (649,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
263,650 263,650 0000000000000008c29ff14beb249a21a1738c80fbc0401202e9a76e81edc7d0 83 0.04 vMB 20
263,649 263,649 000000000000000a620406f7467a312ed78efdea26d58c1efce7ad838f2759e0 1,017 0.42 vMB 123
263,648 263,648 00000000000000099f2e6b32f4dc6f825e4695c94426738c555854b4f35b1a1e 43 0.02 vMB 98
263,647 263,647 00000000000000077d15575f21500a2adef57ead08907b2cc5fc7c4d6bca5b9f 62 0.10 vMB 31
263,646 263,646 0000000000000009571a73cdcf63eeb7123934874ee76e789fd44088257cbef0 81 0.04 vMB 204
263,645 263,645 000000000000001598bff70b241fdb6fc222d8c75a5bb49711d0b865f7aa91cd 131 0.05 vMB 108
263,644 263,644 00000000000000141a90e5bc208578d03498ec6ad59fc449e1fac339c5c22582 243 0.10 vMB 99
263,643 263,643 0000000000000003102dc6c6a157cac103db166f29f74bfbe2afa8b4c01c4c89 159 0.11 vMB 65
263,642 263,642 0000000000000003d7e7061b845c485f4672f43a536558132ddaa0f8abee991d 317 0.22 vMB 42
263,641 263,641 0000000000000002258a2c1afbcc1d7351202ad82d809089facd875a440ecd80 611 0.25 vMB 164
263,640 263,640 0000000000000014a14c3fe77cb59cf5b4253e485cec95f6be6d80414bfc15a8 256 0.08 vMB 199
263,639 263,639 000000000000000aca2e7e59add72738f24f16b5a7d1f9e56efac96a74326c1c 193 0.08 vMB 102
263,638 263,638 0000000000000010aac74f82773fe382308641966b17e0a2392af5cc35a60f97 75 0.03 vMB 95
263,637 263,637 0000000000000015e6358bffb979ade093a225356e4073df094f09414a779fdc 87 0.14 vMB 24
263,636 263,636 000000000000001637b72689d2ced089ca08877862a730ec701f68a2e0efaf43 166 0.07 vMB 100
263,635 263,635 0000000000000014252abc6fdd895ea582276bdb964f7cfda0c42d5ead0534d7 173 0.15 vMB 59
263,634 263,634 000000000000001636137df9f004bd9681cbfc5906be39a924e999302d5efa14 444 0.20 vMB 116
263,633 263,633 000000000000000cc5b1bd8a07635c3105035a2decb04e84acff4893586af1d1 183 0.07 vMB 121
263,632 263,632 0000000000000015cd7394f662a635c8be354ed0bff686f0411431b414252b73 227 0.11 vMB 86
263,631 263,631 000000000000001334aa8b4a520e28b07435b481e00481306e1c1950c31c2d9b 286 0.13 vMB 75
263,630 263,630 000000000000001418b01e1c51ee57b0cf2c0d5f4cbaaee1b0fc25c92239e7b8 166 0.07 vMB 102
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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