Loading Tool

Explorer IconExplorer

Memory Pool

82,250 transactions
29.89 vMB
0.06654163 BTC
Random Selection Loading Transactions
Max Size: 181.30/200 MB

Candidate Block

Mining Attempt 92f8d16cb33a4e9af1cde14b2d15d22babd801f6805b65bed5356ac98fb02bfa
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root 8d928b313caaa5bbb0a0ab131b8b98d6c0bc00d2e6e2927a60bb1ed51f89a716
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,821
Size: 1.00 vMB
Total Fees: 0.00548089 BTC
Feerates: 43.68 > 0.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (331,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,537 583,537 00000000000000000011a1d1ed3beaa76868af2a234e995086f09e05c1e8608f 1,117 1.00/1.00 vMB 12
583,536 583,536 000000000000000000015917dd2ef43a02d6a6c352ae048ac39ae2ac80cc4765 151 1.00/1.00 vMB 2
583,535 583,535 0000000000000000000f2ef41ce27791a2193aed9d50a63627f6f21e59ddef9e 373 1.00/1.00 vMB 6
583,534 583,534 000000000000000000098f3a33480b8042cef55d5cf067d8f67d33f6a1f239e1 910 1.00/1.00 vMB 18
583,533 583,533 000000000000000000191f15728b72ef04e656ad796f43142f3ed50eacaee0a9 594 1.00/1.00 vMB 10
583,532 583,532 00000000000000000017211da856b434855b19ece39cb4de21c9ec7f1cc1cdf1 298 1.00/1.00 vMB 2
583,531 583,531 0000000000000000001870aa2ca04037f09c69905a01f8a7f68569e0de699f3b 788 1.00/1.00 vMB 6
583,530 583,530 00000000000000000007782fd55c3527dc49a008b89f5c6b3e2c2f74227c78d3 770 1.00/1.00 vMB 6
583,529 583,529 00000000000000000021514b284ac43275c0845ae78e32d30dfcff148472f465 1,263 1.00/1.00 vMB 12
583,528 583,528 000000000000000000221b9a1837f87fb54914c04aeb849497eb501c0120a15d 3,153 1.00/1.00 vMB 52
583,527 583,527 0000000000000000001b9be4f7d403f0b2498fc35d5deb0d753da0ea85d81c22 3,042 1.00/1.00 vMB 85
583,526 583,526 0000000000000000001a936e1acd428959aa1978b9203d8aedf0b4ab242f7281 823 1.00/1.00 vMB 9
583,525 583,525 00000000000000000020fbb3b7c13e89320cd55bee7a5f35e057de83086a1682 2,165 1.00/1.00 vMB 33
583,524 583,524 0000000000000000001ada94888143bdf8d418d38c21e7a5d8734cb55eee0486 2,503 1.00/1.00 vMB 49
583,523 583,523 0000000000000000000a23fb00cb61fb17959fd91a1cf9c11e97d3ca6bd4191f 1,552 1.00/1.00 vMB 14
583,522 583,522 00000000000000000017a38fa93987a2e47a012439f2f131d473d3dab5a021bb 1,666 1.00/1.00 vMB 20
583,521 583,521 0000000000000000000462e516a2803119a8478ac70b52169931e6a65487a165 1,214 1.00/1.00 vMB 15
583,520 583,520 00000000000000000020c38b33cc46a0d32a775abf9d8fbaee4410a5c711f13a 2,429 1.00/1.00 vMB 39
583,519 583,519 0000000000000000001553c8730f882f58b23be062c68321da10b9fb322f9347 2,661 1.00/1.00 vMB 70
583,518 583,518 000000000000000000228e49d03982844b24dcf7a67d25a597aab54fe6d77dbe 1,555 1.00/1.00 vMB 15
583,517 583,517 0000000000000000002224e7b03a1001303f0a9c0d078f2909ac83c74a8e17a7 2,875 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.32 GB

Node Details:

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