Loading Tool

Explorer IconExplorer

Memory Pool

37,525 transactions
26.63 vMB
0.07985313 BTC
Random Selection Loading Transactions
Max Size: 135.98/200 MB

Candidate Block

Mining Attempt 4962971107309dcbcbf223e4cfc4da61be18cc7b08bc545a646193e2fc0431e0
Version 20000000
Previous Block 000000000000000000000fe35af4d037ca03b402462f88c6c27529d0780dc853
Merkle Root fb8dbfb7c06a2371f2cd10f437c6678d2e7c7d8684976f39b6f2e996444503ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,572
Size: 1.00 vMB
Total Fees: 0.02753947 BTC
Feerates: 200.71 > 2.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,693 (79,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,891 834,891 000000000000000000002c9460396758be617018d2a7f6ad2724c9adc3c1fc4a 3,904 1.00/1.00 vMB 95
834,890 834,890 000000000000000000018fe854a249827823bd827848c6f7170162a6df5bc7bb 3,602 1.00/1.00 vMB 103
834,889 834,889 00000000000000000001a464d8a770cd7a8c348d61dd43b148924368970f29f2 4,418 1.00/1.00 vMB 109
834,888 834,888 00000000000000000002b3c2361fdd40282c38add788d833ba98b24ba4412f42 4,099 1.00/1.00 vMB 118
834,887 834,887 000000000000000000019f01af0f0f530e13404034dce2c982ac1d9d31271a4e 4,176 1.00/1.00 vMB 71
834,886 834,886 0000000000000000000227d1665a19282fc4049f27d4edc5ccf85d5c30301ddf 2,087 1.00/1.00 vMB 13
834,885 834,885 000000000000000000002932d13a3a63c92a42db07040d1aa5d0dbe4809e7b0c 3,061 1.00/1.00 vMB 20
834,884 834,884 000000000000000000010483223dfa9d5b4cb2d275d2241b3ffb656850f0bf20 3,312 1.00/1.00 vMB 27
834,883 834,883 0000000000000000000309e3476f7467a13a28f2722eeaaf35e8f665433ed092 3,358 1.00/1.00 vMB 34
834,882 834,882 00000000000000000000a1c6cf115fd00a3dc11885fbca00d31cc8131f241d23 3,220 1.00/1.00 vMB 24
834,881 834,881 00000000000000000000444a8f470def6b89122d3da8e393f7d5fc5476725355 1,844 1.00/1.00 vMB 19
834,880 834,880 00000000000000000002a0a2599655f118442e010d6df8878c0c0d1b8b44a2d6 1,839 1.00/1.00 vMB 14
834,879 834,879 000000000000000000016df7aa93d06df422f23ea7a09c51e2d0217e439ba908 2,701 1.00/1.00 vMB 15
834,878 834,878 00000000000000000002d182e5226a9cbf0dd9d441604c174a448869f7397b97 2,812 1.00/1.00 vMB 24
834,877 834,877 00000000000000000002753e45124c26a544978ee6f841ba7ee08f4ef5a1d2eb 1,523 1.00/1.00 vMB 13
834,876 834,876 000000000000000000029ddf9a36b0f65398bb44e8c8e8e1985355ec34867d92 825 1.00/1.00 vMB 11
834,875 834,875 00000000000000000000b4190128ac45f86f2e9b2dd8b830f16b597fadbb2b75 1,688 1.00/1.00 vMB 11
834,874 834,874 000000000000000000032c7441867e68a41ff0feec33c4e4b9a82ce3dcbf2dc0 1,808 1.00/1.00 vMB 18
834,873 834,873 00000000000000000002829017633a081ec4632cd5effce349f0f4014aed3afb 1,465 1.00/1.00 vMB 16
834,872 834,872 00000000000000000001f8acf5dc0cdd0b853974b4d5482ecfae849e38ce2a10 311 1.00/1.00 vMB 12
834,871 834,871 00000000000000000001c20d2219587e5ce244b20d44697de3ae29d008ae96d9 1,592 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.85 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: 638.30 GB
    • Received: 12.47 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.