Loading Tool

Explorer IconExplorer

Memory Pool

82,702 transactions
31.29 vMB
0.12686489 BTC
Random Selection Loading Transactions
Max Size: 189.62/200 MB

Candidate Block

Mining Attempt 238fefdd0e347daea28439a7a20e8e793d32dfe28cd783c83cf42bd1cc8ec7a7
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 65ec639deb323f7e3171a0a30dd6cb414f0289160d70a3f7f7c5d3eace5e7256
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,069
Size: 1.00 vMB
Total Fees: 0.04405369 BTC
Feerates: 318.30 > 4.41 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (467,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,893 447,893 0000000000000000031841b382f78f08ea73c181eac748307211945ff8032758 97 0.05/1.00 vMB 82
447,892 447,892 0000000000000000004d3cbf981d3a8c63a6e8548a7f733b92bd1d997ce251a5 1,703 1.00/1.00 vMB 55
447,891 447,891 000000000000000001f593451f3270f16441d3f92e5c43b0450c4e6ca2fc8cdf 1,402 0.54/1.00 vMB 82
447,890 447,890 000000000000000000cb09ce98a1f3f6af067f78faf29e629b89ea4b0eb80518 207 0.13/1.00 vMB 50
447,889 447,889 00000000000000000209eb2e0153704d13bf17f77cc10e2e3af9b7967dc5a859 648 0.30/1.00 vMB 67
447,888 447,888 0000000000000000001f88a4a8218925bba092227c593f8789b5d684d19f0852 2,248 1.00/1.00 vMB 72
447,887 447,887 0000000000000000006e468b4bed638c24441168581c5790dccadc7594ad80aa 1,639 0.90/1.00 vMB 55
447,886 447,886 00000000000000000025836e18f27d2c14c18557ffbbc6723072edc836e745ec 2,790 1.00/1.00 vMB 91
447,885 447,885 0000000000000000023605119db9299de70c04fa416de71b7ba440ce0397ca72 2,066 1.00/1.00 vMB 65
447,884 447,884 0000000000000000019d23ab5ba64e6f851354a513b81be987e92d847e713db2 1,959 0.97/1.00 vMB 61
447,883 447,883 0000000000000000016b8ef2524b05faa8c099359910159e3e2daffd4e0f2d36 2,470 1.00/1.00 vMB 72
447,882 447,882 00000000000000000050eaf7ead3f86ab3dddbdb52d56bf6aa2275147cf923ee 2,582 1.00/1.00 vMB 96
447,881 447,881 0000000000000000026bb30958c77eccd877320982ea64b22f654040b9bf33d0 1 0.00/1.00 vMB 0
447,880 447,880 000000000000000001f13fe6e00d5288f6d75973db9a9f6c9fc4750a55e69848 2,515 1.00/1.00 vMB 73
447,879 447,879 000000000000000001bc16ff2ff0a50260f1e42b6ffe4cd002b7a58eb9e71682 3,233 1.00/1.00 vMB 109
447,878 447,878 000000000000000000d993c3e2e1145851e76e6aa26d4fd2dd49e97dd3b1cb97 405 0.15/1.00 vMB 84
447,877 447,877 0000000000000000012bc9a27fc0bf83efc1709ba25c56c6e04c02ed2c8904d2 1,945 0.98/1.00 vMB 70
447,876 447,876 00000000000000000260b9e46a51d20335fcc89ac2a5a5a52a056e481866509b 2,488 1.00/1.00 vMB 108
447,875 447,875 000000000000000001d61b89a4024cfd1ed1f9573c35506873cbc519502a329f 1,482 1.00/1.00 vMB 31
447,874 447,874 0000000000000000017a90b6727a257cb249f236d13559c0879435e59568a2b2 2,181 1.00/1.00 vMB 83
447,873 447,873 00000000000000000024774efd6a28c623c1f8875f4463736f80af2fd10d7dc8 1,794 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 783.08 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: 722.26 GB
    • Received: 18.39 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.