Loading Tool

Explorer IconExplorer

Memory Pool

40,751 transactions
27.24 vMB
0.07656436 BTC
Random Selection Loading Transactions
Max Size: 140.55/200 MB

Candidate Block

Mining Attempt 17fe0d04d1dc5acd83763435926c568a4a4304c2b4c66de635bd5d8ce66a47be
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root e34435ba12e2740dfaa340c99305b99cd79b830e68fcc373427bf4f32706fc10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,015
Size: 1.00 vMB
Total Fees: 0.02464681 BTC
Feerates: 107.72 > 2.47 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (448,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,663 465,663 0000000000000000020b20dfa2ba03b95639110ffec02e86c3bfdffe42344660 2,117 1.00/1.00 vMB 192
465,662 465,662 0000000000000000015045f89515a251a51125ebaeda4b7fc1b3d591a4538bdc 1,253 1.00/1.00 vMB 173
465,661 465,661 0000000000000000001910ba63ff808532d7eeb84c0a26b4d6741f9ad7e438ec 1,915 1.00/1.00 vMB 198
465,660 465,660 000000000000000001fef0cbe66464a9cdb0ebfb12588498b6424081485be0fb 2,054 1.00/1.00 vMB 303
465,659 465,659 00000000000000000067e3b913e6e468b77f7ceba329bbe4010ad7713fce0d01 2,824 1.00/1.00 vMB 253
465,658 465,658 00000000000000000164a625cbd750b9b95e29879d10ee64f7d2795c9c33aa99 2,317 1.00/1.00 vMB 227
465,657 465,657 000000000000000001994cca5ebccc89b7a5ffc7a3c320524542ae417f0d111c 2,355 1.00/1.00 vMB 273
465,656 465,656 0000000000000000012edd52500cdb58ec076e78df4074a382e5c29d59397123 2,346 1.00/1.00 vMB 229
465,655 465,655 00000000000000000163673ccbb6bb79e0cb6f64166a2961b098e4b6b5361f86 2,801 1.00/1.00 vMB 329
465,654 465,654 00000000000000000123ba44d308180ba5fea3b7a50b483b149aeb53de2a2506 2,788 1.00/1.00 vMB 232
465,653 465,653 00000000000000000033c5185c9a6390cf88b60c2ab103e3fee88dda8774404d 2,039 1.00/1.00 vMB 220
465,652 465,652 0000000000000000017cee125ae30eacbaca9a006f8f69911843dd8dc71408ee 539 1.00/1.00 vMB 178
465,651 465,651 000000000000000001e0e484674b9ed64cb71c11599439e0b4fc4444eba96319 470 1.00/1.00 vMB 150
465,650 465,650 000000000000000001eb58db60c341ba9e1451ee5f00010833c4514c1d9b1e34 2,020 1.00/1.00 vMB 171
465,649 465,649 00000000000000000118233766a9ca14267543aaf03c51bf97168d10afb4d03d 2,863 1.00/1.00 vMB 274
465,648 465,648 000000000000000000f240b4455076c1a6b0a05893f9c6a5e5a94577d6af78dc 2,501 1.00/1.00 vMB 209
465,647 465,647 000000000000000000cc54bc466cfa2e028a255a75637214a9c85c8f527d728b 2,560 1.00/1.00 vMB 195
465,646 465,646 000000000000000000cbb924f7c8fd22c22c26b931489779db251aa2b13f02f8 2,850 1.00/1.00 vMB 316
465,645 465,645 00000000000000000125fa4b9c9953515f1df30d8c2e507d6e5414b0c8b5c51e 1,486 1.00/1.00 vMB 177
465,644 465,644 000000000000000001c7e439a2794fcb1a67773c3fcab4fe3bbf592b91c3586e 2,491 1.00/1.00 vMB 248
465,643 465,643 000000000000000001d2b692385ded133ce6d6d9b96d40171657153af13a9dfa 1,146 1.00/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 781.79 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: 633.64 GB
    • Received: 12.21 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.