Memory Pool Memory Pool Refreshing

50,530 transactions
24.81 vMB
Show Random Selection Loading Transactions
Max Size: 153/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,732 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,969 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,731 (459,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
410,403 410,403 000000000000000001da1d4799f85652cc61db6ed26be07b219a558665a66f6c 0.52 MB 1,093 35
410,402 410,402 000000000000000005e33c2f698234e90ff8d51c0dbed45ec97150d6186f6f2b 0.33 MB 733 40
410,401 410,401 000000000000000003e90f884bfbbd7527127ca6e1924773dae8cf8a11007783 0.69 MB 1,130 30
410,400 410,400 00000000000000000470a32d40180041de9242174fde63e5cc1e011f10c650d1 0.35 MB 745 36
410,399 410,399 00000000000000000452e32fc0c09145aa84f809cf5624f5b49076e0b53ffefc 0.59 MB 1,234 35
410,398 410,398 000000000000000002d6afb574f1fcce54f4af36328c91d9eeddeaa8d8fe4a73 0.87 MB 2,077 39
410,397 410,397 0000000000000000057a481f0941091a9c3fd02569a63a7e276e40f945f431a7 0.99 MB 1,220 21
410,396 410,396 000000000000000000970d7c80f8aa224e0467859da0b91c03f652e8fdbf57c1 0.04 MB 83 28
410,395 410,395 0000000000000000015578ae1f721e8d5e3797bceaccb51123f50425543cbbef 0.64 MB 1,584 36
410,394 410,394 00000000000000000602aaf6f8e1c22b037d097f21ab31fd613e25f868fea36a 1.00 MB 2,275 38
410,393 410,393 000000000000000001f174894d3d03a3739eef8a6ff027e1e88d7ac3a72b77d8 0.76 MB 956 20
410,392 410,392 00000000000000000610ce3689e1800996bd9a0594516fe1fee672aa50fc6c30 0.81 MB 900 22
410,391 410,391 0000000000000000025a75d9c507692c89fc91d7f426f0744588f50ac145d3e1 0.88 MB 572 14
410,390 410,390 0000000000000000012c546278145cf8de151c467971ea0ae9af976aacba7bd5 0.72 MB 1,136 42
410,389 410,389 000000000000000004373058d4e84d1403603bfa9e5c1e27217aab5d638c8c2d 0.00 MB 1 0
410,388 410,388 0000000000000000008f229052358f8a46a21dcf7c4f3d61c04e888225d52968 0.56 MB 1,090 24
410,387 410,387 00000000000000000008942ae45d51d58d579a4586b055e1149d31e7913941ad 1.00 MB 2,972 91
410,386 410,386 000000000000000005299e736c24690e12fea95368c21e886cf52a70d5fdc6bf 0.69 MB 1,591 51
410,385 410,385 000000000000000004b6a7f430487ec1e495ef2c29945c21041f41e428921dd1 1.00 MB 397 14
410,384 410,384 000000000000000000b8e990144032b1f2207adba177694038656016a9795d60 1.00 MB 891 26
410,383 410,383 000000000000000005d67bd5a559b25520614b1ba087b53ac7817af3b796e78b 1.00 MB 635 16
Previous 10 blocks ↓
Total Size: 698.96 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,103.59 GB sent, 203.73 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.