Loading Tool

Explorer IconExplorer

Memory Pool

75,100 transactions
27.71 vMB
0.07548786 BTC
Random Selection Loading Transactions
Max Size: 169.06/200 MB

Candidate Block

Mining Attempt 3839e56fa3ef48e0699695c38f214ff8f1e364bfe184ea24fd9af14c447b85ad
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 7df38d84c71b437eb19d6c10d35adf27f7f39527d469d4e95531bbedf501cbd0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,011
Size: 1.00 vMB
Total Fees: 0.01582408 BTC
Feerates: 80.55 > 1.59 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (283,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,901 631,901 00000000000000000010db7c38939f94d0d38c4edc53c8ddcdd715898df3158e 1,856 1.00/1.00 vMB 78
631,900 631,900 0000000000000000001120cc5ce6c55718abc80f50de79be7f068591d9f43b68 2,676 1.00/1.00 vMB 56
631,899 631,899 0000000000000000000c92050b3033873df9158dff0e28be4565769b9d09a285 2,309 1.00/1.00 vMB 33
631,898 631,898 0000000000000000000ab3f71fb1bfa36b92419286b8c6d00f1ae5bbacbaa7b6 2,596 1.00/1.00 vMB 38
631,897 631,897 0000000000000000000b0d804d2e849d88fe6657e7a5b72d11d0a91743fa576b 2,338 1.00/1.00 vMB 29
631,896 631,896 000000000000000000002a8cf816afc8ab9d9d45535474b4a0367198b68664d8 2,258 1.00/1.00 vMB 48
631,895 631,895 0000000000000000000a9ecc40110e6d4785720fb39af4eacda4dbea390ac0c1 2,169 1.00/1.00 vMB 102
631,894 631,894 000000000000000000028158c574d8045373d6ed277f2515a4d414355f981b7a 2,154 1.00/1.00 vMB 61
631,893 631,893 00000000000000000001776d6dca11c33e18a3b9633e70391a76acde4baa440e 1,449 1.00/1.00 vMB 83
631,892 631,892 0000000000000000000e977f88d2ce53eb187d464567b4e2435ff00ad0ca722e 2,097 1.00/1.00 vMB 36
631,891 631,891 00000000000000000003cc701e5d5b6efa617a8bd1740b967786edecbe2822a4 2,552 1.00/1.00 vMB 50
631,890 631,890 0000000000000000000ce3cd09768aa26411b8ebd05e00786f91fd0a74e1c79b 2,625 1.00/1.00 vMB 59
631,889 631,889 000000000000000000078dfa9f3a7b958c60cd4338ebfca190a324bc0525164e 1,883 1.00/1.00 vMB 109
631,888 631,888 0000000000000000000bca9b65d61a96db1bcd07a5c3b5909fdd9a013a4f1e25 2,823 1.00/1.00 vMB 72
631,887 631,887 000000000000000000113dd2f45a5c099520eb1af1ade5fedb388e6f0bce472f 2,749 1.00/1.00 vMB 108
631,886 631,886 000000000000000000052d51477cd7a04bb96b16c34687af3d6d5023d73a54a3 2,338 1.00/1.00 vMB 108
631,885 631,885 0000000000000000000abcabf2f3c5fd88da48a77e57ace583ad0e4ac63bc3b8 3,020 1.00/1.00 vMB 110
631,884 631,884 0000000000000000000a11ee90157eb957e56c13e6eea6ebc554431a3ab7baf7 2,914 1.00/1.00 vMB 89
631,883 631,883 0000000000000000001086b6a9633d62d8589ebb629d3629b2bf268cf14b05c0 1,246 1.00/1.00 vMB 27
631,882 631,882 000000000000000000117cb3970916e42a892d4c11e08fcfec9740be9569617a 1,337 1.00/1.00 vMB 4
631,881 631,881 00000000000000000011ce19da2b1c539ec59f56c1171b716f1758777e48bab6 2,467 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.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: 712.00 GB
    • Received: 17.15 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.