Loading Tool

Explorer IconExplorer

Memory Pool

28,136 transactions
7.03 vMB
0.05412353 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.62/200 MB

Candidate Block

Mining Attempt 99156c4b5d30604f18b9169c211c6289fa697a40c8706c8870377e1aff4dbb43
Version 20000000
Previous Block 00000000000000000001f19fa8f0fc3eeb1898d537102304d19dd162defe0c3b
Merkle Root 2cd90de9d4d8343cfad0b0ed8abc25abad8a301a6ea99b26a7263c539fd62eaa
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,231
Size: 1.00 vMB
Total Fees: 0.03040987 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,205 (746,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,593 166,593 000000000000031dadc875a89dd8060794b2a5523515bb527bc179049320e972 0.02 MB 35 123
166,592 166,592 0000000000000b40cd9a35d1ce44c5395c75e9cf00bc52e058b84b20d343bb04 0.00 MB 12 52
166,591 166,591 0000000000000a6f80fc53ddfe61b779ea88416638c068bf776b03a3df5e7d51 0.02 MB 29 188
166,590 166,590 0000000000000169c42709b678163f3bd5eb48bbc31761341a6084f0bc64a2aa 0.05 MB 157 0
166,589 166,589 00000000000000104eb13506e37c2eab2a0d5e26f948c8c927dd515183452c8f 0.03 MB 64 304
166,588 166,588 00000000000001b4e34f5ddadf9e5993d281c2347591138e3a84f97bd1333e8c 0.01 MB 26 1
166,587 166,587 000000000000056a303dd8a19509c1a74176c1324a923e237b1e7ffbadf38849 0.02 MB 63 95
166,586 166,586 0000000000000b203b3d7f92ac370c2293f776f153ea218f1916d97d53602262 0.01 MB 26 99
166,585 166,585 000000000000028a2e3f3dc3b20a4f522861595031bb19a90eef9da4a26697bf 0.03 MB 55 79
166,584 166,584 0000000000000ad1f4e9879428e54b77eeaa6d79531c53c0509272fa97965906 0.02 MB 56 54
166,583 166,583 0000000000000340b4e4b192d2651d5a19fe866bbaf30e52b54c17f90150a788 0.02 MB 49 48
166,582 166,582 0000000000000823816ead253c6222e8d262e6c8828f380b901ca23e21bc9935 0.01 MB 14 38
166,581 166,581 0000000000000a935fcd89d4dbef0ae28260edaf7843ca6066404ab328fa3907 0.08 MB 81 59
166,580 166,580 0000000000000191727bf698eb07f68204cc1d6f1d9d0f74527d5c27f0675aea 0.05 MB 129 23
166,579 166,579 000000000000013b315ba5082630e39f65627faa5a4b756d0b6225d91b9be26a 0.05 MB 105 122
166,578 166,578 000000000000031fe3a26d5599d18a6986e5c2a67d19a0b85fb7cdbd53b557ae 0.05 MB 64 41
166,577 166,577 0000000000000a9d1fb932e9ef74f0e433cbedf34f73b2f3e53f98f7fa2c16a6 0.00 MB 13 70
166,576 166,576 0000000000000bdbe21ab1b7b5c5079dca43029ae51453273a3c1f00e678720b 0.00 MB 14 82
166,575 166,575 00000000000005caeb354c22cb778782449b42470cff3155b413780f6adc94bf 0.02 MB 45 13
166,574 166,574 00000000000009bd94e38ee023588aec029900a5bead2259a710bc0fb9322c19 0.00 MB 5 206
166,573 166,573 00000000000002ed9ae26fb17dcf14896ece53a1f925977a6f4593c02de98b6b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

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