Memory Pool Memory Pool Refreshing

3,433 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,644 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,832 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,643 (856,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,689 51,689 0000000000644509b60cedd62e8903772e8395b0bcaec146b5c4f04ff0285de9 0.00 MB 1 0
51,688 51,688 00000000097ed661656300019490398ec1abbe5c5c490450069673b11e66b879 0.00 MB 1 0
51,687 51,687 000000001e72e07080d3e2e0e24a2d71f90661db44781e25cb95cc979df22a3e 0.00 MB 1 0
51,686 51,686 0000000017f943e2e76b03087321b2189a7c8229fe8e729caff953a302f05c1a 0.00 MB 1 0
51,685 51,685 000000001aa045b6746d56d81c0818b8e145107a1abac0505d76fb05a6960d15 0.00 MB 1 0
51,684 51,684 000000001793c69b2b3f26c5263836827601cc917fa977a7b4ff9b91d724e7e1 0.00 MB 1 0
51,683 51,683 000000000cfc76d33333c907ad2d7b0571be50d5b26e33ff09954f0b9f46a7cf 0.00 MB 1 0
51,682 51,682 00000000136e2bf4eba70a4257e71fd18d87c76ce8a962f57d4d956ab4a6fac9 0.00 MB 1 0
51,681 51,681 0000000006e6d19c7a2278f0a3c231644056710c48373bb084e4fc8c952a198f 0.00 MB 1 0
51,680 51,680 000000001eac6451efff61c2e44df936fd55396e3b091853520fe59856530d29 0.00 MB 1 0
51,679 51,679 000000000bf2c3b64f0e62fde16839b3e2119763b8bf167f34a93ed1b83fa43f 0.00 MB 1 0
51,678 51,678 000000001c3c14994d6ce891a7b94c2e9b0a61545f332cd9499de0331020dbcf 0.00 MB 1 0
51,677 51,677 0000000017a0bfc513100f2a9e9fe753ce876a5571c6ec363d47db35ceebe374 0.00 MB 1 0
51,676 51,676 000000001a3d410a721eebe9a7e8e7d0d38d320bc3f3830d121493616607da3f 0.00 MB 1 0
51,675 51,675 0000000002e30c6cd65ebf64f7d989896c9fa945c08a099562ec81462e00d82f 0.00 MB 1 0
51,674 51,674 00000000126f03686be963906f856acda1aa2e729450eedd4880302a8df60c9c 0.00 MB 2 0
51,673 51,673 0000000018a0b90e34e04f531fa662e7849d42beedffbec05c99fa7163d933c2 0.00 MB 1 0
51,672 51,672 0000000004af3a82ade3480500e1ba3e5b0ea26bfaa4f442aba4d2a6780fb234 0.00 MB 3 0
51,671 51,671 000000000d6984085e631e8e6f5411681cd1a416f44dfdeb02359ac45c284316 0.00 MB 1 0
51,670 51,670 00000000134a00e7de251b1767f04e0581b9e2f4dd706b70ae9af55274f2708a 0.00 MB 2 0
51,669 51,669 00000000000f464f23a3ef781ad143f28045f6fde02444dbcd4e3beb08604134 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.89 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,851.22 GB sent, 101.38 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.