Memory Pool Memory Pool Refreshing

3,185 transactions
4.12 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
4 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,186 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,837 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,185 (907,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
724 724 0000000053fe3cb3bea4439a1b901b16a68ad0a790b82c3cb0bae6be33e9d14a 0.00 MB 1 0
723 723 000000000452ee8a3bea263fc991f365968043fc5cdcbf581c88516f573355ee 0.00 MB 1 0
722 722 000000000033b4ee1cc40f05145b1a3987cca2473589e7e23082996e2fe7c899 0.00 MB 1 0
721 721 000000005443178dfe42ea11ff3588d9b404c2584e886d3c0d798d4e9a67ae5a 0.00 MB 1 0
720 720 00000000a6657c121ed645db8a0e48cec4fde2f4a020d7322dc62071d8f8bc2e 0.00 MB 1 0
719 719 0000000090fd8059294d0cf84fd0278e8c618ca0ad09f712c0ec6c22fc216df0 0.00 MB 1 0
718 718 000000000992f083d79cdd428b664ce97105c57fdc63049371bfa98c28dbbc79 0.00 MB 1 0
717 717 00000000cf9274eb4bc9d220d00c348a3955b3f6ab76e423bca412c7bfd288f1 0.00 MB 1 0
716 716 0000000002486c11d719888893ada10ad32cd618056d7ca7db047d95fe7733de 0.00 MB 1 0
715 715 00000000c99ff7745c9a2d493a4cb10be61ca52f86ef6a0e805664cdbd68c7d6 0.00 MB 1 0
714 714 00000000b60efe1822717bdb70ea1bf8e3a33c3d5cb0cf6ff42a96e93368b9fa 0.00 MB 1 0
713 713 000000001b210aa3f5277e13754df8de4ba97804bab0f0fe370c34f18559bc50 0.00 MB 1 0
712 712 000000001eed32ce8c925d0ce77ce5940c08378f997c67090338e23f956b2668 0.00 MB 1 0
711 711 0000000002d22a938ca04106547b35996f909f1b8216389f2a97f0ef56b4b838 0.00 MB 1 0
710 710 00000000791fb1702dd6462b58168d1d93dd26fb6f4755e350c319f17d208645 0.00 MB 1 0
709 709 0000000060b5d78901f42d7caafa58a3a65050302180313f4f8ff30face3d066 0.00 MB 1 0
708 708 00000000e4f0ff6c0defc41f1b44db9519708cb667e8d07ca982f8ab473e6786 0.00 MB 1 0
707 707 00000000bf9c7f7b8b72d82164a9328e331581e68885d1f5003da874f23fa474 0.00 MB 2 0
706 706 000000006f6709b76bed31001b32309167757007aa4fb899f8168c8e9c084b1a 0.00 MB 1 0
705 705 000000004ebe43b15565f9a42d99481d4a4188059d803d6071906b6804e9d4fe 0.00 MB 1 0
704 704 00000000b0b1a85adf0d820cb132d663ae799a4c65d3333673f28cda68f7be9c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.92 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,681.74 GB sent, 97.35 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.