Loading Tool

Explorer IconExplorer

Memory Pool

71,770 transactions
27.76 vMB
0.06145062 BTC
Random Selection Loading Transactions
Max Size: 164.63/200 MB

Candidate Block

Mining Attempt 9c92a70fb51df597e70440b7826ba94813449096f50a9c56ec23639e92393929
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 0fa868d03192010ae5badb06a6c96d2dfa5ade4548b2a67d71e1916f8db0edeb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,895
Size: 1.00 vMB
Total Fees: 0.00608954 BTC
Feerates: 101.52 > 0.61 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (314,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,907 600,907 0000000000000000000ecd04bde4b13e67de027c31ee538255784c7281906484 2,590 1.00/1.00 vMB 27
600,906 600,906 000000000000000000120c57ab4579e0b3065a3ba1aca29a93bce1ac3123a62f 2,134 1.00/1.00 vMB 41
600,905 600,905 000000000000000000145d8f786e736ba2308b96af5f2c6c06783ac9f2fe0eee 1,870 1.00/1.00 vMB 18
600,904 600,904 00000000000000000003726d9aeb2a1ccd3d9227337a558ddb26448303964c62 2,771 1.00/1.00 vMB 15
600,903 600,903 00000000000000000004671d0ed58a89a0b35809e47e41cd3d7d38964654c697 2,959 1.00/1.00 vMB 20
600,902 600,902 00000000000000000011f463fd2591c10fd91b046bd4728214f4765d5c7e03af 2,521 1.00/1.00 vMB 28
600,901 600,901 00000000000000000004c849f41c912c7bfec76b0117f2546a736da52a40769c 3,051 1.00/1.00 vMB 23
600,900 600,900 0000000000000000000728f9e54d8071cb71a2b8940aa8808e858e271ba9c8d9 3,206 1.00/1.00 vMB 24
600,899 600,899 0000000000000000000309f14471ea8acbe815a64e72772550af80787804e2c5 3,077 1.00/1.00 vMB 35
600,898 600,898 000000000000000000052aa197fdc04895b5488696cfdcd9b071927c8e256206 2,265 1.00/1.00 vMB 20
600,897 600,897 00000000000000000003df879ee8c45c3c335e36a76e2d16f2dc27b30af5eed8 2,788 1.00/1.00 vMB 21
600,896 600,896 0000000000000000000d2b10697294fcfe7a3d98e64ed2eeb02124fd8400a3a3 2,488 1.00/1.00 vMB 33
600,895 600,895 0000000000000000000f886979576a6f8eb94bce5af274fd883dec782a27736d 2,464 1.00/1.00 vMB 46
600,894 600,894 00000000000000000001dcf68773bcd43b8f823f54b2ce456d02683801d39daa 2,754 1.00/1.00 vMB 29
600,893 600,893 0000000000000000001043cadbc21c9e55288ac2f351ebafa638a640a65a75c0 2,534 1.00/1.00 vMB 18
600,892 600,892 00000000000000000011baa2a5352850820c5c88aafe81cdc652ebb920ae2631 2,895 1.00/1.00 vMB 18
600,891 600,891 0000000000000000000bd0991afb4702e650eb2df9ae985d0e8eee8a450df39d 2,993 1.00/1.00 vMB 16
600,890 600,890 0000000000000000000f518e4c6751e52c5e347611ec22a53b16a50487a1ff4d 2,738 1.00/1.00 vMB 38
600,889 600,889 00000000000000000007a6234e2f78c9c999df68b98d7b3125550e0a310b1551 3,096 1.00/1.00 vMB 29
600,888 600,888 000000000000000000130be798002fdf10c2ac7ebb629abe34b9b3744b47b9d0 3,028 1.00/1.00 vMB 26
600,887 600,887 0000000000000000000e4deb6842acaa3e236ce78f4b0e541e7dba2415402194 2,332 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.45 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: 667.43 GB
    • Received: 15.25 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.