Memory Pool Memory Pool Refreshing

8,689 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,576 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,713 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,575 (862,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,656 45,656 000000003329dea6fd57fce073214c9592bf36b8652c0246d80f445b4e1a4257 0.00 MB 1 0
45,655 45,655 000000002c849a53ccfa6b666a144d81adbb3ae424e3cefe14b8b838adc7f4a4 0.00 MB 1 0
45,654 45,654 0000000035721fd3efafb6c0a9f4cb040fcdec427ba158234b925e8b421a1c39 0.00 MB 1 0
45,653 45,653 000000002c32f8b07b608c52078e8495dfb03063d7c4822990e55879cbb11324 0.00 MB 1 0
45,652 45,652 0000000001b1e953be2b0c8c5847efa654ba22b36a82e0eaad07f20d90058420 0.00 MB 1 0
45,651 45,651 000000000f630793f264f0232e78110eca660275ececb9d1bca8f0e8a527b911 0.00 MB 1 0
45,650 45,650 000000000341a3cc12e3594c33844558f64038ad8473b55eac81fc00744924ea 0.00 MB 1 0
45,649 45,649 0000000013aa763638ccbaa52cd39bcc05371120f3ef887274dbb6c4b1d9e66f 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.76 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,848.36 GB sent, 100.82 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.