Loading Tool

Explorer IconExplorer

Memory Pool

32,214 transactions
26.20 vMB
0.07477090 BTC
Random Selection Loading Transactions
Max Size: 130.92/200 MB

Candidate Block

Mining Attempt cf11129f35dd09064725f1ebefd876e3ce3ed2d3d4a12affc6453909b38632c4
Version 20000000
Previous Block 00000000000000000000f40d95165f1e56554a1a7c25dc329e090a256a29726d
Merkle Root 3a169f97ffabff6c191e44e51848da72d9fdb59a98b23434564bda28d81e28b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,828
Size: 1.00 vMB
Total Fees: 0.02662981 BTC
Feerates: 477.45 > 2.67 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,281 (843,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
70,385 70,385 0000000000121b2d7cd9d73d1791490eea65bc253932f6e18c7a247ee0811d44 1 0.00/1.00 vMB 0
70,384 70,384 00000000006ca73e710548eea5fe209fa3996547f3d874637411d800d60061d0 1 0.00/1.00 vMB 0
70,383 70,383 00000000007f83b21ff502c93d51d2d1c3f21c8edc7c87b9ef9cbf3a396e701d 1 0.00/1.00 vMB 0
70,382 70,382 00000000014a4fe4743bc408e27eed37c27352b6796f6dc8b85908248b6f8968 2 0.00/1.00 vMB 0
70,381 70,381 000000000126311464ca585d332e46e8edaf5a0718728a34a3541a044a626933 2 0.00/1.00 vMB 3,875
70,380 70,380 00000000000992604fa9e270b305cdf53c43093a6fee116a2f1657bc96777336 1 0.00/1.00 vMB 0
70,379 70,379 0000000000a711b083deb51cc2b36e46905093913d0074299d0718dd023aceed 1 0.00/1.00 vMB 0
70,378 70,378 0000000000130df4458b7fee4f3f6c95242fa61454000bfdbb18b5a7f33211d0 2 0.00/1.00 vMB 0
70,377 70,377 000000000104c56dc254d1018145a854740e68ee8183231d443a1ff186339b11 1 0.00/1.00 vMB 0
70,376 70,376 0000000000c49fedce230329fe699095a2e57c5ac4d76e3b904aca3e4f6417b6 3 0.00/1.00 vMB 0
70,375 70,375 000000000071aecdefc8a7660a1a3e334fea02db3943f7fd5f61737d1826a96f 4 0.00/1.00 vMB 0
70,374 70,374 000000000159ee795e4eae10f5e11506f3553f015d82d3564cabe8bb4141f657 4 0.00/1.00 vMB 0
70,373 70,373 00000000003f969cab21fac61f630f666fbc50dae6a3fcc4e501f897fad3edf2 3 0.00/1.00 vMB 0
70,372 70,372 0000000000913bfa2a3393f41ce2f89e691554c0812d4a9de5d4e5c571c4b8af 2 0.00/1.00 vMB 0
70,371 70,371 0000000000dd40f58b6150c9fc17634c8125e2b21f9c3cf4319fa25b5bd23d4c 2 0.00/1.00 vMB 0
70,370 70,370 0000000000e496441039d6fae0c09feee78e697a8988beba9e58895f0d4d9823 1 0.00/1.00 vMB 0
70,369 70,369 0000000000f68cfee6aefcee882f9e95b841e98be49244460205e1101bc0bb9e 2 0.00/1.00 vMB 0
70,368 70,368 00000000004156f4042dfa88e24c35615feac53f14469ae68294d629679690ea 1 0.00/1.00 vMB 0
70,367 70,367 0000000000c21c90283da3fdc9d0932edfe1e14a513af2d19cf837caac84f0c5 3 0.00/1.00 vMB 1,886
70,366 70,366 00000000013c89e7888f63e3305738b762cebe869c29c9594c992e64a69c3201 2 0.00/1.00 vMB 0
70,365 70,365 0000000000bd4352bb626c8e3d569f04ac397544c10217dcf64163b1ff5e7293 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.09 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 579.09 GB
    • Received: 8.84 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.