Memory Pool Memory Pool Refreshing

4,166 transactions
1.40 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,071 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,849 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,070 (294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,776 907,776 0000000000000000000139e67a8144866486a2433de5f494b66ac3e017c15694 1.68 MB 3,163 2
907,775 907,775 000000000000000000004fa6a80281cdb334d177447de46559536def6999ef18 0.17 MB 387 2
907,774 907,774 0000000000000000000162deb2ccff8ada13d55f22e9ddd38940707acdadcb2a 0.54 MB 869 3
907,773 907,773 000000000000000000005f9ec51db61d6dbc2a23a97d2733cd1d264c172ad6f2 1.76 MB 4,864 1
907,772 907,772 000000000000000000017659f925ca5259810b97ecc307ba752f90856b7a8aea 0.78 MB 1,426 1
907,771 907,771 0000000000000000000056a131ce7f23f0f1cb006184bc5100ade55443116f68 1.78 MB 1,932 2
907,770 907,770 000000000000000000005a35bf0a3c410204b1aa369c4f1d9e63723411289774 1.54 MB 2,708 4
907,769 907,769 0000000000000000000189b9dfa3640a9c86ad3df685c4994db57f730889f304 1.68 MB 3,110 3
907,768 907,768 000000000000000000011bd9acd7e7e1ab02814164e44fef8bd06eea895e05d2 0.15 MB 304 2
907,767 907,767 00000000000000000000bfe5dd828f31726abcb4b51640e79d0df0ece9fe751d 1.51 MB 2,896 3
907,766 907,766 00000000000000000001f8aa98ce19a1f4eb113f709469c838590edda8b12d94 1.74 MB 3,775 2
907,765 907,765 00000000000000000000415b94d7963fa371d7de28643441b7834087028b28a1 1.66 MB 3,627 1
907,764 907,764 00000000000000000001ca2fc462258f1ddbb3b27134ac35a74f1b0416be0c39 1.69 MB 3,742 2
907,763 907,763 00000000000000000001f158dbbaa8747dfe5df15cfe071feda9c05fd133cc51 1.77 MB 4,301 2
907,762 907,762 000000000000000000013287596c3c1e455066b9015f172541b5c74706499a25 0.02 MB 59 4
907,761 907,761 00000000000000000001d126c80f1d124e883be04a61436c54c0fe36addd5200 1.79 MB 4,600 1
907,760 907,760 0000000000000000000151109dced15c0de04d653b74b9f1dd47915257408dc0 1.60 MB 2,901 3
907,759 907,759 000000000000000000004d8823a01ee86b1af0188f496424de36ea1c74e0d6d1 0.56 MB 1,105 2
907,758 907,758 00000000000000000001e47176c9ef185919c27418eacb31376bf45666a5560f 1.67 MB 2,588 3
907,757 907,757 00000000000000000000c2a7072dbffbf0a66166af39f591a0035480aecee9ac 1.74 MB 3,498 2
907,756 907,756 00000000000000000000f9f0e80c06fc8020dcd830b5fbc1a9101336e9c63f95 1.72 MB 3,381 2
Previous 10 blocks ↓
Total Size: 769.68 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,655.06 GB sent, 96.26 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.