Memory Pool Memory Pool Refreshing

2,662 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,967 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,909 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,966 (907,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
876 876 00000000f8a387a6c5e6f093d97339ed517f2ee6592168556f761a758b82a983 0.00 MB 1 0
875 875 000000004d8ea04709f1a7900af251f3e92a3f897222ad59be3fea34977afb36 0.00 MB 1 0
874 874 000000008edcba2d1a4982ec30dabb6465f5f3922fe39fb14f8d285f02b49879 0.00 MB 1 0
873 873 000000000ce9445d0ebebabc8342070ab85414fe926a8f30286c1e14bcb4b687 0.00 MB 1 0
872 872 00000000dd897971ba52271c7e007449accd23ac6be635c5c43f90dc81f1f99b 0.00 MB 1 0
871 871 00000000a2708e0112d83a00106dfcd39a4b56f0895c8e083b030cf2897c67b7 0.00 MB 1 0
870 870 000000000f50c9b97b28606ad3d8bcae55684984b93b5dfea87f47f4fc7b9dd6 0.00 MB 1 0
869 869 000000004a5988864cd783ea9a53a3e874bdaf50d7adb915ed700472bdd1ae07 0.00 MB 1 0
868 868 00000000129a2736ea37e637c00dee22006c096a56a61cdb7a7d810732697878 0.00 MB 1 0
867 867 0000000063eb0473d2a03542e142034847de1c47cdd0d6a4067142b33ade169d 0.00 MB 1 0
866 866 00000000b349dae46e25152927e216a54825c0d7f889a4cfc65a37abc1562fed 0.00 MB 1 0
865 865 000000005ec265cdcd67bd76a48e73069972844c8e4be6aaff10d0fbc4e53a84 0.00 MB 1 0
864 864 00000000a38a77491d4f92644f9de9ab8c089dd65146dd9dfbe46a416eb08a21 0.00 MB 1 0
863 863 00000000bdc509334b7956b5da137759c024f6a1a35097f8a28ed425e9ae9909 0.00 MB 1 0
862 862 00000000fabd6dee2258f91f3a57e541cd02aa2fe8927c521f16db186206330d 0.00 MB 1 0
861 861 000000008a4287df2039938d49b04c5d32941018c6c48e34553b0fd404f540ac 0.00 MB 1 0
860 860 000000006e46dc98b8ce7175ae7bff4c2ecbad3182bd563c690e9cb98583ce9c 0.00 MB 1 0
859 859 00000000a2e286043d34c707cefcc27b02e1bfbb1b59ff0dd5ba54cce2ed2ce2 0.00 MB 1 0
858 858 00000000058c90a6bbc96f0a8f8b3da0d088aacd6ed0193e99d7b9e8b028bf23 0.00 MB 1 0
857 857 00000000af29b995bd908732300c6314756d2924dc1f65500fcb9d374c0e3a8c 0.00 MB 1 0
856 856 00000000fe908b5f74b5c07fcaacef2832456fe5d69aa816e9f3f9df616b6113 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.48 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,646.53 GB sent, 95.36 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.