Loading Tool

Explorer IconExplorer

Memory Pool

25,854 transactions
26.72 vMB
0.05642114 BTC
Random Selection Loading Transactions
Max Size: 128.08/200 MB

Candidate Block

Mining Attempt 3137b1d09fa33a4a44ae840dcd34ce56e907f4c02248ad5dddfded1f173f1cb8
Version 20000000
Previous Block 00000000000000000001f153be8400a938169c22122f44526eb6818272e825e6
Merkle Root 51b56f0b5b1707c6f341341d710fd49c87cea4b7f9a028385cfd3cac34734eaf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,307
Size: 1.00 vMB
Total Fees: 0.00643163 BTC
Feerates: 79.73 > 0.64 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,496 (463,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,749 450,749 0000000000000000005b590d98c0f902e09e7701206f04a0cfd0c90007b25f1f 2,514 1.00/1.00 vMB 120
450,748 450,748 000000000000000002c97c34d9501f45f7044f09bcf2f97c42a510f3be8e2f68 233 1.00/1.00 vMB 78
450,747 450,747 00000000000000000256697dc3bf6dad7b3ed161664cdc3fc7622e053b906afb 2,046 1.00/1.00 vMB 108
450,746 450,746 0000000000000000019405f0ede2e95938d957397d5057e30e0b678d142504bf 1,935 1.00/1.00 vMB 64
450,745 450,745 000000000000000001d59b53911bf765420421b9e2e6b9631a7e38fab0d61d55 1,895 1.00/1.00 vMB 84
450,744 450,744 000000000000000001d2c047680d63222726a8917c28133e15700e272632b54f 1 0.00/1.00 vMB 0
450,743 450,743 0000000000000000006f4d7cd11965c6372f53feacfa5492f9a0cedc98a62a7c 2,630 1.00/1.00 vMB 75
450,742 450,742 00000000000000000248f8e86bd33939d28a68d6a9a3b092fa5908875aa56c49 2,266 0.99/1.00 vMB 89
450,741 450,741 00000000000000000274a786b8de4816549dfce9f7b37848ea82f9cc26ccd7b0 1,818 1.00/1.00 vMB 90
450,740 450,740 0000000000000000013b2819c70ead0873226ee3878efe228fbbc62c4db72fe5 2,411 1.00/1.00 vMB 92
450,739 450,739 000000000000000000c539c9b051ee720f8d85de455c42288fcc599dc4f1efcc 2,457 1.00/1.00 vMB 137
450,738 450,738 000000000000000000851b9078b08ff080ded51115b2a2ff6ed1a72e995de3f0 2,200 1.00/1.00 vMB 83
450,737 450,737 000000000000000001f013df64f7ff595dadc5ac8536a3602ba47cde019924d0 920 0.42/1.00 vMB 127
450,736 450,736 0000000000000000027a0f47d16055a5fb8db5b361672ef02e9a5cdc1ed65de0 2,057 1.00/1.00 vMB 66
450,735 450,735 000000000000000001796f1519f545d27707e82a3901947108a207ad55c8b71d 2,082 1.00/1.00 vMB 82
450,734 450,734 00000000000000000126ba4db37a211e8a057d7ea4c46a648f68386372f69891 2,189 1.00/1.00 vMB 85
450,733 450,733 000000000000000001b527edbac0a9843e6e1690c74f2d56a6a55c2a34e50714 489 0.27/1.00 vMB 107
450,732 450,732 0000000000000000023ab5cb646e01507b9fad133519c889343f6d8a5a93b95f 2,145 1.00/1.00 vMB 104
450,731 450,731 000000000000000000df4a9c66d9f7437b3e4a8ee1f8e16af69de171a12710f4 2,256 1.00/1.00 vMB 76
450,730 450,730 000000000000000002bcbef13527fe3b297c64f4f9accf82ea323dfedf5582bd 2,079 1.00/1.00 vMB 94
450,729 450,729 0000000000000000021466a9ac87324e1cae505e2467c7b340ef486574a82a89 2,064 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 781.49 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: 611.94 GB
    • Received: 10.93 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.