Memory Pool Memory Pool Refreshing

1,537 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,536 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (876,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,445 32,445 000000001e4d6c2d56fc7234d28e19e5a3fafb7d3f3e4270fe43f751bb9f98b7 0.00 MB 1 0
32,444 32,444 000000000ed91a7048c057f933d8bdba8732e227d725d5acb02253f7155ae09e 0.00 MB 1 0
32,443 32,443 000000007b65048eee39035bdf0d4e5798beefc5db74a5f7aab6185094063b3e 0.00 MB 1 0
32,442 32,442 000000006581af82d96568aa400e3805448e97a56b3ff32765b36f8320950c92 0.00 MB 1 0
32,441 32,441 000000005208c7cf4666d0eb49fce380d80566e2789037a3a118b265a1b76f86 0.00 MB 1 0
32,440 32,440 00000000a756defd8c768e433ce291d6bfa03afe8b270253c98ce0111c7d0132 0.00 MB 1 0
32,439 32,439 00000000d2b1f3673d03e3f0e2161dc02073b94d529ee4c72f9b338b63262edc 0.00 MB 1 0
32,438 32,438 0000000091c2ec6b8aad8fe88068f8c50a0876561eff75fd1316e7365e479cc5 0.00 MB 1 0
32,437 32,437 0000000007152965cccbe1d6d729c8f9c4bb8318b37d94544dc9c91138c7f016 0.00 MB 1 0
32,436 32,436 0000000099b15b0589dfe6b744c3141879611a4a1ed6495ffe0cc4184267d6e8 0.00 MB 1 0
32,435 32,435 00000000479c32fd0772e16f6c20d68e11dd71159688b3ab5ac280a1ecc7ceb0 0.00 MB 1 0
32,434 32,434 000000000f4006f90a7fd7e111b0a0401746531a05180f5814607184d8577115 0.00 MB 1 0
32,433 32,433 0000000012d5aaacadae4096f5bed4c2d63123d29dc6ec5d6b0d3878845e4ace 0.00 MB 1 0
32,432 32,432 0000000069565612bda141428d68fb0fe5ab07c4ff0eabb6751b7e82ff06a630 0.00 MB 1 0
32,431 32,431 0000000069c7ecf1f18f4978826ba34df845eef2e1a709bde9baae0a965bba8e 0.00 MB 1 0
32,430 32,430 00000000c485cc9e93bce830f5fb3a0ece0d8320f1dd326422af2f39fa33cf5b 0.00 MB 1 0
32,429 32,429 000000009cddf540a92b8f664bf483bf52b78cb417d9bb994b6f753c2d120396 0.00 MB 1 0
32,428 32,428 000000002f6170c5cba16e80b0b04cbe1a98e54c84d7909b144c186aa2c76599 0.00 MB 1 0
32,427 32,427 000000007ac723863a72b424fc50b67194ade1838caccaaffd653064f7c10ac8 0.00 MB 1 0
32,426 32,426 000000004b25a842448fbea768b03925ed327a8ab8c50d500e1a112d2e6fd624 0.00 MB 1 0
32,425 32,425 00000000a3b65c186b272b8105156ff5ac2b370c1ffa9188292790fe27328c18 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 GB

Node Information

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