Loading Tool

Explorer IconExplorer

Memory Pool

44,325 transactions
27.40 vMB
0.07175405 BTC
Random Selection Loading Transactions
Max Size: 144.37/200 MB

Candidate Block

Mining Attempt ffe1abc8930b9858e654058fa9c960ad22cdef8139ef8121875a01e7340d56ab
Version 20000000
Previous Block 0000000000000000000020e9d45e9150f859cf8f43ad3ec471b266bd49e0d4b1
Merkle Root 5152e1880ba75133942cff2190630df68595487ec5b9b27828c30c6564ea8769
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,597
Size: 1.00 vMB
Total Fees: 0.02047712 BTC
Feerates: 170.94 > 2.05 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,900 (848,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,042 66,042 00000000064d036a61180f11fcac9890cdefed1a5da2c4300f53fab29f0a3cc8 1 0.00/1.00 vMB 0
66,041 66,041 0000000005feae10d2b79751ccf81bd2b4965f895715ec4ad6d1bf93c6cc064b 1 0.00/1.00 vMB 0
66,040 66,040 00000000048240129acc22f1bb2224e98f62c09cdf1f06ba1cb7d7ebc2708a2c 6 0.00/1.00 vMB 0
66,039 66,039 00000000092250010c7f8eb51258c14d6c03ead8a101b0de442b82c959271acb 5 0.00/1.00 vMB 0
66,038 66,038 000000000745649d372678aa32845d99dbcb96e7834b815e267df8ddd010d623 3 0.00/1.00 vMB 0
66,037 66,037 0000000009325c16c392b0edf15cc674ffb28dde9cf56c969dac56826432ca18 5 0.00/1.00 vMB 0
66,036 66,036 00000000018dc0538c417a5a0713bc116d04d9a0b551e470b3a8b8322d3d930e 8 0.00/1.00 vMB 0
66,035 66,035 000000000a1fa9cac42b98ab5a10fb9ed5077f792938c49ce76ece3ef97eb18c 1 0.00/1.00 vMB 0
66,034 66,034 000000000a65d5705b4729ce7cd1f2b1ffd66eb9ab608711da8a5f5d67b93501 1 0.00/1.00 vMB 0
66,033 66,033 000000000a11ce63cd4158200ee099f758e392920291d285004af4b6810bb4e0 1 0.00/1.00 vMB 0
66,032 66,032 0000000001d19e2247c2483f333110bdca77539c0e6621212879a03c0450206f 1 0.00/1.00 vMB 0
66,031 66,031 00000000066a44a36a2cce636c0cc1bd72d6e45c45a0d6e289d60beccbf88cff 2 0.00/1.00 vMB 0
66,030 66,030 00000000093cb31e2b68ef25ede3c94408d30f42e512cb004c7c75820ff2fcb5 5 0.00/1.00 vMB 0
66,029 66,029 000000000943972deed88cc5179a0f7b572366763b15d2963b59237cf7676b89 2 0.00/1.00 vMB 0
66,028 66,028 00000000053118df3232d22d692e1ef69932dbc6094695f6c9c830db399d1c67 3 0.00/1.00 vMB 0
66,027 66,027 0000000001f47dfea264304a99b73e9ebc8cc3128b1c2d44d5bb0adb81377818 1 0.00/1.00 vMB 0
66,026 66,026 000000000610cb8a8b2ca0579da4d636aae8a6d4f1800075fdb6ffb92609ff59 2 0.00/1.00 vMB 0
66,025 66,025 0000000005ff34a63a43326e2f86a35ff46cb114cf79e5a5336bc601db0271fc 2 0.00/1.00 vMB 0
66,024 66,024 0000000004df18f49e8b4869be7e2c13d65d846ae6d15bb7ea040624435dd961 6 0.00/1.00 vMB 0
66,023 66,023 0000000000881768aa5480dbeb98a57494b61070b6d347bb6e630a0ab1cbcc4f 4 0.00/1.00 vMB 0
66,022 66,022 00000000051ee1503d960dff635a1b52521490258a3ba4cc59673642cfbb1ccd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.21 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: 654.41 GB
    • Received: 14.14 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.