Loading Tool

Explorer IconExplorer

Memory Pool

75,538 transactions
28.26 vMB
0.07997370 BTC
Random Selection Loading Transactions
Max Size: 171.75/200 MB

Candidate Block

Mining Attempt 3aa1e153d8029bdb60b5fb6a2179e7b90def36c30d322781551d6cf148073671
Version 20000000
Previous Block 00000000000000000000f476e02b0f3a45fc85a1c57118e0d247af7c3400b258
Merkle Root 0fc21d442322410c33180588366469dc3232387a1a1adbf8676d2c22eae15323
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,980
Size: 1.00 vMB
Total Fees: 0.01850119 BTC
Feerates: 200.00 > 1.85 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,588 (820,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,492 95,492 0000000000027debe72a57c641fa15edcd2ea76a8c36a94ad455e0ed30646c8c 1 0.00/1.00 vMB 0
95,491 95,491 000000000004171d2d8c7685c00a242ac5126c110a2258a0729cc528f39a9fe9 1 0.00/1.00 vMB 0
95,490 95,490 00000000000642f7ebe9ec4acfff7abd63f8d3bfbacd032827c2e16e2c614043 1 0.00/1.00 vMB 0
95,489 95,489 000000000002e1a6af1d5d5c429d9f8f97ba65fae6949f56de95abaf428dc835 1 0.00/1.00 vMB 0
95,488 95,488 0000000000041c95be96953535ce0a07fc2a626fbbd023ec5a80e40ef316ab4e 1 0.00/1.00 vMB 0
95,487 95,487 00000000000230a6771bd0e666df4313bd54fc75ce4c9cbc392ff4ef6d1c849f 1 0.00/1.00 vMB 0
95,486 95,486 000000000006e0a3d70c06ecab8b368bdfc6d1d5c0de3925f2018ebda8aa350e 2 0.00/1.00 vMB 0
95,485 95,485 00000000000103315bc0e38defb1aa9e3affd32c8cd12cb3689d93118b6c2876 1 0.00/1.00 vMB 0
95,484 95,484 00000000000172e7f1a21f6e163c573a34544f4b5e2c124bc4827a6a050daa3d 1 0.00/1.00 vMB 0
95,483 95,483 000000000007c4ed1e875bdaa1ff8bac0163c2bbea18c1f742949fb213c831cf 1 0.00/1.00 vMB 0
95,482 95,482 0000000000047dc5a880c46600da2ddb7e6e76d5af729ce63196f078b5310e1a 1 0.00/1.00 vMB 0
95,481 95,481 000000000007b3f6b5f8fb9842e1c5f5b5749e2a4542b43d3f1397645dd88a16 2 0.00/1.00 vMB 0
95,480 95,480 000000000005fde00fdfa9c03c9f77744e6ee22859fb56d410de5fd89076e115 6 0.00/1.00 vMB 0
95,479 95,479 000000000003c5347434f421eb8d9ec446bc5b4c5ac55860cf6130c4d74373d5 1 0.00/1.00 vMB 0
95,478 95,478 000000000002f84f6fcab3c00a842dc6976a76832b543e2366bea3c8ae7f94a4 2 0.00/1.00 vMB 0
95,477 95,477 000000000003a40b571bd79b6567a3fa6ebbddd05d523bf84493571083529ec9 1 0.00/1.00 vMB 0
95,476 95,476 000000000000fc1a7636ffad252f9f2111fd917db9725c57ddb770fe6fe2b772 1 0.00/1.00 vMB 0
95,475 95,475 000000000007b8e49fa142251b1799fbdc3165dec6f15b3d95fa062d51f87187 1 0.00/1.00 vMB 0
95,474 95,474 000000000000e2fb7fa81c12d9b05c6670d16ed450e0351bcd098809f8a1385b 1 0.00/1.00 vMB 0
95,473 95,473 0000000000002bdf37b479382113e99f82d310537fb70a83a587523412372a11 1 0.00/1.00 vMB 0
95,472 95,472 0000000000031bf169f6fca6c9e45f274e5f035ff934c06c606c788d2cceaf8f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.41 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: 770.17 GB
    • Received: 19.80 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.