Loading Tool

Explorer IconExplorer

Memory Pool

45,976 transactions
32.09 vMB
0.13643902 BTC
Random Selection Loading Transactions
Max Size: 163.60/200 MB

Candidate Block

Mining Attempt 37083075fb5a40a138cc4c4ad9cb2bea7ed189f701829d826f670c1547615aae
Version 20000000
Previous Block 000000000000000000015cbe27a61f38bc7dc0ddfdfb5d2a13fec1a6f44d5769
Merkle Root 6bac74be0bc7d5718d734311c3a61013c66914d8425ec46ebc2c64fe8a97991c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,190
Size: 1.00 vMB
Total Fees: 0.06332885 BTC
Feerates: 150.41 > 6.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,456 (908,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
6,380 6,380 0000000087200ccff758617644f012bb91af2c0f690b7262fa1e756d38abbe8f 1 0.00/1.00 vMB 0
6,379 6,379 0000000060911d1cafd5d115e1a83114626c9fe421b8f9bd5152a347c5238579 1 0.00/1.00 vMB 0
6,378 6,378 000000005fb69b9bec712a7f91f9fec73e942eeb08c808585afeba0aef29db6d 1 0.00/1.00 vMB 0
6,377 6,377 00000000d6612711fbafefd7143b744441cda783030178232a2a7f7d219933c4 1 0.00/1.00 vMB 0
6,376 6,376 000000002a14610115f83d647a6354a706e273a2ab4425c8eeace6152800bcbc 1 0.00/1.00 vMB 0
6,375 6,375 000000005d5e4d1f466de1812ccdb4a62aa368c43b9bd354e13dd2a8878e4b71 1 0.00/1.00 vMB 0
6,374 6,374 0000000068977b19cd0c97cbb3600f3f10165eac14d6f38c588cb5434ef19458 1 0.00/1.00 vMB 0
6,373 6,373 0000000027482a073a4f97cca991d6702b871a5296f6aa75fb4e41208ea4e881 1 0.00/1.00 vMB 0
6,372 6,372 000000004926cc20d8615223a1a330e7f6ebc30d3bd12e53a974cabcc88fe13c 1 0.00/1.00 vMB 0
6,371 6,371 000000008c600e846c66c9eac98969a1d435f569e099db10d19129f777527600 1 0.00/1.00 vMB 0
6,370 6,370 0000000002a4bee2cd31c6fa6784aa11fcf0cee7f0b29a9ef342e09b3b33e248 1 0.00/1.00 vMB 0
6,369 6,369 0000000020337a5544de860139c076606ca212d53a611ae65f5fa4135f193ade 1 0.00/1.00 vMB 0
6,368 6,368 000000009103251902b58285b50040855528ea2e479c5b3f4242830103090fbc 1 0.00/1.00 vMB 0
6,367 6,367 000000008d06da88e4525d9bd2ae2f1713f4e39b01407b6cbb6285be1bf3afc3 1 0.00/1.00 vMB 0
6,366 6,366 00000000aea58f55f01e9d576d809787af36dc351476fbf30fc7252062de3af3 1 0.00/1.00 vMB 0
6,365 6,365 000000002ece5ab68892dbfd32c3750ed5f36d53226e0c1aaac454a6e07c783e 1 0.00/1.00 vMB 0
6,364 6,364 000000004f27086ab1e6a6f04c4268a4658545cf2b9976d022fbd88514443f4e 1 0.00/1.00 vMB 0
6,363 6,363 00000000c4ab6fb1e089574673cda7ef0c322ef9b2f17ebca593215b55074bc7 1 0.00/1.00 vMB 0
6,362 6,362 00000000c6f922e9348292a92f734e07a905e00da502772962d7458f3c2378d3 1 0.00/1.00 vMB 0
6,361 6,361 000000001ffa94bdac5facdc01272d7b1dbcc95ec8deb80deb4a8dbcb17ffb28 1 0.00/1.00 vMB 0
6,360 6,360 00000000bdac76ae889c00504676e02c8be25af4a92539ac2641bb7e32014ddf 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.42 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: 606.96 GB
    • Received: 10.61 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.