Memory Pool Memory Pool Refreshing

62,657 transactions
23.59 vMB
Show Random Selection Loading Transactions
Max Size: 152/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,090 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,303 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,089 (64,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
804,471 804,471 000000000000000000028c23d149b006f35fdba71bef9ac72d153ba9a4278e83 1.87 MB 4,299 9
804,470 804,470 00000000000000000000172a23de741741fdd2d4347af9f5145276263a305d99 1.79 MB 4,421 9
804,469 804,469 00000000000000000000f0f390764a66e91d1e92bce04f10ac6d13c11e8139f6 2.06 MB 6,425 6
804,468 804,468 00000000000000000002feaab676a53d76a3030d5d319b615485ad95607cd676 1.96 MB 4,405 9
804,467 804,467 0000000000000000000137c43a854a620cdba97246acd02b3e116f99fec5af42 2.12 MB 6,445 7
804,466 804,466 00000000000000000000c8154e48c7212c1dab41d2862cc6b437ef41ffb71a42 2.17 MB 6,002 7
804,465 804,465 0000000000000000000473b469c3cd24b7968238155d20a80b474770a8c38669 1.79 MB 1,507 10
804,464 804,464 000000000000000000043990f543fc83340d2b0865cb4d94f449554f5bb5ddb5 1.77 MB 4,525 7
804,463 804,463 0000000000000000000463e0e93c3ba59737b4f32ad5dc632597c700f8f06947 1.58 MB 2,626 12
804,462 804,462 000000000000000000028e1e58d36af56733abebdcd099a2a46073a7d6736e60 1.74 MB 4,517 6
804,461 804,461 00000000000000000003c3f726a91197cf535c57fd4f474a6e1052955dc13175 1.62 MB 3,068 12
804,460 804,460 00000000000000000002d00a04dda367d3ba045bfbc76bdc3008f5872df517db 1.83 MB 3,667 7
804,459 804,459 00000000000000000002a36218ea21f73b2ade851dff8e52b2e12008ce4189ee 1.69 MB 3,459 12
804,458 804,458 00000000000000000002b3f5decf8daee379c4cf583fc2477a012245095919b2 1.70 MB 3,495 14
804,457 804,457 00000000000000000000dd2ee11d1960b6093893279e82f8aa703b578299db29 2.02 MB 4,519 9
804,456 804,456 00000000000000000004a0a8b72f7ebb955e3d3bb97cb95bf06d6808c32a6027 1.69 MB 2,508 14
804,455 804,455 00000000000000000003b217536416f70fb476aede0059438e28b78e52af5e70 1.51 MB 2,176 16
804,454 804,454 000000000000000000019906d2e459e4df267bc94460b2a0bf73e3034f5b0b29 1.79 MB 2,767 9
804,453 804,453 00000000000000000003766097671e8167df250b10d9f30b4d663709594a4a1d 1.93 MB 3,070 12
804,452 804,452 00000000000000000004875938dbeb78b403e5addee3f1c34c279dbf16451926 1.85 MB 3,433 13
804,451 804,451 000000000000000000041e15688a688b86aa7806c31a326265919c0afc0ad7bb 2.14 MB 2,834 10
Previous 10 blocks ↓
Total Size: 697.73 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: 2,060.49 GB sent, 196.32 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.