Memory Pool Memory Pool Refreshing

4,755 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,441 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (578,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,629 329,629 0000000000000000187254ae4f1e70a28a872df712cace1762b8bf3051e13065 0.55 MB 1,332 36
329,628 329,628 000000000000000015784ba8a739482a3e007e3be3f016b578d544a45a34a512 0.20 MB 347 26
329,627 329,627 00000000000000000973454666203ee00ef49a9a0154c20c4a933bbbb959253a 0.33 MB 360 17
329,626 329,626 000000000000000006d8a0e81a1e3ad5de90d047e5445676f5f0899d2d9aa482 0.05 MB 103 29
329,625 329,625 00000000000000001545bb755eba3095a0db4ceb8bcf8b458c9accf7b14bc893 0.13 MB 267 25
329,624 329,624 000000000000000008de66fb07608e66996e2f356b0624b7cf6ae9f58af24cfb 0.23 MB 425 29
329,623 329,623 00000000000000000e4b46639c58c2f484da0b57429a9986c9b45e061c2b9743 0.36 MB 560 23
329,622 329,622 00000000000000001105532cbd5bed2c38bc7b8ad7554e3792f5c3c0092b6cc6 0.16 MB 268 23
329,621 329,621 0000000000000000086aa7b6e9dc00b5bda4c13618d320816593a9cd4bcbfb78 0.22 MB 207 14
329,620 329,620 000000000000000019c99516db593a1f31e532a7da220b7dd053d068c6622ad4 0.75 MB 1,389 30
329,619 329,619 00000000000000001ba5ea21896f6d22432b1a4d00ebcd9752c1b6dcd07ec66a 0.35 MB 631 37
329,618 329,618 00000000000000001b187a683c821e9ecc3050829f2dc80221d36929c5abb3b7 0.01 MB 23 29
329,617 329,617 0000000000000000173566931c58b7b6c88f4eb00bdda4bc532fd52a3762a196 0.02 MB 41 30
329,616 329,616 000000000000000013251ea58f5586156d2e68f28e96d44a7c7dbe2cd95faaa0 0.06 MB 70 18
329,615 329,615 000000000000000015d441ce19c89f81c101ded94e8bd976d5949e36f2c38d4f 0.21 MB 345 25
329,614 329,614 0000000000000000105b845e15ac165b3ca4125330a92da7a84453424fdc7b48 0.12 MB 222 18
329,613 329,613 0000000000000000102f8da946ce3235584e5a5158d08ba18af25b61557218f5 0.24 MB 328 18
329,612 329,612 0000000000000000012511bb2796a664c95d68fe444c0536b5b4ec77491573b6 0.35 MB 637 30
329,611 329,611 0000000000000000135ebb778e3e0d05ca61faf5a6e3184d927547645f5e462d 0.51 MB 714 24
329,610 329,610 000000000000000000a5c9a99954a104cda8e5a6164b4e7780d5d3cd036393b8 0.40 MB 604 22
329,609 329,609 00000000000000000c62228ee34ac257d79716a0856671d041d875e3e427d9b8 0.20 MB 328 21
Previous 10 blocks ↓
Total Size: 769.42 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,645.22 GB sent, 95.04 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.