Loading Tool

Explorer IconExplorer

Memory Pool

21,757 transactions
4.39 vMB
0.01597496 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.13/200 MB

Candidate Block

Mining Attempt 93e4774b1691298d4e037d8b6baa47dce2ef30282d53ce832ac2cf2a9564fdf3
Version 20000000
Previous Block 00000000000000000000a121caba7288d1c4c9d2d929e3443c469bcacfc2f764
Merkle Root 87ad07ca06369797f5f3b5a6d94bb58901adab7e2a272fc571083326f2b7a7dd
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 694
Size: 0.16 vMB
Total Fees: 0.00512654 BTC
Avg Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,955 (688,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,905 224,905 000000000000005b70ea1439d5d5c06e1e3eab492473debbfddd9bd14f10b54a 0.05 MB 93 369
224,904 224,904 00000000000003860237b23649a6ca2bb8e3aa6f50a6974755bdd51992ee29a5 0.07 MB 99 115
224,903 224,903 0000000000000013e31b2cdf7df7a358acfd8f9dd532e5f524866a35c6e3ca8a 0.05 MB 96 143
224,902 224,902 0000000000000048c010ba7adef1fa287297c99ba76461e47a6035b6ddac3ea7 0.11 MB 323 270
224,901 224,901 00000000000000ac63039190e456b0be6c0bd6d9738b00cd30dccf050c6758f3 0.05 MB 117 187
224,900 224,900 00000000000001e62bb9a10aadb180ce5ccbac1ad7e393f70d12bf6a7839c999 0.14 MB 326 225
224,899 224,899 00000000000000aec2537637da2b3b8d50cc08bb9d1d3d39cfff518e83694dde 0.05 MB 133 198
224,898 224,898 00000000000000b2bb89eb7f993bd21e56641226d3e1e27f50d36a27665fd63a 0.01 MB 25 207
224,897 224,897 00000000000002952c73209c0360ac2b5d048e7bb4ad615d2deddec2944ce5d1 0.14 MB 347 262
224,896 224,896 00000000000002027a9eeed5b172a6bae97065414b1d6e6e0ecbf67d1e211027 0.04 MB 91 118
224,895 224,895 00000000000001431e3108ad0f4b5b2ef3d042d059d92c79e0848ba4b885939b 0.09 MB 220 219
224,894 224,894 00000000000003bafe9414fd2e1a9fd1484c0b1b5bbea5a1ff9965f468661e66 0.17 MB 436 234
224,893 224,893 0000000000000215260b4e35e264d594fb9137fc9fe22cc4c423e0843afead8f 0.02 MB 32 52
224,892 224,892 0000000000000284470e9bddd1f945299dda0de94bdf7701dfdd2d77aee0ee0f 0.08 MB 224 286
224,891 224,891 00000000000002eca0abc8bace87c347615390bf907d1a9efab1c5bf5ab5506d 0.04 MB 95 141
224,890 224,890 00000000000002f60361018b2c1f20530c14270331f7f8b77438b495f8446039 0.05 MB 92 169
224,889 224,889 0000000000000035d2cd047c7506667c579adf3f9b603e9ba9e0c103bcca18b3 0.16 MB 391 263
224,888 224,888 00000000000001ddb4dbcdc1944289a7f25f06454096017b26fa19c7053341c9 0.11 MB 264 265
224,887 224,887 00000000000000fa8e4f593bbc2079087408afe31ce15a26e3d093ae96a0b0b3 0.07 MB 167 190
224,886 224,886 00000000000002f40ab32b0b00088cf118acce4f0435f973eff1d840f2016eaa 0.08 MB 161 173
224,885 224,885 000000000000017f2e5999e7436bc123c19a0a7f21abe1c25e0df639cddc757f 0.11 MB 224 144
Previous 10 blocks ↓
Total Size: 778.76 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: 347.16 GB
    • Received: 3.05 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.