Memory Pool Memory Pool Refreshing

31,395 transactions
16.68 vMB
Show Random Selection Loading Transactions
Max Size: 100/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,952 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 2,287 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,951 (54,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
814,575 814,575 000000000000000000032610db55965c2107588df8514ef2e6ad5048439428e1 1.54 MB 3,142 21
814,574 814,574 000000000000000000028b3c919dca8c52d6d2bed293ba40e4ca87f8bf0c25a7 1.53 MB 2,516 12
814,573 814,573 00000000000000000001e28ce94d3e47a1dd698efebf354a61ccda72c09ef8e9 1.56 MB 2,644 19
814,572 814,572 00000000000000000001b6d23fa3fba9ab7e74d9a62d2ee6ca7017afbace20c9 1.38 MB 1,928 13
814,571 814,571 000000000000000000028c8b92f7ec7f98e38cec54ad7e1752e0ffa966740cd1 1.90 MB 2,918 13
814,570 814,570 00000000000000000002fb21b678c2e4239b24fb55fa9c8599becce60c8ae299 1.50 MB 2,939 19
814,569 814,569 00000000000000000002f4ba0c47ffc774c0455999eeac5798ad07aa2c34e87b 1.56 MB 3,152 27
814,568 814,568 0000000000000000000179adcc9d73d93126623f3c12a77e47244725868d9399 1.43 MB 1,520 10
814,567 814,567 000000000000000000028debfd0509afc53013ab6068ae1851430b40b312673b 1.69 MB 3,446 14
814,566 814,566 000000000000000000027da0b4fb8fa3a7fe6c199dd0260492bab8ca250d4589 1.75 MB 2,389 16
814,565 814,565 000000000000000000008364a7396ba08c5ab141d10136e3ad0d9fa37899d7b0 1.69 MB 2,987 17
814,564 814,564 000000000000000000023c4f2b1f2457d2f46cd7b6cb27f87ab4788cd54adde1 2.13 MB 282 12
814,563 814,563 000000000000000000016995c355c4cd475f26bb4315de758235f627e9f92fca 1.76 MB 2,574 18
814,562 814,562 000000000000000000041d9bc678ca7987b847731d6c62c30d5bb788df65076c 1.97 MB 2,937 14
814,561 814,561 00000000000000000002b0dbe89dec705353e0a90815682b1f9a3ca5189e5fb1 1.42 MB 3,217 17
814,560 814,560 000000000000000000011c43e68803070271a9c1986551b687aed74e0c7a8993 1.60 MB 3,506 21
814,559 814,559 00000000000000000001eb98eeae9d4f2a5d1710ccab859b7685039d99b4d599 1.52 MB 2,962 20
814,558 814,558 0000000000000000000282c24c48319da876cf4fbdcd427376a51a70d4bd020f 1.53 MB 3,111 23
814,557 814,557 000000000000000000019213829acd861f080aac19b2ebe37800cce37035f788 1.50 MB 3,126 27
814,556 814,556 00000000000000000002ef7512503fbd8452161bf240821b8135b8e78eabbbf6 1.58 MB 3,561 21
814,555 814,555 00000000000000000001b94ddf1c7606dd18ae1c60bca64e97c1c6783ed1cdd6 1.83 MB 2,082 13
Previous 10 blocks ↓
Total Size: 697.46 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,050.08 GB sent, 194.75 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.