Memory Pool Memory Pool Refreshing

32,627 transactions
32.46 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,407 (162,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
699,698 699,698 0000000000000000000c2a2af6b396cc46131c55d458f98e060a97c41ccbd213 0.67 MB 1,244 4
699,697 699,697 0000000000000000000bc44acc1d06b6bab186314fa9273c7e11d85966c06cf0 1.48 MB 3,226 12
699,696 699,696 000000000000000000030f6bc032a102de3ca54cb5e85b0e3e45741e99c5454c 1.46 MB 2,754 17
699,695 699,695 0000000000000000000059a4edd58eb612dcea49e551e6f1aaa3d033ac543b76 1.35 MB 1,528 5
699,694 699,694 00000000000000000000a7b5db0fb1ea4550b73e7cce6d4682e5df22c214806c 1.27 MB 1,836 11
699,693 699,693 00000000000000000005fbaeded62524d845d9ace8156167996ba29085694a75 1.49 MB 3,211 14
699,692 699,692 00000000000000000007848d7ba1eb27b413b3feda3a5cc49990a7c0bb95d181 1.47 MB 2,635 38
699,691 699,691 00000000000000000007a494c9fdc62583a8bf25138d33cede7d52db5d68c38b 1.38 MB 2,463 6
699,690 699,690 00000000000000000005209ab5451d9955cc52e8d145820e2471b143f014bd5e 1.52 MB 2,971 8
699,689 699,689 000000000000000000065e1c2793a5ff393bc62978f5d6e7615592ff9b85dd19 1.35 MB 3,350 21
699,688 699,688 00000000000000000002f4800f101490c83462c0301b31dd174fe8f738fff6b6 0.57 MB 942 9
699,687 699,687 0000000000000000000bba3adc6efd047e7dbc118daf353483e15e3713ff4ffb 0.49 MB 980 10
699,686 699,686 00000000000000000002a5d82df7799ebb41f24eddbed83cce9259ccb7274bc6 0.31 MB 574 11
699,685 699,685 0000000000000000000460b91abf112ce49ae6c4f943d1dd199769f709a56a88 1.36 MB 2,344 4
699,684 699,684 0000000000000000000119d6fb2878e9117ea7a259079ab2efb8d6c479c16622 1.31 MB 1,193 6
699,683 699,683 00000000000000000000e55a39664628aefe1e2a896c546456eab5c32a78dc18 1.43 MB 2,870 16
699,682 699,682 000000000000000000034570fafa08c19ac7bb3400433505025c0fa31389b1b4 0.57 MB 1,154 11
699,681 699,681 0000000000000000000b43f918c89f477ad4c369127b200c4573aaf69230a1de 0.83 MB 1,642 10
699,680 699,680 0000000000000000000e69dc999ba0fa8e08b2c182db8998ec9b95862eed40ad 0.51 MB 966 42
699,679 699,679 0000000000000000000442e709df6e7cfa4c8c166a1e0d26f538202a691083fc 0.39 MB 651 9
699,678 699,678 0000000000000000000c85c952fd3b7d8e747fe17a7b781d18ce2a20d7c55754 0.14 MB 200 28
Previous 10 blocks ↓
Total Size: 684.94 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,367.60 GB sent, 104.58 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.