Memory Pool Memory Pool Refreshing

20,697 transactions
33.59 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,118 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,037 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,117 (196,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
665,548 665,548 00000000000000000003a0e30dadbbe44a1c96611f8dc6671a9e78fc7465b183 1.43 MB 1,819 42
665,547 665,547 00000000000000000005ef2aaa4df7f8b1f6e650c911a5180f2db47b6a70cd82 1.26 MB 1,783 86
665,546 665,546 00000000000000000000b801fe9d4904b341f4bd97b4fcf158e1889011a523ac 1.23 MB 2,170 54
665,545 665,545 0000000000000000000875be594682e94e7f53b72580120066c1db17f58be383 1.20 MB 1,960 43
665,544 665,544 0000000000000000000029bcfae025ced3077c2622a8804abf33f273bcba375d 1.21 MB 1,673 46
665,543 665,543 0000000000000000000726c746e42291ce53a87fcba9d5667c0949060092061f 1.31 MB 2,100 45
665,542 665,542 00000000000000000004cc9b865f9233747c0a8fc3e91604a8a821fe6867704c 1.19 MB 1,906 51
665,541 665,541 0000000000000000000592c02ee15293bf10062c5c6836b89dcacf16fceae552 1.13 MB 1,334 62
665,540 665,540 00000000000000000007157505ffcd7a0c6e7a3c09cc6ce52d62292fe34cbc6a 1.09 MB 2,075 25
665,539 665,539 0000000000000000000d7fc3801f3ce9e079f7a2f8a904d2262691e587b822a7 1.24 MB 1,865 61
665,538 665,538 0000000000000000000bf36e469cfd26fb36225dee958cf4ea87c9afecd6197c 1.29 MB 2,194 47
665,537 665,537 0000000000000000000c4c670c25dcaea6940e976263a68d47f6b69a6f00fc5e 1.34 MB 1,876 57
665,536 665,536 00000000000000000003a49526081e0759c5e8242187b6de49045d57dc3fc44a 1.55 MB 1,807 61
665,535 665,535 00000000000000000000f4307ce28501b0de12a0c18d1e607868396844a9de49 1.49 MB 2,031 86
665,534 665,534 000000000000000000031278866635a32a375b023673f966505d2370675a9893 1.34 MB 3,380 126
665,533 665,533 00000000000000000009db43cbc3d8a1118e595ab767f85d4e7e8e0b5c32a1e5 1.35 MB 2,988 115
665,532 665,532 0000000000000000000ada61ff1f06220587c8141d54f4c137e7bcfb56550656 1.19 MB 1,273 40
665,531 665,531 000000000000000000062c053702e592ba3c66892c25e4b1858f7bbca0e490f7 1.33 MB 2,137 52
665,530 665,530 000000000000000000040eed1b18a2eb9425aa9ce41e784184902a7e718ac769 1.29 MB 1,950 47
665,529 665,529 0000000000000000000c6e66de362745abbb9221f46934745077d9e8442a90c7 1.13 MB 1,311 79
665,528 665,528 0000000000000000000273031d56d20576968e6d136a38b9148b7477065e3c04 1.24 MB 1,212 35
Previous 10 blocks ↓
Total Size: 684.39 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,338.67 GB sent, 100.87 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.