Loading Tool

Explorer IconExplorer

Memory Pool

26,566 transactions
12.04 vMB
0.03351878 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.47/200 MB

Candidate Block

Mining Attempt 58c892989bfa78e2fd026e760094f96a8e38f4319e4d316f35cd403ef8b2283b
Version 20000000
Previous Block 000000000000000000016dd6a41acbc444381f70b8804cceff8d7909537f28ca
Merkle Root c9b8e71074992c875d7bce1e75ec5530b33b1560bba2ef1fbefa0ebde5b40bf4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,728
Size: 0.99795625 1.00 vMB
Total Fees: 0.01343198 BTC
Feerates: 103.81 > 1.35 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,674 (643,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
269,681 269,681 0000000000000003ae3e330fab0c3a1801e925328e7136b8c1821aab8930c38d 431 0.19/1.00 vMB 43
269,680 269,680 000000000000000082fd103ad8ab16f13652e52d4311baa35f09df80efc993db 267 0.15/1.00 vMB 24
269,679 269,679 000000000000000326db54401b966803b0915f521dcd2544115965798b630e87 433 0.23/1.00 vMB 47
269,678 269,678 000000000000000133e77daa6ecbd5532f63f26c28d7b211dc57cdcb44b2a432 445 0.25/1.00 vMB 23
269,677 269,677 00000000000000016ca6fc96b11da8528b7807eb1ca98163acc20c621681b087 634 0.25/1.00 vMB 82
269,676 269,676 0000000000000001c7ea09f6ed1b7b157e2a0a4a3a0a2f30ea61bf1569f8b237 16 0.00/1.00 vMB 107
269,675 269,675 000000000000000845fdd4c76826654c746eb67efc6f70f72f713f55aeaa38e6 1,000 0.48/1.00 vMB 52
269,674 269,674 000000000000000767db568604b9f5b686ca5baef0c6288eb63a047f1a0026f0 243 0.12/1.00 vMB 42
269,673 269,673 00000000000000051bd815ee7b9229bf318e269af009c1491c18d35759c55227 300 0.25/1.00 vMB 26
269,672 269,672 0000000000000005f306143d1630cea6269d83f5be7e6c61d44a8266bf445e91 499 0.25/1.00 vMB 36
269,671 269,671 00000000000000013dabde6e5c553d116a6896ad53e0a1dc9781bd316bf37c09 518 0.25/1.00 vMB 21
269,670 269,670 0000000000000004599f9250326266f6c9805149bc0ad8694999906bc8e49682 549 0.25/1.00 vMB 82
269,669 269,669 0000000000000005ea74b30814d0d07925c15416e82917e8f806febf7062d62b 554 0.25/1.00 vMB 68
269,668 269,668 00000000000000056cbca506f42151e38875448791813d42cfffc4c67ba8d5de 547 0.20/1.00 vMB 97
269,667 269,667 00000000000000061c3858524fb627d9cc11521e6d50e5e5c110bb928cfde78a 563 0.25/1.00 vMB 75
269,666 269,666 00000000000000043945daecfe7836a99d39ca3ae6333e8e4278f56f401dd8d8 167 0.08/1.00 vMB 70
269,665 269,665 0000000000000007c3f614603dc9301b4a9a0aa1fa926a41b3763bfb1fd2706b 94 0.08/1.00 vMB 33
269,664 269,664 0000000000000005fa9cc192756b66ad9fe3f3ec082d0cca5687f531541cfe4a 281 0.12/1.00 vMB 89
269,663 269,663 0000000000000000f2274d1f2e900a8d9bea285777f6f80dfce3c5b30124b9cd 221 0.37/1.00 vMB 18
269,662 269,662 0000000000000003488f0d02c426cbe8552919862a8ea44edffff5bf839df99e 77 0.03/1.00 vMB 42
269,661 269,661 0000000000000006974aff145b5d5d949afb508b0be35d0ebcb0745b407c844d 354 0.23/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 780.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 486.16 GB
    • Received: 3.26 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.