Loading Tool

Explorer IconExplorer

Memory Pool

42,335 transactions
26.08 vMB
0.05280212 BTC
Random Selection Loading Transactions
Max Size: 136.87/200 MB

Candidate Block

Mining Attempt 37ce3f623c7ee896466d3e64ec7e7515575a635113c17bd8bd721b3ab76f0a41
Version 20000000
Previous Block 00000000000000000000d8ba2955f02eb456e7c5acbac6935bbd800431352c76
Merkle Root 0db0fc8d3418620b44f87896bf4ce9fad8fafba5abd49a2cc7aadd1daa223833
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,244
Size: 1.00 vMB
Total Fees: 0.00534732 BTC
Feerates: 100.28 > 0.54 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,739 (344,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,050 570,050 0000000000000000000c45b8fe53db2d69241248382ac59603277bef4e46c831 2,864 1.00/1.00 vMB 86
570,049 570,049 0000000000000000000ff20c949e1084f8156bc7c3cb9ebd7bfb03c9e81ee3f2 3,316 1.00/1.00 vMB 103
570,048 570,048 0000000000000000001946d428f13676ab1cb11a7eca467b41012a20a1e70821 2,915 1.00/1.00 vMB 116
570,047 570,047 0000000000000000000ffb0b75e32c361772de3c3fdf9c6c8ef7c935a2259a8c 3,184 1.00/1.00 vMB 96
570,046 570,046 000000000000000000044af1cf614e33ef852b0263fa5cc442b30a80f2029cd3 3,247 1.00/1.00 vMB 110
570,045 570,045 0000000000000000000515672661db489d90eeff6ff519d5a9416f146b5a48f6 2,085 1.00/1.00 vMB 74
570,044 570,044 0000000000000000000c26ff7753e578e7f460d46179279cd569528a624f1619 1,572 1.00/1.00 vMB 88
570,043 570,043 00000000000000000025cacf80c68a65b0f7e12c336d491164a9f9ece7a8232f 2,595 1.00/1.00 vMB 80
570,042 570,042 0000000000000000000e8b41282ab69b31413a80c0ae3784b8e22ce7ce631c4f 2,323 1.00/1.00 vMB 92
570,041 570,041 000000000000000000074b2bc391f2f1e9addefe79ba36556b70b3ad02fa1fe3 3,108 1.00/1.00 vMB 108
570,040 570,040 00000000000000000001950dc737467922d214e805b4a54162d9b800f037e99b 2,287 1.00/1.00 vMB 81
570,039 570,039 0000000000000000002b41414d3d98c2c5ede855fb9800e75a09f0afe33ec3be 1,812 1.00/1.00 vMB 103
570,038 570,038 00000000000000000021eb76a907cfc2e2ccf63e9ffa1f758c399ad16e019108 2,545 1.00/1.00 vMB 89
570,037 570,037 00000000000000000005b18e3f71892fbc7a9fd681d950502de198dda959b85f 2,701 1.00/1.00 vMB 92
570,036 570,036 000000000000000000200f6b5df6bd73a25750a489527823a229a3732cfd7bbe 1,714 1.00/1.00 vMB 98
570,035 570,035 00000000000000000023b18658c98cf2c89905890ed9d7825ca05591afe2e430 3,077 1.00/1.00 vMB 101
570,034 570,034 0000000000000000002b880ba07efb018cda8c52437858dcd1065a46af16ff47 2,934 1.00/1.00 vMB 157
570,033 570,033 0000000000000000001f1fadce4b36811a2fb28ea23ddba684e6f9b6f3e9cda8 3,039 1.00/1.00 vMB 115
570,032 570,032 0000000000000000001d33d1fe2ca70d0491903ea7c3082dcff519aa6c73dead 1,736 1.00/1.00 vMB 97
570,031 570,031 00000000000000000010e57bfbfcbb49bdae6212789c51447316c4652bd6fcf3 2,575 1.00/1.00 vMB 109
570,030 570,030 0000000000000000000ed595015d8157552df319502265d79149b40c83a148a6 1,008 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 781.93 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: 646.28 GB
    • Received: 12.83 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.