Loading Tool

Explorer IconExplorer

Memory Pool

83,439 transactions
31.02 vMB
0.13829171 BTC
Random Selection Loading Transactions
Max Size: 187.10/200 MB

Candidate Block

Mining Attempt 7f1824d6d031f60380b4246d752e2f6b775d89275c065a1cea0ecee6df128579
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 07cec0c3320f18301309c70f18068be7d5b4f9593aa57f17c2b1a8af88ececd8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,765
Size: 1.00 vMB
Total Fees: 0.07005533 BTC
Feerates: 366.60 > 7.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (484,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,455 430,455 000000000000000003c718f114a108fa91d8db8bdb4c8fd277a907187c8b95a4 1,106 0.86/1.00 vMB 34
430,454 430,454 000000000000000000f24b50a163e6a5d8a45dd2a1cd65f21f59c49d4ca477e2 2,231 1.00/1.00 vMB 64
430,453 430,453 00000000000000000070970e6cfa8224b021e8eeba5d0a9588fca0913f37bf00 2,314 1.00/1.00 vMB 74
430,452 430,452 0000000000000000031495621dbe90dc9aaf6a1f1db833c35445700a87836268 450 0.23/1.00 vMB 52
430,451 430,451 000000000000000002328172b5242c30b0ad057bc8efc72983b3700bec9a65e5 978 1.00/1.00 vMB 23
430,450 430,450 0000000000000000031318d5d56e9cfbf55845c43570c3675287a43d868275b8 2,723 1.00/1.00 vMB 66
430,449 430,449 0000000000000000017d93bb1d4f228be101dd6797bb771e396ed5f3cd83cb9d 415 0.18/1.00 vMB 59
430,448 430,448 0000000000000000048660c446fe9bfaba399db952b25de2a151b060cd87bd72 746 0.66/1.00 vMB 31
430,447 430,447 000000000000000000c1975645f0e7752b8eb1d62db18d5da1b055110d223de9 1,764 0.66/1.00 vMB 60
430,446 430,446 000000000000000004355f5a3b4be04f0cc6f248097235fc646e6e365eb3f25c 71 0.02/1.00 vMB 61
430,445 430,445 000000000000000001ec1d035fd85ced92db64d3f8e2b7b15d2a4c9c9ec1f290 784 0.37/1.00 vMB 52
430,444 430,444 000000000000000000478feb2b4c76e6257d05aa5ad8feb33a95f65792da4e0d 1,725 0.72/1.00 vMB 61
430,443 430,443 000000000000000004adf61c0d6bbb05d2b1999b964ed8e5a052cf8d3f6b49e8 1 0.00/1.00 vMB 0
430,442 430,442 0000000000000000017ce9a38533f782d9a51300e4b6eee42d7005d22f0fc915 1,580 0.99/1.00 vMB 39
430,441 430,441 00000000000000000459162270a5486737a9b20d1ce5c27ec8f55e8ca78b32de 647 0.40/1.00 vMB 38
430,440 430,440 000000000000000003e8d14279d54773a3daa79028912a9a508ddb60a20fc20c 2,229 1.00/1.00 vMB 69
430,439 430,439 00000000000000000472b61d87704df3daf04f09b1b47cfef3eafc183114209c 1,177 1.00/1.00 vMB 30
430,438 430,438 0000000000000000001d2e0a77da978533a30837af6e90e8b812a1279d57e2af 2,288 1.00/1.00 vMB 77
430,437 430,437 00000000000000000111b7692f892f889a5e41730f230800860f7aa2685e29d1 1,094 0.65/1.00 vMB 51
430,436 430,436 0000000000000000003308dd3e3848eece2943cb6bc3490bff2733b266465f19 624 0.23/1.00 vMB 67
430,435 430,435 0000000000000000047382e78ac0f791c5815bc5527ce499c3d3ea749636dc77 307 0.75/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.34 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: 661.58 GB
    • Received: 14.82 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.