Loading Tool

Explorer IconExplorer

Memory Pool

80,288 transactions
29.61 vMB
0.09819613 BTC
Random Selection Loading Transactions
Max Size: 179.19/200 MB

Candidate Block

Mining Attempt 7c323bea8f712d7a9abb341efdfcd51d9b9a9a9179695ad96dd9bee5f8ff4296
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 7b0c87da298679a56cb5af92ad42eacb3a2e34b9f196fcc28f5e9248e2f6cafd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,181
Size: 1.00 vMB
Total Fees: 0.03432013 BTC
Feerates: 178.73 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (125,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,623 789,623 000000000000000000006db4a0f8945dfa34642fd250dcb71fe7bf189e8c77be 3,334 1.00/1.00 vMB 103
789,622 789,622 00000000000000000002a6e2f92448e4db81d4fe979c75d12dca28eff392175d 3,748 1.00/1.00 vMB 96
789,621 789,621 000000000000000000020f367f4427028cbc68567738b3d6b1a23e7657ccb5f5 3,710 1.00/1.00 vMB 94
789,620 789,620 00000000000000000002c81d9b1d2a87752f9b546572cbedd771ecc6c68646b9 4,742 1.00/1.00 vMB 77
789,619 789,619 000000000000000000023cf4d610ed9051b8ebb07d4c99bedc136861000a2fb6 4,478 1.00/1.00 vMB 85
789,618 789,618 000000000000000000043642271a2897bdb4c49dcc66a87b13dac276793eb5bc 4,046 1.00/1.00 vMB 101
789,617 789,617 00000000000000000001e67c092f00b06c082b739f5b93b031edc08c60247c55 3,427 1.00/1.00 vMB 156
789,616 789,616 000000000000000000048fe65dfad4cafe21129ed66021938ac617a0ccbe02a1 4,412 1.00/1.00 vMB 86
789,615 789,615 000000000000000000030efc7359ad507c02aa857a4541fdeae9fb1cbe0caf05 4,663 1.00/1.00 vMB 76
789,614 789,614 000000000000000000057037a447aeeb7d723842c7cb7378ae453ffc8b0f8ff6 4,252 1.00/1.00 vMB 121
789,613 789,613 00000000000000000003e7cb4d095fb3a4fb8db43196afab6408c022e73ec85f 4,433 1.00/1.00 vMB 109
789,612 789,612 000000000000000000033d4b47bb72172948ca797bdca99bfa52711f80ab9f7b 3,913 1.00/1.00 vMB 89
789,611 789,611 00000000000000000000f51953d5cbeba04fc3f8fc92f27b117308e075f4cf78 4,309 1.00/1.00 vMB 111
789,610 789,610 00000000000000000001ec25e0228e1ef2a1c85b8283c5be63399716a70ccbdb 4,392 1.00/1.00 vMB 124
789,609 789,609 00000000000000000000810d1b4cacbb13d551ea57ac23d1f801ebb805f6af9f 4,317 1.00/1.00 vMB 99
789,608 789,608 00000000000000000001aca4de217b041299956db3827aeb61f8b94e8436acca 5,010 1.00/1.00 vMB 108
789,607 789,607 00000000000000000005c0985883b539be9c91c1c0699ffe7449f81f6a000505 3,762 1.00/1.00 vMB 115
789,606 789,606 00000000000000000000e4e99d5c26389f30c5c8c0d53bd7de9b46310c61b91f 4,864 1.00/1.00 vMB 132
789,605 789,605 0000000000000000000467323150a6e1ba36b6ed8870ec439f82ca0a7ca07b2b 4,635 1.00/1.00 vMB 139
789,604 789,604 0000000000000000000123ee99cdaed65ea1108804cace29f0f4f99ec8d4918f 5,315 1.00/1.00 vMB 126
789,603 789,603 00000000000000000002b0f3e7d159051fd77a770b121e87934bf04b31b406dc 4,937 1.00/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 782.68 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: 681.64 GB
    • Received: 16.45 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.