Memory Pool Memory Pool Refreshing

553 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,543 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 536 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (862,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,648 45,648 0000000017027abd23c7f14cfeb570e6f1108c25bbe27e57782db5b36db916c1 0.00 MB 1 0
45,647 45,647 00000000107d73f5a85aec1a3a416bfbfe3e2b1d78f30a5f82f9d91619cd3461 0.00 MB 1 0
45,646 45,646 000000000bdb49a5ec5c39cd8790f50f2ce3dd33cbdd5fe83daef84fd7cc1758 0.00 MB 1 0
45,645 45,645 000000000c9fe3d4877867feae644307c00f90af04cfa2942b045f6b8ecd0dfd 0.00 MB 1 0
45,644 45,644 0000000017e469f6a85ec1301815b57fa57d8500db6e74d16e1170d908a73e6f 0.00 MB 1 0
45,643 45,643 0000000006a215ea6a1dc419366c173aa22b8af782d77d865dc015b4303b1e57 0.00 MB 1 0
45,642 45,642 0000000009c030c891824641f7a1bf1f550701ff4af3d2266b3a030361adabfd 0.00 MB 1 0
45,641 45,641 000000001b4a997bb854d6322631fc7dae2de7045b3d538ceceb91a1b55bc217 0.00 MB 1 0
45,640 45,640 00000000124c4b10114c11d4d745d9a2b179bc6af3b201a86d49cea144944d90 0.00 MB 1 0
45,639 45,639 0000000002a00284484330e92bc9f4f91ac9629f9a8e2f4a77e78084e8af4701 0.00 MB 1 0
45,638 45,638 000000000006913d3b6684d6196f18ec0c2897bc6d186494419838ddcaa4d929 0.00 MB 1 0
45,637 45,637 0000000012526c76dcafa4d6e8a011bc14285665482cf6df6b2ab11be0967aa1 0.00 MB 1 0
45,636 45,636 0000000026755e0a698a3e34d54d73ba0abd3fc7719b9e8a40512e23d9f794b5 0.00 MB 1 0
45,635 45,635 0000000032b1cf1c08cc22fcd968308f49cb7fe7228cc5f037407f9aaf00ca86 0.00 MB 1 0
45,634 45,634 000000000826b13a46d4545336f214324b9e1c0ae481706cf8f0169daae814ca 0.00 MB 2 0
45,633 45,633 000000000a7b9fc86b961fe0d05463e9ba532e29324a2c6757ba0be95d77b618 0.00 MB 1 0
45,632 45,632 000000001a37f3f11739d4469cb5f0111df1ef990c3db823707c2b5007d0c600 0.00 MB 1 0
45,631 45,631 0000000023c8bf4d76afe89147364f6ec37be1803190e822c84ca9e36be2f9bd 0.00 MB 1 0
45,630 45,630 0000000031237e6e2c0b08bfb2458d7ccf999bf3ecb38d99cb324e51f3e6d73e 0.00 MB 1 0
45,629 45,629 0000000037c65f20f0d3027062351cc167024215c7a3b3c6631915510988277a 0.00 MB 1 0
45,628 45,628 000000000318067eb677188d2f49bd695af1c9480e7e3c9d87f14195d5e9e92f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.70 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,842.84 GB sent, 100.49 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.