Memory Pool Memory Pool Refreshing

1,467 transactions
0.41 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
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,634 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,448 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (887,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
20,627 20,627 00000000a0f2a5f84e558528f65188847c1971f06bde813b28c7228a86e16e32 0.00 MB 1 0
20,626 20,626 000000005dedb747cef2f2b96897beecb68901d78d1cac79391547988d2f8c91 0.00 MB 1 0
20,625 20,625 00000000130c1f9217d3529f0f92f203c8f565d1656533a9e938718a9dfacdf0 0.00 MB 1 0
20,624 20,624 0000000095e1a6d0d51501748e32bb67fd178a8ac64a0c466d0d0c1ac13cb3f1 0.00 MB 1 0
20,623 20,623 00000000bf302ea39f38cf1205a1d26afb578e4f1000e39937d74f745ff1c77f 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.80 GB sent, 101.29 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.