Loading Tool

Explorer IconExplorer

Memory Pool

42,343 transactions
26.63 vMB
0.07522792 BTC
Random Selection Loading Transactions
Max Size: 138.62/200 MB

Candidate Block

Mining Attempt 3fa236b2b591fa0ab31575ec3d8e9a6d75d76b4483ec8a4d9419230c44473ba3
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 2e785650c72107a76e055934e141537d6838fcbd818b1c711ad3cd58c037d080
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.02603625 BTC
Feerates: 99.53 > 2.61 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (328,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,353 586,353 0000000000000000001133b00b0cf135b5f61c1ba295de87a626849e524676cc 2,969 1.00/1.00 vMB 43
586,352 586,352 0000000000000000001450704346bd347073d8cded0e3d91d86edb7543b856b8 204 0.06/1.00 vMB 34
586,351 586,351 00000000000000000012906ddaa82ffcbfec73ea770166963289de17a2a008c0 3,140 1.00/1.00 vMB 27
586,350 586,350 000000000000000000058593a911bf6a0b12964ddbe5c529a4aa8aacab367b54 2,120 0.78/1.00 vMB 33
586,349 586,349 00000000000000000014701fe502608bf8296d47ce5a4c5ab40cbc3f7e7c1d0b 781 0.25/1.00 vMB 24
586,348 586,348 00000000000000000007e3427fc0d55dfb3b770917edf985bb9714cad9e1a5e0 2,425 1.00/1.00 vMB 28
586,347 586,347 00000000000000000012fbfac6476355c9019b10d2092e25557deae678b3653c 1,624 0.51/1.00 vMB 29
586,346 586,346 00000000000000000019ac686c62829e5a37c2821d2c3c33ace9ac3854057eb8 2,393 0.92/1.00 vMB 36
586,345 586,345 00000000000000000006e229b4448e235a6b08583778911a8487706b34f7f6e0 1,313 0.51/1.00 vMB 4
586,344 586,344 00000000000000000002a1b228ced1caa0844a6c74f0ff84d5f850e78dc179d4 2,843 1.00/1.00 vMB 21
586,343 586,343 0000000000000000001f074b75aadeecd008a6353ba7cd9919c2676a82bd24a3 3,050 1.00/1.00 vMB 70
586,342 586,342 00000000000000000007f3b501c51b694a0f0d6de3e6a4988a1d8f70c0b78ff9 2,911 0.99/1.00 vMB 28
586,341 586,341 0000000000000000001ee5aed96b3ab6211d74b74eb806119a652ab3c5ea4748 1,573 0.50/1.00 vMB 27
586,340 586,340 000000000000000000026758bd2501182fb7b8137124a7c3edcf22787c44225b 1,386 0.61/1.00 vMB 23
586,339 586,339 00000000000000000009a323dab9986976eeb0d61032103e79fcb977f55c4d44 44 0.01/1.00 vMB 58
586,338 586,338 0000000000000000000f5a3f654b6493b16bfbfbbf30844c0bf62b76f3e93474 1,868 0.61/1.00 vMB 28
586,337 586,337 0000000000000000001bf1b478d35db3ba0d60059123e29b22db607214e8d8ea 2,458 0.84/1.00 vMB 24
586,336 586,336 000000000000000000122bb82b5e2c2b9cded64a9c16a374fab55b18142cd762 2,807 1.00/1.00 vMB 34
586,335 586,335 0000000000000000000c48f6d1f21730da5585f6c86edb9488a78e09ab9aee39 1,799 0.65/1.00 vMB 34
586,334 586,334 0000000000000000000be1701ede1763172a9ae7edf58d86f5ac1dea6a698f1a 1,820 0.64/1.00 vMB 13
586,333 586,333 0000000000000000001c20dab7a21f8f7f040f0b6950c01623fcc766c1f7fb10 3,228 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.90 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.