Loading Tool

Explorer IconExplorer

Memory Pool

81,401 transactions
29.83 vMB
0.14144524 BTC
Random Selection Loading Transactions
Max Size: 180.81/200 MB

Candidate Block

Mining Attempt 6f1ced8b224a61f1694b5b37a580a5ba7e705504f72c3d2ad069042c1c4fa69f
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 037770f0d24dfed3a11fc3226a0bd9c5d43c2f63c4e44edd2c33ceb2c8406add
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,818
Size: 1.00 vMB
Total Fees: 0.07410906 BTC
Feerates: 101.65 > 7.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (277,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,814 637,814 0000000000000000000ef8abfd154e0251c44a19ce71001957d384a4b732e31f 2,649 1.00/1.00 vMB 25
637,813 637,813 00000000000000000003b3be49122960eceb86ab9d0484091dec5e08f3d8ca6a 663 0.22/1.00 vMB 19
637,812 637,812 000000000000000000021faeea0cf8f1065787eab8e394d82d1e4c0c1a8bdf12 2,489 1.00/1.00 vMB 8
637,811 637,811 00000000000000000010404c60fa6258d564d1f75cf8296ee002b40988ce31a7 2,738 1.00/1.00 vMB 19
637,810 637,810 000000000000000000045a8208f2e2d811270c3bb98ea28156231fd496bf9554 2,743 1.00/1.00 vMB 45
637,809 637,809 00000000000000000008c08cf2e8882c2d9c2fab7e4ed669a188b2316d049b8b 42 0.02/1.00 vMB 30
637,808 637,808 00000000000000000010cfc0f7a38c1cb8fc4a2099153bb3cd4933aaa9ce69ec 1,175 0.48/1.00 vMB 21
637,807 637,807 0000000000000000000b612101fc681986009526a0eff8905357b19bd88edc99 1,389 0.46/1.00 vMB 20
637,806 637,806 00000000000000000003b26a5f8a56fdcac82e6dfa203eb7c533625d0ebc50eb 1,654 0.63/1.00 vMB 11
637,805 637,805 000000000000000000008e3876a387c36053ac37da47aa394c5df49d9b27fb3d 2,597 1.00/1.00 vMB 19
637,804 637,804 000000000000000000010dbd7a2cb44bfd920c1a91e6fd709b4e948b6003f4a6 2,895 1.00/1.00 vMB 26
637,803 637,803 00000000000000000004624a9ee2201fa7a07fff47f6e55f6d39a2881c8aee8d 2,594 1.00/1.00 vMB 6
637,802 637,802 000000000000000000077f7c654139abc93b94e0c7c99e5957364fced0300ec4 2,442 1.00/1.00 vMB 5
637,801 637,801 000000000000000000071a72ce9478b7241b888dc470a461e1f9d10873733f3e 3,046 1.00/1.00 vMB 44
637,800 637,800 0000000000000000000fe98e6f90416d038ad0a77acf002e009d76cd91150d0b 1,951 1.00/1.00 vMB 19
637,799 637,799 0000000000000000000198b47cda0ecf29ecb416d747ff80ac28e020729f04d9 2,109 1.00/1.00 vMB 35
637,798 637,798 0000000000000000000d1768cdb0b8136bb7c3a9a7bb7066dcf42c812a32a4fe 2,387 1.00/1.00 vMB 53
637,797 637,797 000000000000000000004fea57a6e5eb2e169adc1457115b69e153731c3e8756 783 0.39/1.00 vMB 14
637,796 637,796 00000000000000000007dd8262e13978559db42c224a377a3fa90d128b573c79 1,821 1.00/1.00 vMB 19
637,795 637,795 000000000000000000049b9e3ca6fb7cd85eb044c18837e6524e150e6be953cd 236 1.00/1.00 vMB 2
637,794 637,794 0000000000000000000f55ae3472ef50a51b52aadf6f02628f565d0341bbf019 2,082 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.