Memory Pool Memory Pool Refreshing

14,704 transactions
28.08 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,780 (127,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
735,297 735,297 00000000000000000006afb93e0cf67115a81d650b3426565d3d5ce01ad788c0 1.49 MB 3,272 13
735,296 735,296 0000000000000000000969301d134908d6a33d6984f541881151a625ae3487cb 1.48 MB 2,692 7
735,295 735,295 000000000000000000042e518d81b46be220b8a965661ea78b47c0e71af17250 1.52 MB 3,094 17
735,294 735,294 00000000000000000008183c6e227c674c399e2a1ea59920575cf5f7393a81e5 1.31 MB 2,499 13
735,293 735,293 00000000000000000000215c68d9590fb9d7b523a861dc7a5684c0245ac4b134 0.85 MB 1,641 12
735,292 735,292 000000000000000000013f5f41eed3f862bcf99d1b346f583e6c63da78612355 0.69 MB 941 11
735,291 735,291 000000000000000000001c6d401d5e95e7d9d326149b6cce5fa4bedafb6d582a 0.33 MB 548 12
735,290 735,290 0000000000000000000684fb08fb55106a5d09e0f091ad81af5031a43a8d6f38 0.89 MB 1,093 8
735,289 735,289 00000000000000000003c8b47d4ef4303508c278346b97ee0f32c04593c8bffe 1.41 MB 1,821 13
735,288 735,288 00000000000000000001902bb2f84d299729b06f3b6d6ed7db58e6c5a74c467f 0.94 MB 799 11
735,287 735,287 000000000000000000031dadfd4aa85bf8e13932c7b46de0354c81ec18acb06b 1.38 MB 2,560 12
735,286 735,286 0000000000000000000128280ccc6a07734c439ad4048eb9e3dffa60c97a6f6c 1.14 MB 1,823 5
735,285 735,285 00000000000000000003281c12c5f3d080b5feb30b5d693a7a2ecc41b0d3ccb3 1.40 MB 2,954 17
735,284 735,284 0000000000000000000618fb646443959a8f3e4113233c6c86466c9c1e621849 0.17 MB 393 12
735,283 735,283 00000000000000000006ed4b73ff24b74f8864e946d1503ca876d62fd2e20616 0.02 MB 59 15
735,282 735,282 000000000000000000089a55f3404c2a0a7aa37233e32040883f6c1c8ecf46c0 0.32 MB 523 9
735,281 735,281 00000000000000000004fb8833519055611151718daba62e4a59c485123a001b 0.27 MB 575 12
735,280 735,280 0000000000000000000719642752e9e3eb13a9f1413b78fdf4ae47b99fa45516 0.37 MB 424 6
735,279 735,279 000000000000000000053adfcafd561e43e79c123f331c4797c2dea7164d7f48 1.48 MB 627 2
735,278 735,278 00000000000000000002b2664395aacb06895b367b038b700238d0b379668ef5 1.53 MB 2,768 14
735,277 735,277 0000000000000000000890f722fab7e37c783b82da48529affc18fc7974d956c 1.34 MB 1,771 10
Previous 10 blocks ↓
Total Size: 685.68 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,397.78 GB sent, 109.98 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.