Memory Pool Memory Pool Refreshing

95,691 transactions
30.45 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
870,439 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 5,523 102
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,438 (580,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,612 289,612 00000000000000001a05375d43b5e29da3fdc322c2e8f7f341d69a4ebdc3f8db 0.05 MB 128 23
289,611 289,611 0000000000000000eca389fb947bf8e5abd3642501982fdd5ebeaf1602f86257 0.15 MB 336 39
289,610 289,610 000000000000000000f21f1229bd4de8dcffa983ae9ace3f3597fdf82dbbb86f 0.26 MB 535 36
289,609 289,609 00000000000000007017f7276846a0775015414832420feb8d0e6d590d4e1c88 0.41 MB 330 19
289,608 289,608 0000000000000000dc05a18d815996cf1e80bd9c9a6f1da29c0dc5733cf0d731 0.35 MB 386 22
289,607 289,607 00000000000000007e266880c9e35896cd2a8da5acfeb47ca60d08c00041fcef 0.92 MB 1,999 41
289,606 289,606 0000000000000000e4a6bfaa5e2e0240b8cc781e44d72b9fc8812fd8e0dd1eef 0.58 MB 715 25
289,605 289,605 0000000000000000bbcbc303f896f852af877a08f3c8dc4f674ce6c8d6750c01 0.17 MB 512 56
289,604 289,604 00000000000000002f1e704eff291e9167506602f9fb38ef90039ef40fe687d0 0.06 MB 46 48
289,603 289,603 000000000000000072cc9e783f71d99ddf8d6ad73a7c1685ed49be429f3e885b 0.20 MB 338 27
289,602 289,602 0000000000000000a09ffe5b9bcf59121becc096d2fbf646292abbed44e779da 0.07 MB 128 24
289,601 289,601 00000000000000005a7fd768fc47d1cb42808c0d35c3846e64f6540a7a5612d8 0.30 MB 597 34
289,600 289,600 00000000000000010bdf444a883554cc24afb93b5ddb3fc204a023cd6a217ffc 0.38 MB 732 37
289,599 289,599 00000000000000007440dc995ed38150b66867c66214b0df1622a2f355c23965 0.01 MB 23 37
289,598 289,598 00000000000000002ec97cda05617a829502e2249e8be64cf522c5119c4cd964 0.19 MB 361 33
289,597 289,597 00000000000000003c17f0718f8663ef04e28659f88ddf3aea4118b52a90f7d6 0.05 MB 64 43
289,596 289,596 00000000000000001dccdd3010dce0db6066fb34151f623caa92d81aefc8061b 0.10 MB 110 17
289,595 289,595 00000000000000007012ce61a1d1b2129cbeded8f5f8714f12416bd5748e8728 0.06 MB 91 19
289,594 289,594 00000000000000009afeba3b6a89513a5606c94dce72478a3793ad6d4a0f7b2b 0.10 MB 159 21
289,593 289,593 000000000000000034aa1ee2399a4cfd2988d6d2589d60dd42697f2aa58ba16e 0.25 MB 432 34
289,592 289,592 0000000000000000e99e6775398c2cade16819dca5ea341796ac1b7c1debb324 0.08 MB 144 15
Previous 10 blocks ↓
Total Size: 700.27 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,291.86 GB sent, 212.45 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.