Loading Tool

Explorer IconExplorer

Memory Pool

37,359 transactions
15.23 vMB
0.10029279 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: 87.41/200 MB

Candidate Block

Mining Attempt 44d7c877dd0d2c46d348b291d80e835ba44023ea4cae66ff4e831ca5b51b7a31
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root 03739358926e364d7dbb03814ce3e9bf42bccccb426f951761d3f5455b520d20
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,473
Size: 1.00 vMB
Total Fees: 0.04600990 BTC
Median Feerate: 3.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (757,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
155,670 155,670 0000000000000615b95bccf8ea4161994934dc45c13657e01389ed4ee22c9651 55 0.02 vMB 338
155,669 155,669 00000000000008df0bd0c11a2b4f64eb342e3d54438cdb82b00859919a6fba50 8 0.00 vMB 0
155,668 155,668 00000000000004573d3f8300869ac00b049012e62102655d37a4e654faae40f6 179 0.06 vMB 147
155,667 155,667 0000000000000852ace33dde0b59497a97cdd22a455027e291bbae0b966c90b1 10 0.00 vMB 167
155,666 155,666 00000000000004cce99df44007e01a3d8ba4b3111e44f363ae89dc282e348040 113 0.05 vMB 121
155,665 155,665 0000000000000267ed60c00ad3d0085d2b05ec1a54b1b600553b7048bf47c41a 41 0.03 vMB 17
155,664 155,664 0000000000000af1ec8dedd91e31661d6815861d04888aab657d601738ae2511 77 0.04 vMB 99
155,663 155,663 0000000000000286fe7e355e992b889a6376b368fd800fc7895290e4ee50ea38 6 0.00 vMB 37
155,662 155,662 0000000000000dbf9769c3107874ee5e84958043784dacd89393f7410452e79d 20 0.01 vMB 17
155,661 155,661 0000000000000458f7a925844f63f1303dc62a562014dc7162968354c5e4ca03 58 0.02 vMB 0
155,660 155,660 00000000000005eb558eea259caafe904e3c9716eafb783beb7b7a390ae8bfdc 4 0.00 vMB 143
155,659 155,659 0000000000000aed1b4db8a97dec14ca7b56ba4d65f15367293086528babe549 13 0.00 vMB 164
155,658 155,658 0000000000000b527aaeb5415bec84b795d4b86f148fd59bf309cc111086a84e 43 0.02 vMB 217
155,657 155,657 0000000000000255d6f72b87dd85ec006aa2c5a3e31778b8b1cdd8613d961c98 11 0.00 vMB 53
155,656 155,656 00000000000007c6305f9ba6706fa1475b6ff2ce6a980666ff35be968015e129 10 0.00 vMB 82
155,655 155,655 0000000000000819175a8906dc4d5a7df593e660398b45f8a8638f5c479cad35 18 0.01 vMB 86
155,654 155,654 0000000000000ad8d0e4c41c97b59e60f5c212fceb480f2a536dc185f506ae58 16 0.01 vMB 420
155,653 155,653 00000000000006804968d53d00d2ee8a11c0331199bbd486be3f36ce5919a978 117 0.04 vMB 31
155,652 155,652 0000000000000375f37a3e8e1ae75350ace2602ac39b008f62c0cc6bdb679a75 13 0.01 vMB 49
155,651 155,651 0000000000000063ad27830ba99fb70f7f439f3f32518f50ab44a34d6db20db2 42 0.02 vMB 229
155,650 155,650 0000000000000be8d13e1855cba1f51154861443da9ebde71701abc1be0f64a0 16 0.01 vMB 62
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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