Loading Tool

Explorer IconExplorer

Memory Pool

55,588 transactions
31.72 vMB
0.19631776 BTC
Random Selection Loading Transactions
Max Size: 170.92/200 MB

Candidate Block

Mining Attempt 4e7385c56a3ee7be2eaed07ff04fb34609bd952c252e8865387ab6844251848c
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root f4b701bb62cd484cdfa3421e35a93b9414073e598087d857ed92a5f14c76fe43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,455
Size: 1.00 vMB
Total Fees: 0.08933669 BTC
Feerates: 502.46 > 8.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (790,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,394 124,394 0000000000004bcfbcdc84efb0d50fdeb70a7f10a202f880ea39c830bc825407 20 0.01/1.00 vMB 819
124,393 124,393 00000000000060546b4f6509bff99aed29b97c35c7a105891b96868f2f918bf2 3 0.00/1.00 vMB 1,786
124,392 124,392 0000000000002f063fce0750c17fdfaeb7a9a0794e475cab3fbdeff21c425834 20 0.02/1.00 vMB 1,039
124,391 124,391 0000000000000e92d580daf0b556f9443aa48f42e3faaca6dd7057bdc97ccb4d 68 0.02/1.00 vMB 2,237
124,390 124,390 00000000000068b35870f9ae781b5f791ba2f1eb280b36147686ee2e47f4c860 8 0.00/1.00 vMB 326
124,389 124,389 0000000000004db4ab56a03905f97b2ee0d04ddbd612a8a59ce4827447730dae 33 0.02/1.00 vMB 480
124,388 124,388 000000000000092d4805d0ad1557e01c66d45f082c7f49937a94d92d552d1fb0 6 0.01/1.00 vMB 512
124,387 124,387 00000000000013ff2a5ba9f59542e1cff350f82efb8b44bfe90d6be74141edf0 16 0.00/1.00 vMB 0
124,386 124,386 000000000000445663ad58cf22ee65a353c6b47b792f0bb7400108e9321af610 13 0.00/1.00 vMB 311
124,385 124,385 0000000000005216c0021190cd15e388f064987ed4ee3b9562ab91271d8034e9 9 0.00/1.00 vMB 349
124,384 124,384 00000000000065ba834ad66dc5e78040db85b74041a9d3cda9eb2d06f5ffb399 18 0.01/1.00 vMB 727
124,383 124,383 00000000000053a4bc6990ea1f0fc7c954f89cdf30f834e1e630c80d3aed804b 9 0.00/1.00 vMB 333
124,382 124,382 00000000000039f7d78aaebdb6ebf1570484b815c2cf32138c1304b3648077d9 20 0.01/1.00 vMB 624
124,381 124,381 0000000000003002fdccdce5624a6d4f8f6d6c47027ac34406342b1ce6f8e172 11 0.00/1.00 vMB 15,887
124,380 124,380 000000000000189c5a26c86186d062ec6ccf0f9f264ab97aa7d2a38e3b1c916e 25 0.01/1.00 vMB 721
124,379 124,379 00000000000018e7197dd6fca37d21af34602055c7f5c75eedd9e34cd1077ff2 41 0.01/1.00 vMB 79
124,378 124,378 000000000000322d1a48d267bf1abe2b79c46202df296cec391685a1f10e29ce 26 0.02/1.00 vMB 813
124,377 124,377 0000000000000c7128d189f9a14e013eb9207bef8520bcb6319b6cd7b09bc997 10 0.00/1.00 vMB 674
124,376 124,376 000000000000103e7a789c4555c9534f0590a92c09ba0266a7ad47b72b00efcc 39 0.02/1.00 vMB 853
124,375 124,375 00000000000029cee119e5d74fbcfe024206a75492cb38777835e294adc4508b 9 0.01/1.00 vMB 793
124,374 124,374 000000000000315975a910e322ee052ffcc94680a15b570dbb81b2d0b78ed608 19 0.01/1.00 vMB 350
Previous 10 blocks ↓
Total Size: 782.06 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: 651.13 GB
    • Received: 13.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.