Memory Pool Memory Pool Refreshing

59,633 transactions
29.69 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,563 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,524 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,562 (120,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
742,071 742,071 00000000000000000004b40474f5cc34c9b0e29f4de6b9eee1e25866e5bcfdc0 0.15 MB 360 14
742,070 742,070 00000000000000000008c02d380a6b29bfe3c5f7e94cbeb92c5a050e16166fe4 1.15 MB 1,929 12
742,069 742,069 00000000000000000003ac1603e3dda4c1e3d55b9b92838f11f31462e5f3723a 1.59 MB 1,694 8
742,068 742,068 00000000000000000003d51dead043855da81ebb78272e53ef0e9a211a2dac79 1.49 MB 2,567 10
742,067 742,067 0000000000000000000663ea83e788f5b555389d541f6f268dd93445b1c491b8 1.35 MB 1,541 18
742,066 742,066 00000000000000000006d7c22b5bff1352988b377d95df6aa818b9c235819788 1.40 MB 1,329 20
742,065 742,065 00000000000000000004cd3c3a3e7f1dd997bf2ebab3eff99e800753d633c711 0.01 MB 36 12
742,064 742,064 00000000000000000001bcab346c7aaae2272365f828ade0b4cae95d90f75259 0.20 MB 197 11
742,063 742,063 000000000000000000012830f91c9f95238e93b792afabd7389fa0ec5394b710 0.25 MB 455 14
742,062 742,062 00000000000000000007db27fc48c252b1a1654235adc3d0b1475667031cf7db 0.17 MB 205 8
742,061 742,061 00000000000000000001f8e40c0e2f272806809906a4e14b27e56ba6ce6fb34d 0.22 MB 319 12
742,060 742,060 000000000000000000089f1821acd32581c7743f6e2949b30098c0e1cb446fd3 1.14 MB 2,152 13
742,059 742,059 00000000000000000009256a691ab443e376133a5a7aca0c5b2311a096ca3351 0.25 MB 568 16
742,058 742,058 00000000000000000008fee7ace3e7d66f84cd93ee1cc9c0e912808b762bba51 0.86 MB 644 2
742,057 742,057 00000000000000000007f6538b67016a833684c61ae733c4bbe0de4f4c5ce151 1.58 MB 3,019 6
742,056 742,056 00000000000000000002f71d421468d90865b8b4a1d538c46711797645dbfc10 1.43 MB 2,674 24
742,055 742,055 00000000000000000006fb817f18c8b4de526493047b2ddb8e07b961fda0df83 1.52 MB 3,148 12
742,054 742,054 00000000000000000000520a5bde03b4b5de2bc108966cfa6ee0263e4bd38750 1.38 MB 2,849 25
742,053 742,053 00000000000000000007a3e1a65d388a79da0a96664a2bcc2bf0b20f232a71f8 1.06 MB 1,582 8
742,052 742,052 0000000000000000000908d2cafff6333ddf423f701801fece0cf44affc0dd94 1.20 MB 1,286 18
742,051 742,051 00000000000000000001b6a203967a8481683a00473e28f44b05db259a97b894 0.69 MB 1,023 9
Previous 10 blocks ↓
Total Size: 685.24 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,375.01 GB sent, 107.31 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.