Memory Pool Memory Pool Refreshing

38,461 transactions
30.14 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,542 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,945 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,541 (139,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
723,446 723,446 0000000000000000000781cd76ec4520913b061e99acc49b001ec7a8aada38f0 1.46 MB 3,017 18
723,445 723,445 00000000000000000001e95b74e778b898f127bf8a80f4336b45196cf741ce23 1.83 MB 384 6
723,444 723,444 00000000000000000001c28cd76c91ffdeabaa7cc8a995f2a7d89cf220b097e8 1.66 MB 1,228 9
723,443 723,443 00000000000000000008f445e057f665ac4cb0e057c77821f57eba8e40dd284a 1.54 MB 1,651 10
723,442 723,442 0000000000000000000015af2c1d20a21d39941d96cfc1f4f4170d589267e758 1.58 MB 1,758 10
723,441 723,441 0000000000000000000351748b45b2ce67f4a7642a923589f387a85ee86d33fa 1.50 MB 2,847 16
723,440 723,440 000000000000000000042d04de3e8cec550c75323b21fb8c190c9d9b561da881 1.87 MB 237 6
723,439 723,439 000000000000000000047ef41eb0a7591c5c90cd5d9603b66fb1b62c8aaafe05 1.81 MB 706 8
723,438 723,438 000000000000000000067f3d1a68341ea721a5567dfb58b7390d275bce021906 1.60 MB 1,998 12
723,437 723,437 00000000000000000001a154649983016e47ffe283cfbca2ce8bf6f20e7d5888 1.82 MB 752 7
723,436 723,436 00000000000000000009c90fb5feb6d92b8d943fa1f01f817b3143cde89dd8ba 1.57 MB 2,336 14
723,435 723,435 00000000000000000004a4adcbb17321727b92ef2df8acfc99c8a30f54b4a24e 0.58 MB 329 3
723,434 723,434 00000000000000000003f15b5af1117757a9bf4c94fe33de459ef90946b0cdac 0.32 MB 282 5
723,433 723,433 000000000000000000054c9bd190f111179a0ff53d2cfa8ffc8ecb5fa0ee859f 0.64 MB 876 6
723,432 723,432 000000000000000000069c0c842e8f83c2211d0f8cc0c3516ccb1823173193fd 0.30 MB 239 5
723,431 723,431 00000000000000000001c585401d063e223ddc63654cb1febf55d60d4d705cf8 0.32 MB 299 4
723,430 723,430 000000000000000000040c04babd7f36d6c04cd914e4d4bee92ff43e51155386 0.37 MB 708 11
723,429 723,429 0000000000000000000794b4db3e44daa70eb42a322921ccb55f080d82057cb4 0.02 MB 69 7
723,428 723,428 0000000000000000000236c58bd8c4be5ea10aae3ddef65abb567a0d0fc9a52c 0.05 MB 151 9
723,427 723,427 000000000000000000075b54feae2977d2077f71bef3de3721dbf2925ec514fb 0.15 MB 382 10
723,426 723,426 000000000000000000080f613b3b88402efbf7e215bc16fd907386169f7a5564 0.43 MB 606 2
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.31 GB sent, 106.78 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.