Loading Tool

Explorer IconExplorer

Memory Pool

40,521 transactions
28.28 vMB
0.13804916 BTC
Random Selection Loading Transactions
Max Size: 144.42/200 MB

Candidate Block

Mining Attempt 5c1bdbc98b6c678d9768c4f6ac5f92bf92180a94aac1ceeba3ed0d025742ba68
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root 244801d96232485b7c65181803e2df2c497aeee10e2b34869b9f29268c3f6f32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,908
Size: 1.00 vMB
Total Fees: 0.08353946 BTC
Feerates: 102.90 > 8.37 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (68,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,269 846,269 000000000000000000033a06452715bc2b3a309c9d1b8b3d351b92659115d8e9 4,410 1.00/1.00 vMB 20
846,268 846,268 0000000000000000000310b39f9bcb1e2ecd95fc45194f0684b9852c8faf1d02 4,549 1.00/1.00 vMB 15
846,267 846,267 0000000000000000000222c53eddfe4648b4b63f1dff85f9ed8d137a2ca21e88 6,050 1.00/1.00 vMB 14
846,266 846,266 00000000000000000000583526d1ff0848fdb1d12eace937307d2dddcf28db97 5,211 1.00/1.00 vMB 19
846,265 846,265 000000000000000000005cbbfec14483c783f10bed58242be55b911fc8f2dc59 6,875 1.00/1.00 vMB 16
846,264 846,264 00000000000000000002ee1a8b769835c74c9e4c0668f27bed2302b7803b28f9 6,605 1.00/1.00 vMB 16
846,263 846,263 00000000000000000001e8ae0874ddf10dbe2cdfbe13e452ed0c6504761db14c 3,589 1.00/1.00 vMB 24
846,262 846,262 000000000000000000025e9f2dcafd39ba280422dca61171b46d3c11162b3113 5,933 1.00/1.00 vMB 15
846,261 846,261 000000000000000000023c389a73a183bb5c40167a91cd06a19c3c88f54fc0f6 4,707 1.00/1.00 vMB 17
846,260 846,260 000000000000000000018f6309e87e00f219fa1e27ae8a71e0932abf6fbb09d7 4,800 1.00/1.00 vMB 19
846,259 846,259 000000000000000000007ce8aa69d076ebe312906dcfb53aad0e5286823482cd 5,384 1.00/1.00 vMB 24
846,258 846,258 000000000000000000006af12da37fd45e71369ebf4485cc86d66e1268e6535a 6,359 1.00/1.00 vMB 28
846,257 846,257 0000000000000000000054fbbab2ef3fdb6cd87bf9791ebf52757d117a50b15c 5,653 1.00/1.00 vMB 24
846,256 846,256 00000000000000000000852e6290420ff3aae4ecf1e919237c288392a5c5a5f0 6,022 1.00/1.00 vMB 20
846,255 846,255 00000000000000000002318ed6dfdf1d9e66f387b2173e32fdbe5a60df8814b4 3,527 1.00/1.00 vMB 18
846,254 846,254 000000000000000000012b5de009a425a65a49b6fc61662fdb7081a646fd244e 4,622 1.00/1.00 vMB 28
846,253 846,253 0000000000000000000345dc0f22a493b7dac8f370131922f377a4a3df830985 4,892 1.00/1.00 vMB 22
846,252 846,252 0000000000000000000298815bf3df55754172870dc55cfb3fe8bbceaa3b39f9 4,871 1.00/1.00 vMB 21
846,251 846,251 0000000000000000000065c67ae041f5a935aefd28d3710577eca7f59a60d311 4,901 1.00/1.00 vMB 29
846,250 846,250 00000000000000000001daad2b4686eb94b0671d9dce8f96fb462b6919e88ea9 3,281 1.00/1.00 vMB 40
846,249 846,249 0000000000000000000221d050810905c5ab8dafae039bb3e157555a8836e460 5,670 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.