Memory Pool Memory Pool Refreshing

38,296 transactions
29.86 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,541 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,995 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,540 (741,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
120,556 120,556 000000000000a0dbf42bd756c4ffa196512d2b82438942d3a803f23aa03514af 0.03 MB 45 567
120,555 120,555 000000000000aeea56415bbc5cd7c4fbb0ec71b56eb17cf5661e0083f4efdaa9 0.00 MB 10 973
120,554 120,554 000000000000116f0b8ae3575a3748c44dbb335384b2a84071a0e7ceab36a9c2 0.02 MB 21 374
120,553 120,553 000000000000b08ecce8603e374277665189f14f9e93a1325f1e8923cab68431 0.00 MB 9 340
120,552 120,552 00000000000040037d7421636de2c6c18c5c66108576c7bf5a2a8b471093d3b2 0.01 MB 36 749
120,551 120,551 0000000000000ec6b335aba3e0bf49e006838f674454929bcb9b4375c46eaf43 0.00 MB 1 0
120,550 120,550 000000000000073785aee9efce3849024407a20591c5c8060b9331428756d2bf 0.00 MB 1 0
120,549 120,549 0000000000007ac19492a16dc10aa67d204e1ab792440cce1597221dfb1e0796 0.01 MB 25 378
120,548 120,548 0000000000006feb8493d0addfd0d6218db680dfc2c8bfe7569fded853271d18 0.01 MB 15 1,078
120,547 120,547 00000000000077e591e4a711812420efb04469a66e5bcba1ae989c06e04cfe5f 0.01 MB 13 523
120,546 120,546 000000000000122ec7e83d3a0d73ef6b019e84ccbd32ef623d9313468a86435f 0.01 MB 34 361
120,545 120,545 00000000000077014f9c33b6e5945ce2e52b1fe12b01cc1526cfdac513f22971 0.03 MB 77 368
120,544 120,544 0000000000001aeef1fd933e962c8e10b992dd74153aec9988175419b7384e99 0.01 MB 16 86
120,543 120,543 00000000000070849fcdd20b9842a22f8ce6c315746cd3b69d898a62eb094aec 0.00 MB 1 0
120,542 120,542 00000000000074859d53d712ad21b2cfe1dd3adcf1e25e0e0f3d5c23a45040c9 0.01 MB 16 517
120,541 120,541 0000000000003b30a9c70115e4152b93abd60d577fff1050efabd8969185328c 0.00 MB 10 1,357
120,540 120,540 0000000000006711a149f20c98a722cb01cac6217c71d7af9d32cbf7b789fab7 0.00 MB 5 527
120,539 120,539 000000000000254a827027cfbbd5403444ce6199c9554d3786ab5bc33c74b6f5 0.00 MB 11 638
120,538 120,538 0000000000006dc27abf3492f34a4a4b5fd895e1b1da20cfd8f137b2767dfe22 0.01 MB 21 423
120,537 120,537 00000000000047601787dd69e32d49f2c9d73dc615a770a517bda0770dd09954 0.00 MB 12 598
120,536 120,536 0000000000008fe7137227267652a3f24be1d60184de6e442ab7c897b3be2fcd 0.00 MB 13 1,447
Previous 10 blocks ↓
Total Size: 685.20 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,373.25 GB sent, 106.76 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.