Memory Pool Memory Pool Refreshing

2,608 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,075 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (35,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,877 871,877 00000000000000000001fc76f15612a788e9aa1b4921edf9cd871ab4fec251dd 1.68 MB 3,445 11
871,876 871,876 000000000000000000013c6933609f7926c2f8449ef278237ba6139cc25c2c31 1.73 MB 2,946 7
871,875 871,875 00000000000000000001b5acf5e1bac745d56a16687b82e86db75d7696510ab2 1.45 MB 1,989 7
871,874 871,874 000000000000000000010a49cd2cc7d417f5468c4f5c9fe53c5ea3358561d997 1.58 MB 3,993 13
871,873 871,873 00000000000000000000f33e7060bb42aafd89958dc88d6b2e45bfa66e881a84 1.56 MB 3,738 8
871,872 871,872 0000000000000000000079fbf03168b14dc3ca630762e42918e12b0bb3f2099d 1.44 MB 5,907 13
871,871 871,871 000000000000000000013ecf44c5fa89d8be45867175bcfea788fa7ded2efde8 1.65 MB 5,148 8
871,870 871,870 00000000000000000001f786941b51a32d3a02aba3dd8a63161debe9c26a7c24 1.55 MB 5,455 8
871,869 871,869 00000000000000000000a6d13849d2513d2fbc40c5fcb8951cae99beb3707c29 1.45 MB 3,707 15
871,868 871,868 00000000000000000001ee2b3d05b940508cb02093457e3d45b5d0721d0addfc 1.50 MB 5,072 14
871,867 871,867 00000000000000000000222d01d5ef830c1c72bc76932dca1530e52b18d13f3a 1.45 MB 6,753 6
871,866 871,866 000000000000000000023a709e0c9afa4def1a5eab2990462ab9bd0d210acb49 1.52 MB 5,411 8
871,865 871,865 0000000000000000000173a3a714fccc83a036b326a1b9ef38f53d6c771bc1c7 1.54 MB 4,350 23
871,864 871,864 000000000000000000013b1489869b5537ef7d3880be22f713258f1cb83f0f10 1.46 MB 6,010 12
871,863 871,863 0000000000000000000084855fd06ffed9ac4cf7df513e09ed1011522b67275c 1.56 MB 4,666 9
871,862 871,862 00000000000000000002811d58f6671c30c7a758cd89aa855060b42c1d1aec31 1.56 MB 4,027 13
871,861 871,861 000000000000000000014983ca8a2b0704d9a29624003371effd74309ad981e9 1.48 MB 6,365 5
871,860 871,860 00000000000000000001883d8933b44f842abb3925a10f3f917c2e1a594b5672 1.53 MB 5,124 5
871,859 871,859 00000000000000000001cdd820f2ab36b920ed4dd73a8b87a137acea2090248a 1.55 MB 5,205 6
871,858 871,858 000000000000000000005e7729ac1937943f6990493a7aa95e3fbfda68b95fef 1.55 MB 6,158 5
871,857 871,857 000000000000000000013f81b20e7fdef81ac2d026754d8dc82f931f53cedb09 1.60 MB 4,600 7
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.