Loading Tool

Explorer IconExplorer

Memory Pool

47,839 transactions
27.75 vMB
0.05915317 BTC
Random Selection Loading Transactions
Max Size: 148.16/200 MB

Candidate Block

Mining Attempt edf922b1469f7c15ff58b7d7bb5f644277d6f4ed299fa37ecb490114cc4f524c
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root 0ad17405b54f51c8f9c9188f61296381f12e8b34c288009d54ae03233902b45e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,206
Size: 1.00 vMB
Total Fees: 0.00695563 BTC
Feerates: 100.00 > 0.70 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (82,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,564 832,564 00000000000000000001421b18a6816313fc0660ca5757d88ffbee4961e4fdf0 2,757 1.00/1.00 vMB 79
832,563 832,563 000000000000000000032f0295c35e763b27cb8f635ace2044fbf8fd802da06a 3,311 1.00/1.00 vMB 73
832,562 832,562 000000000000000000022537098f543431b60d55eef17020c6ada3a6b89ed260 3,664 1.00/1.00 vMB 74
832,561 832,561 0000000000000000000156eca22b2c2c18f89e7ef427a4677a23a88cb59793b5 3,304 1.00/1.00 vMB 95
832,560 832,560 00000000000000000000b0f2627ccd9907428b322b5cc54a43f5b6aa7f48be46 3,995 1.00/1.00 vMB 74
832,559 832,559 00000000000000000000cec96edd6e61da1442c6ebb72b4f097f387de7afdd29 3,308 1.00/1.00 vMB 96
832,558 832,558 000000000000000000005d9bf013b386dbdcd7f8718aa26b4c64481f45dbc321 3,834 1.00/1.00 vMB 69
832,557 832,557 0000000000000000000249539274c76e313045554f4988a4b28f197c6ffe7d57 3,617 1.00/1.00 vMB 74
832,556 832,556 0000000000000000000317d112bd369663d3016dd4cabc620b096eea592ba715 3,591 1.00/1.00 vMB 89
832,555 832,555 0000000000000000000187ffe1a34f1c95abd9a3ac9db434b9c00fda9b3d5a8b 3,679 1.00/1.00 vMB 83
832,554 832,554 00000000000000000000d4231b61bef1122fd50db1cd8dc34dcf0bed5717f28c 3,987 1.00/1.00 vMB 60
832,553 832,553 0000000000000000000288e58a5704072f1ffa19f3794fa388760d7a12e2ae93 3,115 1.00/1.00 vMB 52
832,552 832,552 00000000000000000001b0bd5836859a4f58f495a94d8f0ea97ca2704b869b67 3,671 1.00/1.00 vMB 75
832,551 832,551 000000000000000000030a84bf873751510cf921afdc5b06c516ddbe12bc6806 2,751 1.00/1.00 vMB 39
832,550 832,550 000000000000000000003bd3a6135928a156d2180325f7769cbb5ff43b0d2547 3,621 1.00/1.00 vMB 54
832,549 832,549 00000000000000000000e5a7056863f8010e10018bd24f9b68cca19a47f74eca 2,977 1.00/1.00 vMB 49
832,548 832,548 00000000000000000000ff95828a28005a0ec64fc7a42b191269566e3085c43c 3,716 1.00/1.00 vMB 61
832,547 832,547 000000000000000000028b1f91d38c5cdf4e03798ac24d52a9b35192086ba4f3 3,893 1.00/1.00 vMB 56
832,546 832,546 000000000000000000030728d30ed5ccfedbe75b77cffd5ee5836e853e5e8f48 3,191 1.00/1.00 vMB 63
832,545 832,545 0000000000000000000113ab79b6a599456a6882dbaa356d91f08ba5745cb583 3,674 1.00/1.00 vMB 66
832,544 832,544 00000000000000000000decd68a18597ca9c1832c0943e3afe6b21d80692da47 3,997 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.02 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: 649.99 GB
    • Received: 13.24 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.