Loading Tool

Explorer IconExplorer

Memory Pool

35,575 transactions
15.07 vMB
0.07845465 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 6 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 85.39/200 MB

Candidate Block

Mining Attempt 1a25030c56e2a0a5c9d3f36a2000ca057518bebbf4f3c406108dbc4b45a02ab7
Version 20000000
Previous Block 000000000000000000007c96c62c97f21f35e15ac289c26611deb2cb89f05dcf
Merkle Root f5343e01e6f2015c048533e224c746293397eb94184b3a51c96ae21d5c4a612f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,735
Size: 1.00 vMB
Total Fees: 0.02842829 BTC
Median Feerate: 3.52 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,343 (696,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
216,604 216,604 00000000000001a33c70124b9a067eef4dbaab2a04da6508698498a755d834b9 11 0.00 vMB 176
216,603 216,603 00000000000000584a8381fa199afe38d3cdcd82e5b5fbee5c55fe0a16836f9d 674 0.27 vMB 194
216,602 216,602 00000000000003645cbc1b3cc2c9f8b9475acdbfd901b306fbd0591395359d98 850 0.29 vMB 328
216,601 216,601 00000000000002d21fbdd330997288356f2bf80052ef6429fa71f0892a03f6b6 233 0.12 vMB 157
216,600 216,600 00000000000000d4001ba3bc406e534940a012b42e8af2661401d5e0bcb5873d 64 0.04 vMB 94
216,599 216,599 000000000000039fbaf1138556a06cbbdfd7b79d7b7eeebd7b270e27a01b02fd 685 0.25 vMB 233
216,598 216,598 000000000000031c7f196bebdfe17325632dff35132a81b05c2674f13b1af243 580 0.25 vMB 182
216,597 216,597 0000000000000085df804c0d9182f47f269eff32fddbb6289010f94f46386123 94 0.05 vMB 99
216,596 216,596 00000000000002f5b869a69780ab4604db4c2bca86473d478690acb64df6e915 665 0.25 vMB 196
216,595 216,595 00000000000002afaaa452b9f90134eb1e2f8ce2b5d052197800701448091ca8 488 0.27 vMB 52
216,594 216,594 00000000000001ecc255215170a29e96d9d81f2e7ff13df38cf37fc7c1977695 575 0.28 vMB 148
216,593 216,593 000000000000007685f40b20af78dcd0a1d4747cf9223a19cf0c6f3041867f0f 709 0.33 vMB 156
216,592 216,592 0000000000000353bf472890dca72a8db58857aa579a07dd72e2ae7862f1ca55 193 0.06 vMB 40
216,591 216,591 000000000000032a80da8ba641bb777112423057d2d5314425956cbb40b3cef0 905 0.25 vMB 256
216,590 216,590 000000000000021727f77dc99138c7197ff4a523d9d58c2addf3e28e0c154377 127 0.05 vMB 114
216,589 216,589 00000000000003205dec14438f5822b95137d78b9ac417191b10bb9101a2a307 12 0.00 vMB 334
216,588 216,588 00000000000004d961f6a3694d134850a797b8a8120ecaf08382f2d52aef1a3c 709 0.20 vMB 533
216,587 216,587 0000000000000322724ce90701f9b6592788048651003bb8ef2b259ecb319dd5 868 0.25 vMB 201
216,586 216,586 0000000000000207f4592068749f90401a3d926158da76b77385a0f61da25375 1,122 0.42 vMB 188
216,585 216,585 00000000000004176c463addc9a624975698f688d5ff8917667dd0a77b2ff837 128 0.05 vMB 155
216,584 216,584 000000000000013ae31a57bf45e9a0af8983912a2d14d01179fbdb61273c6901 178 0.06 vMB 49
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: 153.12 GB
    • Received: 0.62 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.