Loading Tool

Explorer IconExplorer

Memory Pool

29,271 transactions
10.00 vMB
0.03973656 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.52/200 MB

Candidate Block

Mining Attempt a01931f40917d5e79eeecc776f2bc731c8fece8519217812cc7b31e76fabb990
Version 20000000
Previous Block 000000000000000000004f4a31c86ff2b110eb09516753e59b0af3c3c6772a4e
Merkle Root 239b6d2d151d9a756d3ba60fcb80705d1e75f149b0834b557edc447addc33443
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,897
Size: 1.00 vMB
Total Fees: 0.02277629 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,501 (753,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
159,972 159,972 0000000000000a69adf92a99372a9f023d08070b0c858593354849aaeeb3d2d4 117 0.03 vMB 14
159,971 159,971 0000000000000b286c9f9cee05f5b6af7d1a7adf530b39990adafc7b60777e31 29 0.01 vMB 101
159,970 159,970 000000000000022025833f0baf96774a0317555bf62317b554107e1221940962 97 0.05 vMB 67
159,969 159,969 0000000000000b939e972758ca627e8b316af80692dcb5ffcac52cb581c85c6b 50 0.05 vMB 45
159,968 159,968 0000000000000c5105cda7d248c08e2ff0c4cc8bd8dad3a634373aa400da6ca9 37 0.04 vMB 282
159,967 159,967 0000000000000e44b39ba456d9e017bce62cbcdb8adee5a2a077ebc372ad054a 45 0.07 vMB 376
159,966 159,966 00000000000007b40e98c5756fc982072091225fb1eb2f8a74cf017c80cca970 56 0.04 vMB 134
159,965 159,965 00000000000003c959fd3ff4f17425dcf23820381ffe2caeb19d07836317e054 89 0.04 vMB 188
159,964 159,964 00000000000004f1db65f2026e4d91e3f88644c2da9b213cee1b01848dc16ecd 15 0.00 vMB 0
159,963 159,963 000000000000076781e749eab2f902e09db0c015b9547dd2de1df574d16f4520 19 0.01 vMB 81
159,962 159,962 00000000000004dd3672b6e7ccba6b1026a21b4e3bd017d39be434f25b57e370 32 0.01 vMB 250
159,961 159,961 000000000000080a5bd8711ebac3eb3bb5ee5dd0cb101ebeefe0c9f3fd0cb222 24 0.01 vMB 1,758
159,960 159,960 0000000000000b5c36ecc214434bc55182aaadb2ab97ead3ff30cf4ec4b6a806 68 0.02 vMB 36
159,959 159,959 0000000000000976866da897eb41032a5da70780beb81583749712ba1811d52e 13 0.00 vMB 0
159,958 159,958 0000000000000b9049649f992ecb992c0a254bd5db138bd983e1f8aa28d24bfb 4 0.00 vMB 194
159,957 159,957 00000000000002ee4ee75fe35c9509b981c655933f5b97f9fec5b6e846ce32df 17 0.00 vMB 10
159,956 159,956 0000000000000c12761d541a466d61969fe512c2b07c1151f3704e4102d07b32 8 0.00 vMB 110
159,955 159,955 00000000000008bca3472e01b3c58c670e50e8e28519e217026f583ccdb916a8 1 0.00 vMB 0
159,954 159,954 00000000000002b63a74182e154274e892cd767c6ea1659bbb46f9560b419af3 44 0.01 vMB 12
159,953 159,953 000000000000030886c12ffb5977ca2633100f5fde854d7777fb125ac403e811 47 0.02 vMB 48
159,952 159,952 000000000000025d671f1ee3e08bf9e553714ade9459a1e4ecda34e84194c0ba 46 0.06 vMB 114
Previous 10 blocks ↓
Total Size: 779.73 GB

Node Details:

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