Loading Tool

Explorer IconExplorer

Memory Pool

27,598 transactions
6.80 vMB
0.06635780 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.71/200 MB

Candidate Block

Mining Attempt 3c759488e64f65eb9a7ad91e34be8637d37f9c76526c4619d4156056d0cb03b2
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root 5c2ed0d1a250ba0c52903d589ade34e118fcfbfb7e1e03fb654dd88a2dedf45c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,374
Size: 1.00 vMB
Total Fees: 0.04324513 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (727,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,295 185,295 000000000000084ccd5cdcc4a64acbf56420da34eca768bcc2a384d0fd73025f 36 0.01 vMB 112
185,294 185,294 000000000000029c29a7ca39343b7117713dd8a0739bb440b1b540ffa3f86753 575 0.23 vMB 124
185,293 185,293 00000000000000718a5755899114c5441f398d3bc1cb9f6e9d721493ca9106fe 47 0.02 vMB 40
185,292 185,292 00000000000009635c7e05cad3519635fcf24798e1112625808977e835ce0b38 256 0.09 vMB 154
185,291 185,291 00000000000002444d288ddfc8c2b5487ef74107361fbbb37eadb8f47049d9fb 127 0.04 vMB 58
185,290 185,290 000000000000088b91e558dff88511c2537b614b72793fd3c97ca5d07a570b9d 444 0.17 vMB 127
185,289 185,289 000000000000068a54539370c46fa1448c6231170f2363f27e169d6800054b11 8 0.00 vMB 15
185,288 185,288 000000000000096f04709c56746b71c8d747cea8d4f2971ff9971d7c30c25d6d 41 0.03 vMB 56
185,287 185,287 000000000000040a1aed478193756ca630764a3b6a1ee9deac971cf989ded2ac 164 0.06 vMB 126
185,286 185,286 000000000000077b64b9b48a5c47513c055439c7e69091cc79f6848f2e017e11 32 0.01 vMB 63
185,285 185,285 000000000000005c0a2dab045a71c8199839fdaab2e4d44248210d789804f6a1 135 0.06 vMB 110
185,284 185,284 00000000000003b9d1958372b2b278ec350be75a5d3a55e9c153d60f5da24608 169 0.09 vMB 116
185,283 185,283 0000000000000762bdf8d819ecbf6bcf86322fadd993d1715bfde84749454bc1 211 0.09 vMB 120
185,282 185,282 00000000000005b5265c79b271042be44feb36641673556cb4cdce1e84c87fa9 33 0.01 vMB 90
185,281 185,281 00000000000000c5370c1c282c35c9dab3d1dc7476d456602bbd38a851c312e1 123 0.07 vMB 91
185,280 185,280 000000000000044608ae3249df058ba06a767789cea5a93b433b76e776f1f5c4 64 0.03 vMB 91
185,279 185,279 0000000000000a2213ff79f9895929425460345d1aa241cfab83d89766133c11 19 0.00 vMB 90
185,278 185,278 000000000000079b0c8bdbf85f399a288974c66fed0c0a9e023e2c60a5273aae 514 0.23 vMB 117
185,277 185,277 000000000000025a30aefbcdf132bba466f378e313b9aa65606eb1fe0279a0b4 32 0.01 vMB 122
185,276 185,276 00000000000009854359056f14086e0c3cf4583db00ab2b142abc0f848f4b67b 1,024 0.37 vMB 145
185,275 185,275 0000000000000201f21132ea3c0259d0bba46e2e22f20a4f5d7ff783de05969b 57 0.09 vMB 922
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

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