Loading Tool

Explorer IconExplorer

Memory Pool

41,237 transactions
26.29 vMB
0.07442354 BTC
Random Selection Loading Transactions
Max Size: 136.93/200 MB

Candidate Block

Mining Attempt ca44db1dbeb54362074f845de79764a4bffa55893985aeeca694ad0d86ebf4c6
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root fb6afbbb705b4c06c0867981b0d33de99c2b8c8a69d3abd90075a90bbf183c0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,701
Size: 1.00 vMB
Total Fees: 0.02619213 BTC
Feerates: 150.98 > 2.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (238,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,614 676,614 000000000000000000050a059f690ae897c10362077c2564d040a253c9dee918 2,402 1.00/1.00 vMB 79
676,613 676,613 0000000000000000000b0d9c49fe18ee598a55ee22e12cea597f199155667042 1,758 1.00/1.00 vMB 10
676,612 676,612 0000000000000000000beaf48d7050df9d3c9197a3ee0a1d56060e3ce7fdf9dd 2,104 1.00/1.00 vMB 51
676,611 676,611 000000000000000000077a2424db07b206e59d0a80da19637e009b69b389201b 1,058 1.00/1.00 vMB 71
676,610 676,610 00000000000000000002c5e0e4b7388af944b0b1af75770b08de8acd17eea165 1,237 1.00/1.00 vMB 76
676,609 676,609 0000000000000000000ccd3eba1c8f678d174fcea39416ec2db2e456b58b88d7 978 1.00/1.00 vMB 8
676,608 676,608 0000000000000000000c407a4837362e50f97af0b3e59a7256e6c044ae8928a1 1,263 1.00/1.00 vMB 26
676,607 676,607 00000000000000000003f0e1ad9a11effe2cf9026acb54e4f9f27ae37c487e78 1,214 1.00/1.00 vMB 22
676,606 676,606 0000000000000000000245b7a951e3b5e5e165d23fc8505a58500a1c0a820533 2,468 1.00/1.00 vMB 16
676,605 676,605 000000000000000000005d625011cbe2533ae3be4ae8d76ed4d118bfb2bb360a 2,695 1.00/1.00 vMB 47
676,604 676,604 00000000000000000006cd018ec0b4c26189eae9d174d159fa8c5cf9382bee2c 2,217 1.00/1.00 vMB 52
676,603 676,603 00000000000000000005dbed6045e4aef565276a8c086e66451d555e3dca6ec8 1,595 1.00/1.00 vMB 55
676,602 676,602 00000000000000000009d04659561aa481cdf26229247aa362e4b5bf89f16da9 2,422 1.00/1.00 vMB 25
676,601 676,601 00000000000000000009217f2e5d70bf3a5f1aa4d5cca92d63959459bd0008ab 2,339 1.00/1.00 vMB 42
676,600 676,600 0000000000000000000cbb2cb5f1bed964afdb10fc83789c7a65b9705c3b6aa0 1,890 1.00/1.00 vMB 70
676,599 676,599 000000000000000000023def0114723e7305e39c1435d7d9e14544c66231cb85 2,671 1.00/1.00 vMB 13
676,598 676,598 00000000000000000005f87065ff2ea6409f14f02c4080700044c3ff96aa4a14 1,653 1.00/1.00 vMB 59
676,597 676,597 00000000000000000002dd52a1c75a40eeac9e3801095850c13012c6a43d58cb 1,253 1.00/1.00 vMB 74
676,596 676,596 0000000000000000000617494ff22b87dd387e04d035d4d17989a45363d30558 2,208 1.00/1.00 vMB 84
676,595 676,595 00000000000000000000d151ab70368c0bedb7286d173a968fa94c3cbc4ed58f 2,155 1.00/1.00 vMB 47
676,594 676,594 0000000000000000000312777969498debfdcffa38f36c2af1c1381300df9639 2,423 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.