Loading Tool

Explorer IconExplorer

Memory Pool

42,143 transactions
28.26 vMB
0.06077376 BTC
Random Selection Loading Transactions
Max Size: 145.51/200 MB

Candidate Block

Mining Attempt f4aa65bb4bd1b2dd8d520d71af67fdf94b7536422b468b16e1516cf75eac885b
Version 20000000
Previous Block 00000000000000000000533ffed785e40bb65926541d5898db4d8836674e9487
Merkle Root 79923ea66989952f5f6a1cedd27af3abf1c77c918d10088e23e1c88a99a79c51
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,688
Size: 1.00 vMB
Total Fees: 0.00637448 BTC
Feerates: 100.00 > 0.64 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,627 (512,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,613 402,613 0000000000000000019d25436483c1e1aa320e1c857dab97e29ec6f1e23d9422 1,495 0.92/1.00 vMB 35
402,612 402,612 00000000000000000285d43b0abeb4a678296d476e276e74768b837aa386d444 420 0.31/1.00 vMB 29
402,611 402,611 000000000000000001ac21bd1005caa32f7e76eaf57a4e3c19e4a5bc641e8c1a 1,250 0.72/1.00 vMB 35
402,610 402,610 000000000000000001a3715dbacbf02f7c51ccf4f63bbb90e759c41cf013f347 400 0.18/1.00 vMB 39
402,609 402,609 000000000000000001735f4071f16a28a2509b136d3f8d8bcde7c7adc67ecd34 501 1.00/1.00 vMB 9
402,608 402,608 000000000000000003ef2537acbebc0ddee7edc3ad2d1b35cbb60bb233cb3777 157 0.16/1.00 vMB 9
402,607 402,607 000000000000000000f81df98f8f3c2cc7dc7fe654d391307c22448095ef6826 204 0.15/1.00 vMB 42
402,606 402,606 000000000000000004523df1ee037676634f38ebcab0618d8c15bec41e6bc1ab 1,069 0.61/1.00 vMB 30
402,605 402,605 0000000000000000042914639b61140cc479d4a359f80d581388d3d57f86f839 1,239 0.91/1.00 vMB 29
402,604 402,604 000000000000000000c2e87cd0e531521600515629a8800ff3f4d3ee144915d2 1,890 1.00/1.00 vMB 38
402,603 402,603 0000000000000000030c8e9f9f82dcfb1df26b8a26b01e5f6b0d411386f2054a 1,370 0.99/1.00 vMB 31
402,602 402,602 000000000000000005ada5686e54b2dcd77ee4bcf70e490d7eb9ff95a7a1d526 2,264 1.00/1.00 vMB 46
402,601 402,601 0000000000000000029ad50e63681687fc310b1e9749b7ea8fc5515fabee41de 282 0.17/1.00 vMB 33
402,600 402,600 000000000000000000a3c19e33138d3c6af905b22595b9f4e6a3f2fa26a35b05 528 0.62/1.00 vMB 28
402,599 402,599 0000000000000000018caf4e38bea8f8de3e66f9c0b11a565a61fc23b15ede5a 397 0.28/1.00 vMB 23
402,598 402,598 0000000000000000062a7137126ee6b2d6528831af5af0cfb78e72697eea57d0 681 0.32/1.00 vMB 43
402,597 402,597 000000000000000005a39c4aad106627e65b052dc83f996455b7b0f4ca7f5d0f 1,203 1.00/1.00 vMB 24
402,596 402,596 00000000000000000295dbfc966b1416fbd5eaee99130b5f880132a6c2b34aaf 1,698 0.93/1.00 vMB 41
402,595 402,595 000000000000000002c247d539792993350dffda808f9b127678dc26e9a80e6d 1,562 1.00/1.00 vMB 29
402,594 402,594 00000000000000000166ae926be8275b28684c4fd3771846c30d08f5f2327a64 2,519 0.93/1.00 vMB 63
402,593 402,593 000000000000000001199a7bd6d98ec74b8c31cf27dab8153235e0684a166b12 522 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.73 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: 630.22 GB
    • Received: 11.99 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.