Memory Pool Memory Pool Refreshing

1,684 transactions
0.50 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
2 sats/vbyte 3
2 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,603 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,669 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (887,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,648 20,648 00000000aa36aa189bedecf9fb5976bbc2d6fb284ede3b9f691d09269be36cc0 0.00 MB 1 0
20,647 20,647 0000000067335a87f20c997a5a6d0ec4a62e084ba5c1eb0de63677b8ba29380c 0.00 MB 1 0
20,646 20,646 000000007feea57ec1e9a6ee7d2e2b1c8d59347f11d5d4c371dbf3441fea3077 0.00 MB 1 0
20,645 20,645 00000000b2970712891062997ebd5d408bb6df2504eaeacbf0151a3cac278a1c 0.00 MB 1 0
20,644 20,644 000000000a233f3691f6493466c3aea1132b7706847bc8741880d9e413b876e2 0.00 MB 1 0
20,643 20,643 00000000a1734a94ac059c888a9ef73a269659160be9115c28038f6550c7c37c 0.00 MB 1 0
20,642 20,642 00000000cea49e45b462278e813a371fc3f25752c21fcf952fcc3927d70cee6e 0.00 MB 1 0
20,641 20,641 00000000edbef8f2cba39c4b923990f6b6051f5e801983b61bc1b5af23cb583d 0.00 MB 1 0
20,640 20,640 000000001a34cefd2827e85e80bb0dd427f0ea383c6dfdc41011a495ab7c096d 0.00 MB 1 0
20,639 20,639 00000000f5b392cb93e4df89c6563f35181ad75f3170f158cd6406ecc607e530 0.00 MB 1 0
20,638 20,638 00000000f68544f64c5c949793665b81227192d5b86874d471ba26c8876e57af 0.00 MB 1 0
20,637 20,637 00000000c837f90e2e24d18cd0b77b9eb3cd82e56788bb87c998608f49179c21 0.00 MB 1 0
20,636 20,636 0000000057521a04d553b2ad5988f37ad70b27da218abb060aa66fde8bcb5383 0.00 MB 1 0
20,635 20,635 000000004b61985288f1bdac559e3d5bf6a04112c8c8ad38bf9b36d5e99fd0f2 0.00 MB 1 0
20,634 20,634 00000000dc69f8035f169cf367c5daa03ba17938c59f082d7b6fdccb300ef9c7 0.00 MB 1 0
20,633 20,633 00000000beebdc96e59f3007902e9c0e1e0ac57f328631896b8384884dab563c 0.00 MB 1 0
20,632 20,632 000000009e15a6547a15d76c7c82fcf0b88c6ea6b95e89f3fbdd81ef4accf9c3 0.00 MB 1 0
20,631 20,631 0000000083362b5e983018d96503e08cdb12e8f7d482e47f861728090cb15977 0.00 MB 1 0
20,630 20,630 00000000155958574a836bae3646e27018b8c66b0f6443de0b1f9406c22dc8f7 0.00 MB 1 0
20,629 20,629 000000008261933abbb8d62285ab52d7d3e6b7e977bed05ff3e68b216c5955c5 0.00 MB 1 0
20,628 20,628 0000000025b402be510d2e37342bfa88be27ad5f6bf3a16e40ec2538ac029480 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.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.