Memory Pool Memory Pool Refreshing

63,518 transactions
29.30 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
861,909 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,340 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,908 (69,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
792,358 792,358 00000000000000000002cdd0877e4bd3e7f3c8742caf07bfdf782af71110266a 1.62 MB 2,766 29
792,357 792,357 00000000000000000001f8e1f2526c26aff5818655db47cd1adf630dce233839 1.86 MB 2,390 33
792,356 792,356 000000000000000000055890f68bd942b6fa9b18ca0363918751ab90f532224c 1.55 MB 3,515 52
792,355 792,355 0000000000000000000498203a750274736be330faceccbfc1a0e38686ab349f 1.55 MB 3,263 67
792,354 792,354 00000000000000000000a8b9079b741e547860763d095c0dcd677d97621330f7 1.56 MB 2,945 56
792,353 792,353 000000000000000000003933dd94d30d2d1f774c66f150c90271ce84d0ab2bb5 1.57 MB 3,694 51
792,352 792,352 000000000000000000020a924c938a88d184b7a04fa6ef8e76c7c5efd201f57b 1.60 MB 3,452 74
792,351 792,351 000000000000000000040782de733ff2280816a2904543c9d5548b5a781722cf 1.61 MB 2,614 43
792,350 792,350 000000000000000000045ff843651c64acdc8f84673b9f5c6d6b63867b887201 1.45 MB 2,481 66
792,349 792,349 00000000000000000002c2c32eb8b214bed6947775147785ab4bceb866e78820 1.54 MB 2,956 60
792,348 792,348 000000000000000000014cc51654d6b2fd6e030217d76d5621fd2803c2bb5083 1.57 MB 2,689 67
792,347 792,347 00000000000000000001caff2ca8dd3f2af62e266dd42d7104b3c6044c8771d2 1.75 MB 3,421 41
792,346 792,346 00000000000000000001ec0bbdefc7aaa4d9e57fcf4cdcca0b94e5163849d121 1.67 MB 2,704 26
792,345 792,345 000000000000000000021d0fdd4193b06e856784fc4706896bac7ef6ed06e108 1.50 MB 3,002 41
792,344 792,344 000000000000000000023b696fc7c8c4835d949765b86b6bb55057bce75c991c 1.64 MB 2,934 50
792,343 792,343 00000000000000000001db50e2d568061162c2eded29bcea782d4f442be31306 1.70 MB 4,058 41
792,342 792,342 00000000000000000004ba02f448883707005151834a5de9ea52f3d0cf7afacb 1.68 MB 3,321 36
792,341 792,341 0000000000000000000438d22da46267f35ce6866e4ae9c10a4b5091f7bcf145 1.52 MB 2,618 57
792,340 792,340 000000000000000000046493983d02b17ee7f419da5b4a68ed2d2f022720ae56 1.61 MB 2,936 57
792,339 792,339 00000000000000000002645915af8dae3b1b29aee6cac151a0e25d7c62e2ed4d 1.55 MB 2,811 63
792,338 792,338 0000000000000000000094a127e3a8d702f11212f16cbdb1bdbc53b07c19bc7c 1.84 MB 2,412 43
Previous 10 blocks ↓
Total Size: 683.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,305.54 GB sent, 98.35 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.