Memory Pool Memory Pool Refreshing

33,880 transactions
8.11 vMB
Show Random Selection Loading Transactions
Max Size: 56/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
881,565 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 3,836 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,564 (880,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
703 703 000000004b68c320b5596786d8aec8606695b9a7af378ce587854ac7b6dc4493 0.00 MB 1 0
702 702 00000000871ec3ebba39cc9e961d288c45838c9ab4f96f982c71d97a837e5071 0.00 MB 1 0
701 701 000000009185a6d894df317ab79ff4ea68bcd9b7bd972888de20a9e4ba9c06d5 0.00 MB 1 0
700 700 0000000084d973c18381c87a63a2430ad2eff1d84934ec34e3bfd78ffd3cd9c1 0.00 MB 1 0
699 699 0000000083a0c39422ed93422badb3f877fba97199b42ec7e7c7054e921e90f2 0.00 MB 1 0
698 698 000000008010738f01223f740b6881d3c86fc05b0dd4ce8b20e6300f448a904c 0.00 MB 1 0
697 697 00000000a3f4050652cb60d37dee6056b322fa2f3f8aa633e0162cb021c8a1df 0.00 MB 1 0
696 696 00000000438ef100a73793939192b5d3b2b6efb59ee0e60bed3a3f599027ada6 0.00 MB 1 0
695 695 000000006815fb54c6c4871d67a80a3f4af24ae4032198b66753170d75cec02c 0.00 MB 1 0
694 694 00000000dd5f6e368fdc0d79b77c69b5629995363667d711a02643d7a46e4e23 0.00 MB 1 0
693 693 000000005a81537218894c7ee88ecfefd73344d006bbe5efbf4f18808e97af38 0.00 MB 1 0
692 692 000000004d46a24e850882dfc0f3397636f7785c388f28a5e910effa29e070a8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 721.53 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: 2,010.28 GB sent, 71.27 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.