Loading Tool

Explorer IconExplorer

Memory Pool

71,542 transactions
27.70 vMB
0.05847472 BTC
Random Selection Loading Transactions
Max Size: 164.28/200 MB

Candidate Block

Mining Attempt e594bcc1ddcfa156a9ab4508f2fb63769858491ce162ecd817b94cd38a14d2b6
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 2b999924433c1660c6c5bf9ba3d001611f33b828d0012f8f434d5583bd521c48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,105
Size: 1.00 vMB
Total Fees: 0.00313118 BTC
Feerates: 49.26 > 0.31 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (314,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
600,886 600,886 0000000000000000000efa587bc4a5410099286bab1c73ea2509eb36baaf091a 2,253 1.00/1.00 vMB 16
600,885 600,885 0000000000000000000131ed6210b8e37cbec7ef96d0142c8c78e2d1caec650d 2,701 1.00/1.00 vMB 17
600,884 600,884 00000000000000000003aa730e1cc9bc4a92f9a34171c77cc3cb64e17b76e461 2,970 1.00/1.00 vMB 24
600,883 600,883 0000000000000000001123fb7798bf77a59e5f07fa2afb46b114cae025efcda2 2,979 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.48 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.16 GB
    • Received: 15.40 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.