Memory Pool Memory Pool Refreshing

293 transactions (0.07 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,773 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 273 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,772 (829,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,690 79,690 00000000001cb0e21f31b1c02dbf77bcb119504805044c46427d89a1df3afe4e 0.00 MB 1 0
79,689 79,689 000000000032d3008fdf9f04d53aad7ac4834e66db541f98b2ff35a157f37bad 0.00 MB 2 0
79,688 79,688 000000000051ae7b94fc04dd568a0797c0945e3f97a64a1894760e7146490e25 0.00 MB 2 0
79,687 79,687 000000000058dce48bccb4c058e1f3375a448db4c6599cfd70ddf3712fb337ba 0.00 MB 1 0
79,686 79,686 000000000012ce06440310813cd4921853690363c5d085df97be8c0b67b44a11 0.00 MB 8 0
79,685 79,685 00000000000da0081f7de4b8888d69b77b97f4052d87de3ca7a84c28abbe6f21 0.00 MB 6 0
79,684 79,684 00000000001f94814d354e55ee93c538abe896257292f58d9827ad7f64555573 0.00 MB 1 0
79,683 79,683 000000000009a40c210d1e53d131b0bef72b00b486fe9a3ca73e3db55bdfe40d 0.00 MB 2 0
79,682 79,682 000000000043ab0257b773fd35cb973ad3dcde06f2066c512464d7718bcb0f49 0.00 MB 1 0
79,681 79,681 00000000002f1f17b2769bbefbf371563e7df5230075cbaf3fcf87dc4c0ea361 0.00 MB 1 0
79,680 79,680 0000000000224c5ef216516577c15ed34fb46f412c916d5f7dd83da060d89fdd 0.00 MB 1 0
79,679 79,679 00000000004eefb543f613a72904bbd9e7cbfa5847683bd1b8a6a673b35a97af 0.00 MB 1 0
79,678 79,678 00000000003b90f57adc74642ca4f857092aab90d5738de10f4b4b34fefda863 0.00 MB 8 547
79,677 79,677 000000000008220349162a800714e77d204dc87a84e38c4bef46c616e47f2863 0.00 MB 5 0
79,676 79,676 00000000003ff6745961787469113ed53847393ff70c6f54ccd90b03a29343ee 0.00 MB 11 0
79,675 79,675 0000000000206baaa835f60dce9a84e36e59db1a03da928551daad78924d824a 0.00 MB 1 0
79,674 79,674 0000000000087c005b70b3e87b288fb0f151ba8b134e537b0b6f146227ddc436 0.00 MB 1 0
79,673 79,673 0000000000059a1cb131d2cab00aed6cdac17b12b5f66a615604b064d669df7c 0.00 MB 2 0
79,672 79,672 00000000003e89b452f1220f49fd4073de02050f140648e0e687e1f4da20d26e 0.00 MB 2 0
79,671 79,671 000000000022b2734632f2b0bc0fa3a053fc26892f0bc5da45b9bb6149093488 0.00 MB 1 0
79,670 79,670 00000000000e3179109a00de76f3a40f7c42af23b6357d970c6fd1b5c70e8e95 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,856.69 GB sent, 102.65 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.