Loading Tool

Explorer IconExplorer

Memory Pool

35,999 transactions
15.29 vMB
0.08753634 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: 86.70/200 MB

Candidate Block

Mining Attempt daaf21a4c5a36d19c84c9471339e2e7ed63da8530ddcc22ac7637b137a266012
Version 20000000
Previous Block 00000000000000000000882eb50d4cf30d3e14b30b39d5bc9707ffd2840b4559
Merkle Root 2a0cfaef891f132a91fa78ce9d7cba486e15c8629942485034f9694edca4af2b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,955
Size: 1.00 vMB
Total Fees: 0.03250413 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,342 (657,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,925 255,925 000000000000002a2828f8a0a8af6ab1e7b0e1580a3e6734da122646c9b18c98 113 0.05 vMB 84
255,924 255,924 0000000000000005ab0399194ee40ed53c4b9cc9ef018b31412e16003ccd1083 84 0.03 vMB 70
255,923 255,923 000000000000003331db9112eee0ef644cbcbd20d0fa3f7b4dc0140978aace4b 77 0.04 vMB 35
255,922 255,922 000000000000001eb317de07b88373e30086dbc185e276339abb881d91ee85bc 489 0.21 vMB 2,103
255,921 255,921 000000000000003f0b659d795df4d0331ad859e1a0436051cdecc38b11058692 428 0.16 vMB 116
255,920 255,920 000000000000003b272699ed9b4e801d8c12962fb590f317d191db8fed84cef6 261 0.11 vMB 44
255,919 255,919 000000000000002942728d2e3904423bc435ea7b058e421e023ff6e03d8efcbe 608 0.25 vMB 120
255,918 255,918 000000000000001050a9f4aa00c3ff85610a7104ad5832e7211a5081e5578def 47 0.02 vMB 86
255,917 255,917 000000000000002e5f50ca4712c0ad942cdcaf58d6aed76a6a028ca38a82dec6 181 0.07 vMB 113
255,916 255,916 000000000000002fefcf4beab1ef694be72e33ace6863df9e53779c41e3974b2 91 0.03 vMB 22
255,915 255,915 000000000000000f0ce3ac26a45a2ce893af006478134273d095084010567c85 881 0.38 vMB 113
255,914 255,914 000000000000000988d43cba08fe59a1d9d8a8ebd8eec00415b1202ff9a6806f 88 0.03 vMB 87
255,913 255,913 0000000000000030c524c8338b6f1a9c70aa2ae22527995080e25dd9e2eb53f9 578 0.25 vMB 101
255,912 255,912 0000000000000001b79e65282a40993176e489e8424633d0ef21111d0f12cfd1 115 0.05 vMB 109
255,911 255,911 000000000000001907be172a521e388b3a9bdba3ddc944c46f198f9610969408 71 0.03 vMB 62
255,910 255,910 000000000000004138e98e9e1fa5500d012cca92984465fae9f47e56751c6cf8 214 0.08 vMB 110
255,909 255,909 00000000000000119a4f12a6ef1e6f1b22759898c4b8b66a7b1856efde4d9916 120 0.05 vMB 135
255,908 255,908 0000000000000009901f505ab6a9239e91c1c5e098e818800a08133abbe3859f 169 0.08 vMB 87
255,907 255,907 0000000000000008db29940b3a0d078ec9369eedd752f865f45190a751af54a5 45 0.02 vMB 79
255,906 255,906 00000000000000084527cbc98f0d7c93144053642aad8707c5b1cc27f78d6e88 112 0.04 vMB 108
255,905 255,905 0000000000000017baf710362cb2114cddd22208045f1f0bfe25f50ac390e152 267 0.11 vMB 83
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: 92
    • Outgoing: 10
  • Data Transfer:
    • Sent: 151.38 GB
    • Received: 0.61 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.