Loading Tool

Explorer IconExplorer

Memory Pool

44,889 transactions
26.70 vMB
0.06127660 BTC
Random Selection Loading Transactions
Max Size: 141.01/200 MB

Candidate Block

Mining Attempt 936ed9b0dee95c06c5ccf977716a4d1192b0c5ef09b7af65c9aa0260fa015b16
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 02e2193523fd84666f681406bf8ef86c68bd71c04f630ea18dfe8bf4aa592b9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,780
Size: 1.00 vMB
Total Fees: 0.01196572 BTC
Feerates: 180.34 > 1.20 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (852,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
62,045 62,045 00000000074d90c7e16b52e0b54cb13cd0853370eb1c6e382ceda12706ed0660 6 0.00/1.00 vMB 0
62,044 62,044 0000000003ac177d3ecf6d706be332b6112cf2ce0b7bb13a53d093c7a56efab7 1 0.00/1.00 vMB 0
62,043 62,043 000000000322ed377419acd11dcbdedb6b5d8c3192aed274ebfec56f6844adfb 1 0.00/1.00 vMB 0
62,042 62,042 0000000005ff857c0527eb4620acbd3f00a6452f262cb57c28bfe61063d7a2c7 4 0.00/1.00 vMB 0
62,041 62,041 0000000007d52e2b072cc1f91543127d657313cd29322e42b453cc15c56b11cd 2 0.00/1.00 vMB 0
62,040 62,040 000000000db01b7f9bc00b501d7963dcb95b2b61fd158db257c24be1ddc8d304 3 0.00/1.00 vMB 0
62,039 62,039 000000000120f7956ea42614909d171be15bab3120e31b0cb8460c0e1df8ce68 2 0.00/1.00 vMB 0
62,038 62,038 000000000a529151cdc499799708bc16dfabf5f94a83d7996ec356b6a4bdf87f 2 0.00/1.00 vMB 0
62,037 62,037 00000000061566ff0dbde57420b81075410ec0c78e3cda14b8f885d9293a48e2 2 0.00/1.00 vMB 0
62,036 62,036 000000000a47a6b9df4caa0380d999282734015ea04b5be4d3835e29005163a8 1 0.00/1.00 vMB 0
62,035 62,035 000000000c4f0efd09b79a0e31f46fccfca6759bd943539f72857e29e24de733 3 0.00/1.00 vMB 0
62,034 62,034 000000000994446deb97934ead64189d8c5b269b635654d1081f62d2823ae1f7 2 0.00/1.00 vMB 0
62,033 62,033 000000000af1f65368ac9b333106a494d4f76b5265698999bc102da3052c2283 6 0.00/1.00 vMB 0
62,032 62,032 00000000087923cece02f11bc7dbdc2a61fde53f37bc7e8b0e090fdcf34ad94d 1 0.00/1.00 vMB 0
62,031 62,031 0000000000e7bb0f454c42e7dcfa30edb9d54ccf39dc544d61c6c0de495d8115 1 0.00/1.00 vMB 0
62,030 62,030 000000000a006335159156d9b4818ebaac9284122dfe5358f6a94e793a9c1728 1 0.00/1.00 vMB 0
62,029 62,029 000000000572193b0cd4555e6021f7b9b6fbb701e90d22446d1230c9560ea3fc 1 0.00/1.00 vMB 0
62,028 62,028 000000000815f02c7605913a60b5870ce060a4c0b6cdf5abbe3052137a5056ce 1 0.00/1.00 vMB 0
62,027 62,027 00000000077677b71ea4b8da5af574dac502d42494da43baa0e62040ffdc56e4 2 0.00/1.00 vMB 0
62,026 62,026 000000000e689546a09afd992ca9bbc4a82b273d8351cf76e5444af24d823bcd 1 0.00/1.00 vMB 0
62,025 62,025 0000000005a82c292984f3789154e30860b21937ea26150bc867b310df9ef466 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.95 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: 647.18 GB
    • Received: 12.91 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.