Loading Tool

Explorer IconExplorer

Memory Pool

35,754 transactions
25.93 vMB
0.06471296 BTC
Random Selection Loading Transactions
Max Size: 132.27/200 MB

Candidate Block

Mining Attempt b4c88170db4fb37f0723c51358438655beced155860590cd02eb7fc088275a87
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 5022998b3ab7e7400e612d9e6cc64b9e929d44a0b00f0e66b1dde823f691bc78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,832
Size: 1.00 vMB
Total Fees: 0.01710253 BTC
Feerates: 152.71 > 1.71 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (79,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
834,870 834,870 0000000000000000000105126905065da06099c1b13150034bdb794de562b566 3,027 1.00/1.00 vMB 25
834,869 834,869 000000000000000000024cab5388f0b0323a10e172b9a5f9a35cc71d8e069c3d 1,281 1.00/1.00 vMB 17
834,868 834,868 00000000000000000002d81a236aec22cda948fb29c676a09a993ec12693ddd5 1,367 1.00/1.00 vMB 14
834,867 834,867 00000000000000000001a5c1685c3f62c1a580153c105c87cb970a347b830f09 2,388 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.84 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: 637.34 GB
    • Received: 12.42 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.