Memory Pool Memory Pool Refreshing

58,455 transactions
22.46 vMB
Show Random Selection Loading Transactions
Max Size: 142/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,170 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,850 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,169 (430,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
441,643 441,643 000000000000000002cb84a7839f547595e53f3f6dee1f6a00f78b8c1b813d98 0.00 MB 1 0
441,642 441,642 0000000000000000027a6df7e8777314295fab4f25437435a1aaf44ae260c0df 1.00 MB 2,193 76
441,641 441,641 0000000000000000033b7770ec00ab3f8c33eb5f9aeddc956400cd111c11c7f8 1.00 MB 2,233 50
441,640 441,640 0000000000000000028604c13f1221931b70de1f7a78c70a7e2f635eef3f551e 1.00 MB 1,688 59
441,639 441,639 000000000000000002fd3ef1ad60a4f80495744ca88aec544fdb94e19b5a222b 1.00 MB 1,478 59
441,638 441,638 00000000000000000280f4ca3717c1fb0420080495b78b31968c9f4a8546487c 1.00 MB 2,348 56
441,637 441,637 0000000000000000010f36d51b8386fc51afd2ea039db03759e28ea807604f91 1.00 MB 2,198 78
441,636 441,636 000000000000000000f1f070a599fcaad2d9bd23921b08be0d156912e8267a0f 1.00 MB 2,585 80
441,635 441,635 0000000000000000010d3f878cabeb3e4145c8a2de91b10495b2187f57c819ce 1.00 MB 2,423 79
441,634 441,634 000000000000000003332d64de6c446f05687b02399d46409962aa8c3d858de2 0.93 MB 1,922 85
441,633 441,633 0000000000000000022a942dc05aad0b68c5d4967a499624e6e124af8e8c3ea3 0.22 MB 551 121
441,632 441,632 000000000000000001e1b0b3eb9f1ebd4d7ec9bfd7e99f91456d9790ff2869c5 1.00 MB 2,617 117
441,631 441,631 000000000000000002b09fd8c6807006b21faa20f87e2cdd85dd08a211fa5629 1.00 MB 2,175 74
441,630 441,630 000000000000000002fbb7c58dbae81b8783c38051834b8b04ab1d6cb15ca0ec 1.00 MB 2,393 91
441,629 441,629 000000000000000000c06c53d1c975feae8461437f613414452e00f7a1e0c33e 1.00 MB 1,602 73
441,628 441,628 000000000000000002b857396db032d1f0cae232c25cc4455535de9628fde3f2 1.00 MB 1,682 51
441,627 441,627 00000000000000000134de256188ba852e8cd1cf7de2abfb5230e96e49a39c2e 1.00 MB 2,105 60
441,626 441,626 00000000000000000369160982708d19ad2f6c2a9bbb37e46fe75dc542709595 1.00 MB 2,211 101
441,625 441,625 0000000000000000005f34f65d6841d7e15f1509d82154ab9181f6f18025d323 1.00 MB 2,238 76
441,624 441,624 000000000000000000fd17aab1a9890b079d5dac8276a8cf818b222ef4e5378a 1.00 MB 2,456 64
441,623 441,623 000000000000000003bec74c0a6622187c7b06cbf240f4d5aca53561d2926f14 1.00 MB 2,122 65
Previous 10 blocks ↓
Total Size: 703.52 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,596.74 GB sent, 234.86 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.