Loading Tool

Explorer IconExplorer

Memory Pool

77,367 transactions
29.93 vMB
0.08558539 BTC
Random Selection Loading Transactions
Max Size: 175.89/200 MB

Candidate Block

Mining Attempt a58e48214ddecdd7406e470accc31816da968efcdbf37e20f9b6a6eab7ac6f57
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root e213dae317a380641bc271b787f7f690e0fc358452af9c1f348e5efeade22ef4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,602
Size: 1.00 vMB
Total Fees: 0.02024550 BTC
Feerates: 201.36 > 2.03 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (289,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,754 625,754 000000000000000000075c9dabf5bb8fa44bfdbefe05b368afaf36c8178965c6 1,232 0.60/1.00 vMB 13
625,753 625,753 00000000000000000003ee1155bccd7e6eb749ac5953e6cd42044eb97f36a595 1,560 0.86/1.00 vMB 2
625,752 625,752 00000000000000000010d5a24b5938b62c87d2e9815e46d929a311b87a57af03 2,842 1.00/1.00 vMB 17
625,751 625,751 0000000000000000000bf27d5ec771182b042b61c51d5c23b670377f64c3c828 1,820 0.91/1.00 vMB 9
625,750 625,750 0000000000000000001214177084c1edf5e9faf3c4c18608ccd5ac46c881173b 214 0.16/1.00 vMB 14
625,749 625,749 0000000000000000000eb6eee1fdd0f91af3271767617c48c9b03a949e0fe6ad 1,180 0.91/1.00 vMB 2
625,748 625,748 0000000000000000000f987f559a600e33ec13371e755fb6f44e382006c63d5e 2,888 1.00/1.00 vMB 18
625,747 625,747 00000000000000000010010227a1e54259e7b46f757682ded494ab04fa61b6b3 2,214 0.83/1.00 vMB 14
625,746 625,746 00000000000000000004e4010bd6fb81aba804113bdcd65ec4360f2d1803e0ce 861 0.29/1.00 vMB 11
625,745 625,745 00000000000000000007131ca77836225ed00afe318239080c1afa9e02e9829f 1,414 0.67/1.00 vMB 8
625,744 625,744 0000000000000000000324a130b3ae02b6dac57a4bac074fb68d6d8430484f9a 1,949 1.00/1.00 vMB 6
625,743 625,743 0000000000000000000b1960243ba9d4255927a288cbe2d29b4f346d8062ac15 2,328 1.00/1.00 vMB 3
625,742 625,742 0000000000000000000b2987c667ab4edc54953c525d01a9fd1ce9336d4f4f5b 2,504 1.00/1.00 vMB 12
625,741 625,741 00000000000000000012cf2d5a8d17b7a645c91d1205df200d108c07c1fc02da 2,399 1.00/1.00 vMB 35
625,740 625,740 000000000000000000023e48e1002f3f0e829d1c1cc71ad7b1d1885b95bdfd03 2,754 1.00/1.00 vMB 14
625,739 625,739 00000000000000000004f2bb334bcdb2fb1975aeff67ec6e6e36302ee2975fb6 2,691 1.00/1.00 vMB 25
625,738 625,738 000000000000000000054b78ae3fc6311443d54e8e3677aa59db0662c8d127b5 1,753 0.87/1.00 vMB 3
625,737 625,737 00000000000000000008bbb9b669c65983454bbd7837a7a24a2d248a4a1583fc 2,312 1.00/1.00 vMB 3
625,736 625,736 0000000000000000000604bec1ea8ccfa2aba78e153da752ad1ba1cb7fd0dba7 2,758 1.00/1.00 vMB 12
625,735 625,735 0000000000000000000951dce2b97264be787d14b1415449fa888550771ba123 2,655 1.00/1.00 vMB 22
625,734 625,734 0000000000000000000158cb9fe6774260b65d131680880b23a1ccc777f0aed6 2,100 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.49 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: 668.30 GB
    • Received: 15.47 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.