Loading Tool

Explorer IconExplorer

Memory Pool

85,975 transactions
32.95 vMB
0.07800002 BTC
Random Selection Loading Transactions
Max Size: 196.11/200 MB

Candidate Block

Mining Attempt d4ecf06cb43a069feb623481db13f7f2839a9cb751af25d1da600b60f87e077a
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 3e7ec01518d83991f58157c3b84582a1d67721888d923b32d9e4f75f75a22a14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,377
Size: 1.00 vMB
Total Fees: 0.01285399 BTC
Feerates: 203.60 > 1.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (206,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,486 708,486 00000000000000000006e871574e3e60236de32227b94f847ef1b7bc7412b588 2,489 1.00/1.00 vMB 9
708,485 708,485 000000000000000000081bcf024a0b3f4f811ddfc492dd9ad37915d7d36d12b9 3,186 1.00/1.00 vMB 26
708,484 708,484 00000000000000000003fbae680c3d8c687869aa8680cb993fde93409decdb4c 2,583 1.00/1.00 vMB 5
708,483 708,483 0000000000000000000afb98bae461ea6cf044bfb15ac0d196f191068331df7c 2,293 1.00/1.00 vMB 6
708,482 708,482 00000000000000000008184b6c0fdcbd717cfa505b58d91015d20ac635b7c3b6 3,027 1.00/1.00 vMB 23
708,481 708,481 00000000000000000009e53943088e1cfaf62b114f6ee4a15bdc5b8b6b2daae6 365 0.14/1.00 vMB 12
708,480 708,480 000000000000000000008ab69aae20ea3f25966d891399f282d30bcb7b3f0627 1,387 0.48/1.00 vMB 11
708,479 708,479 0000000000000000000823a85330b2d41014a79ddc74fede93cf11b7931c8919 150 0.04/1.00 vMB 10
708,478 708,478 00000000000000000006d71b0a02bfc760786fe475100e6a49f32a1b7b1578bd 2,509 0.91/1.00 vMB 10
708,477 708,477 00000000000000000009a34374aa93029d98a520a274287e361cc07dc57b83a5 1,477 0.86/1.00 vMB 5
708,476 708,476 000000000000000000043fbd4fbb620a0389cb20c2d395bee2f131d71b688810 1,430 1.00/1.00 vMB 11
708,475 708,475 0000000000000000000b93f261b474b7d83f15ce147b2d4ad37df83f3ed5af0c 805 0.27/1.00 vMB 10
708,474 708,474 00000000000000000000728a15db305ef37b10b8ab522c4b994d4aa916e9711a 1,495 0.48/1.00 vMB 3
708,473 708,473 000000000000000000062cda166e10c734b852360a62043ad167f954aaf4c22c 3,176 1.00/1.00 vMB 13
708,472 708,472 0000000000000000000be2a5a3a4c14c3bfe63f6daeb52881dcb1b460f1d47c4 3,134 1.00/1.00 vMB 17
708,471 708,471 000000000000000000094002a8b505cd2509bcbfe9f5da0a3d7ccd209887c134 1,959 0.67/1.00 vMB 11
708,470 708,470 00000000000000000001d506ec0f56ee19eef6b1ace9e16511fa458a83546e3c 839 0.24/1.00 vMB 12
708,469 708,469 00000000000000000006c03cb6df28c980a1cfb228e5ff0b831092e0e74111c0 2,436 0.88/1.00 vMB 12
708,468 708,468 00000000000000000004d99aa14d8b49196b36f9a8f29a98a99cdfa8af3417ab 2,665 1.00/1.00 vMB 7
708,467 708,467 0000000000000000000bc5ab3599d527e5c5c897b5a4465cf9993c32974105d4 2,151 1.00/1.00 vMB 9
708,466 708,466 0000000000000000000bd157e507f8e434c4a942af7ab3ab424e4337c5852372 1,991 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.29 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: 657.24 GB
    • Received: 14.50 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.