Memory Pool Memory Pool Refreshing

23,924 transactions
29.56 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,725 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,104 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,724 (176,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
686,578 686,578 0000000000000000000b2e0a100c3b4439d30ef8d10833d5f9876566d0b4b230 1.46 MB 2,377 46
686,577 686,577 0000000000000000000d3a0b38ab71245563eccae28693a533775c8ffe6f6054 1.64 MB 1,190 14
686,576 686,576 0000000000000000000cc769d4bd791714f7a75d7e587e95f0841183a8e01174 1.85 MB 207 2
686,575 686,575 0000000000000000000ac5a6f3316af48286e04b15ea41678dc2bec96b0d54ac 1.60 MB 1,421 6
686,574 686,574 000000000000000000031e1a78727100bfab63872e02bf2e1e6d48cff2d77a2d 1.42 MB 2,502 31
686,573 686,573 00000000000000000004b3589014938a4754be00a38b683f3496a999363f5b3e 1.54 MB 1,861 11
686,572 686,572 0000000000000000000afc713e0616e6f3e0ad94eb759a146495a29f441a35a1 1.32 MB 2,414 24
686,571 686,571 000000000000000000084177f390461b64b439484b48425d20da6c10328bf70f 1.45 MB 2,061 15
686,570 686,570 000000000000000000019787ea0d33631b44d93e59f6b65aa33290188597e714 1.24 MB 2,823 65
686,569 686,569 0000000000000000000c7c78af0f3056c6bba10c9a65bb2bfeb152fbceab3c68 1.69 MB 1,020 11
686,568 686,568 0000000000000000000bef2abcebb81322f233c8946f5f2e7816e024b6e0268b 1.70 MB 327 4
686,567 686,567 0000000000000000000ce83bd8291f364b6e3ce4e1d8677d8aabc9da36de9ebc 1.67 MB 779 11
686,566 686,566 0000000000000000000ba9533d5c08c3f9201b0ccfb136929ab623126d840435 1.64 MB 1,204 16
686,565 686,565 00000000000000000002e6c887e62141f3af3f1aa4496f0424f7d5bcd2d8fe64 0.42 MB 730 23
686,564 686,564 0000000000000000000a44ea93d0eae91413751d1fe52e60f5474da86697451e 0.16 MB 241 27
686,563 686,563 000000000000000000071177aee75c1c3258871de9271aa6d879dd12662a96d0 0.58 MB 1,057 20
686,562 686,562 000000000000000000087ff36bfaa7d193323c5c9b1350674c4a4b9f2f4b20c5 1.33 MB 2,638 29
686,561 686,561 00000000000000000007b4a64b9ff0563a9dd41af0d890d44a44e83f9b84de5f 0.18 MB 314 33
686,560 686,560 00000000000000000001f505d08693e34b57d6f21dc4097d568b75220dd5c3b0 0.50 MB 874 20
686,559 686,559 0000000000000000000166978f79ee283dfe6794b2613653fd49e42a897c1d19 1.42 MB 2,615 25
686,558 686,558 0000000000000000000764f2489aa73d90133fb00401f9e299760706e51c2b72 0.08 MB 206 24
Previous 10 blocks ↓
Total Size: 685.56 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,386.85 GB sent, 109.21 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.