Loading Tool

Explorer IconExplorer

Memory Pool

49,819 transactions
30.00 vMB
0.10416463 BTC
Random Selection Loading Transactions
Max Size: 160.00/200 MB

Candidate Block

Mining Attempt 2fae520c2e59de67b901796de58fb78bd4ac43727a62d8f4140abcc958942b42
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 1a17c45d17e4da709e4c9958449e813d0f0062bf3928ed877b5e55640510de47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,208
Size: 1.00 vMB
Total Fees: 0.03663001 BTC
Feerates: 150.68 > 3.67 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (388,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
526,440 526,440 0000000000000000000fcb255266bc10497f628a3045a362e600e51a4e608684 2,554 1.00/1.00 vMB 29
526,439 526,439 000000000000000000089a3c025dd919ec97da0ceeece1c37c9e596ce659a57d 1,087 1.00/1.00 vMB 9
526,438 526,438 0000000000000000001d35a58f145555ca32daae2f885d7ed08575fbd251c813 2,450 1.00/1.00 vMB 9
526,437 526,437 00000000000000000012f747d1dd343618e94cae7d1da1c9a4be72d1daec349b 2,038 1.00/1.00 vMB 14
526,436 526,436 000000000000000000079bb1ecc7e5d876934c7527a5d5217fb12b1acb0703fc 1,881 1.00/1.00 vMB 10
526,435 526,435 00000000000000000034175fce00d98611ff7898e6c47400c86e679066b76240 2,351 1.00/1.00 vMB 12
526,434 526,434 00000000000000000011a5d1b87094446a058aa218ea26e0cc8d6eacc58cf4e8 2,282 1.00/1.00 vMB 40
526,433 526,433 000000000000000000316323cb2cb7b384be624500d41234ec5bae758730ccf1 2,503 1.00/1.00 vMB 10
526,432 526,432 00000000000000000037f09e088fc89a6fa5f5bbb444ac2ce4ccb2818c5e215a 2,806 1.00/1.00 vMB 14
526,431 526,431 0000000000000000002a812e8546ad3702212ec48dd51a3c3dd02ebf3ce25906 2,594 1.00/1.00 vMB 43
526,430 526,430 00000000000000000002e9f2a1f0a80e57c802a155bd89f5f3a2066c7ce19168 3,108 1.00/1.00 vMB 19
526,429 526,429 000000000000000000010eb20aceccefbd0fae5a718538ff616e71451acda25c 1,751 1.00/1.00 vMB 19
526,428 526,428 00000000000000000004ff0623a737d6d7a5ca0e31b2b75031cab30803f2a894 1,736 1.00/1.00 vMB 26
526,427 526,427 00000000000000000025d9a0ab11ded8c2178c18df484353c695d1ac1a5cf278 1,286 1.00/1.00 vMB 52
526,426 526,426 0000000000000000001438344569f1690178fdec28e0eb37e6e3f042158e20d9 701 1.00/1.00 vMB 66
526,425 526,425 0000000000000000002174ea942b070285270c8673f7c70329183e65a57cad68 2,241 1.00/1.00 vMB 15
526,424 526,424 0000000000000000002d88317a91d8c76eee18d90f39f7bccf27f9b37527d422 2,523 1.00/1.00 vMB 23
526,423 526,423 0000000000000000000350ae5f8efbe5894b88e7ed10eda05b4e3c5ddfb24356 2,009 1.00/1.00 vMB 17
526,422 526,422 0000000000000000002ed3b1b9a85a151569f22ddb90aac591cc9b0643fb3648 2,882 1.00/1.00 vMB 14
526,421 526,421 00000000000000000002a9f2f4b8d86fead6346e6d6e7c40c9e13035d30e441f 2,922 1.00/1.00 vMB 26
526,420 526,420 00000000000000000026d4146297c1961316994189aeebebd4f8e42575151095 2,409 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.