Memory Pool Memory Pool Refreshing

51,501 transactions
23.06 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,014 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,397 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,013 (70,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
798,471 798,471 00000000000000000004ddf70f4fe9fd859d5f3c03c8349e68daaf4673fb3d4b 1.69 MB 4,078 8
798,470 798,470 000000000000000000015946e46439d04d70efd4081d30bc3e8490249a9240fa 1.79 MB 3,317 11
798,469 798,469 00000000000000000000c9bcfa9634b9ba6c14db92bc2e162ef7be2dfcde7820 1.49 MB 3,106 13
798,468 798,468 0000000000000000000331ff0713084208844bc5774a8d1646e525303499b644 1.53 MB 3,117 17
798,467 798,467 00000000000000000002ae65b46a6ac646c820cd9c61be4e049611702e0b151a 1.71 MB 2,585 12
798,466 798,466 000000000000000000040b5b792108fcec934b8f9983f4ff58465a1e264e954c 1.61 MB 2,731 12
798,465 798,465 00000000000000000000a0be72029ebae9eb3350ac283a662e5ccc7c7c8724f4 1.43 MB 1,506 10
798,464 798,464 00000000000000000001f4dcbccf52e0bdc1505adef5e7c0fff7dcd8cf7a7a05 1.57 MB 2,965 17
798,463 798,463 00000000000000000001693cbef8ebf24629f838418282c1f6c33d02cc411be4 1.27 MB 1,603 15
798,462 798,462 00000000000000000003b7449f51b9734c3da4fbaf08f7073046a266fe87b1fa 2.09 MB 4,480 6
798,461 798,461 00000000000000000004b7d45af697236b90ca22308fe55a111d3fe3ae9d8f1b 1.84 MB 3,992 6
798,460 798,460 00000000000000000003f0a089911397d01916d6410a2c173293217cecf08667 1.59 MB 2,687 15
798,459 798,459 00000000000000000004274e16967514c8c0f17794858594a60e4cff1f58e116 2.65 MB 4,119 5
798,458 798,458 000000000000000000014ffbb5f997aa657548379e8665a0763352bd44a00e7a 1.65 MB 3,982 12
798,457 798,457 00000000000000000000d9ccea6549d5b920c9cb9183c38ef8bb93fe7f748104 2.23 MB 5,389 5
798,456 798,456 00000000000000000001ad45b8bd35b9989fe3f900dee8960b66f8e1e6b871c2 1.67 MB 3,266 11
798,455 798,455 00000000000000000004335af6568cf0c4ff96fafb8891203139e423c2f1c68e 2.08 MB 6,157 6
798,454 798,454 000000000000000000009fb75a78053d11ee2674ca4fe13b9b53d6def9a5ce4d 2.09 MB 5,912 5
798,453 798,453 00000000000000000004b66bd945b79ef5bbb858d70f7a53e4f4df99e721d6e5 1.76 MB 3,555 8
798,452 798,452 0000000000000000000298675d4644573b4d1b8829f4c169232b6cfca90e402a 1.59 MB 2,044 12
798,451 798,451 000000000000000000019978ffc9aab0c6a6d9675ba86da1c25b5922c17db493 1.45 MB 2,781 15
Previous 10 blocks ↓
Total Size: 697.58 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,057.06 GB sent, 195.44 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.