Loading Tool

Explorer IconExplorer

Memory Pool

76,784 transactions
28.53 vMB
0.08559489 BTC
Random Selection Loading Transactions
Max Size: 173.07/200 MB

Candidate Block

Mining Attempt 49c1b343958f954cce38bfb0377d20c8f2c83b31aa0cf3f7b48eb00b6eeef0aa
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root adfe6352b5e152f73d0d7c97f2862c76ec4732d035058bd22f8117f08a785c5e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,787
Size: 1.00 vMB
Total Fees: 0.02087192 BTC
Feerates: 56.81 > 2.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (502,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,936 412,936 000000000000000002b40d40e525a47c7789c7f6e3f51c5652c20be2e677254f 13 0.00/1.00 vMB 148
412,935 412,935 0000000000000000058be4e52f6b4e75315c077f7e444ed41f5576ed497fd78e 1,361 0.99/1.00 vMB 32
412,934 412,934 000000000000000004e1cec239b879c22e541e0d192cd7f11e79e2aae44ac552 2,549 1.00/1.00 vMB 57
412,933 412,933 00000000000000000267f54511ead15b416dd3d2da2c83f349fb2c9ed0ab934d 1,988 1.00/1.00 vMB 96
412,932 412,932 000000000000000000d47e397893a036594c4f227f784385d7cb44c43332c593 2,237 1.00/1.00 vMB 49
412,931 412,931 000000000000000002c1010daa2d77c55148ee05240e8abe918002534e2424ee 2,330 1.00/1.00 vMB 50
412,930 412,930 000000000000000002a393c06301d1cf9e4dc294e8e56fac18dfdee4f2307384 2,616 1.00/1.00 vMB 42
412,929 412,929 000000000000000004661363733954de9f325452fa0d4fffbf029a7f484bd8e4 1,723 1.00/1.00 vMB 70
412,928 412,928 00000000000000000227a9a33c3f54bfc5e1bdbe5ff0c8691853117103533f0f 719 0.92/1.00 vMB 56
412,927 412,927 000000000000000003b063f16e2f223422123a9c4311bd48b544da5671f44513 453 0.24/1.00 vMB 32
412,926 412,926 00000000000000000468270efd8132ce3849c2c6eb3f257f43db472de9636ad2 1,206 0.56/1.00 vMB 40
412,925 412,925 000000000000000002bc3f85bc3758937febcf00ad6c6c696390374b3944b3e4 1,068 0.45/1.00 vMB 42
412,924 412,924 0000000000000000020a3be4b9060e81941dd55c8053d3598d439f95425a9294 576 0.25/1.00 vMB 44
412,923 412,923 0000000000000000016fd3ff5709bfd6f8bda7cb0ab62391f838fb66d723ade6 563 0.25/1.00 vMB 35
412,922 412,922 00000000000000000011a39e80dc9225ac542a86186c7a36107c5c32ae5b93b3 1,147 0.69/1.00 vMB 26
412,921 412,921 0000000000000000041eadca288aedd1bfefeca74fc8a62c5c8a4063f22d1e89 2,436 1.00/1.00 vMB 54
412,920 412,920 0000000000000000008af7279c78250483eb076c3927fcbe50a16d8730c1ddfa 159 0.06/1.00 vMB 39
412,919 412,919 000000000000000000e689eaaf9b90965ec29ecf1ba0773c334b1e3f41129ab7 1,567 0.69/1.00 vMB 36
412,918 412,918 0000000000000000053952cd8c15f0fe37206b0a683456ca03fe8e7a17e2bafa 1,432 0.82/1.00 vMB 36
412,917 412,917 00000000000000000451ecc322281bea2de85b5703f79f62165b0edb674d2d3a 654 0.28/1.00 vMB 55
412,916 412,916 0000000000000000044127a8b620788b0e965023aa57b64c3eedb401e0d3027f 1,130 0.47/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.