Memory Pool Memory Pool Refreshing

8,635 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (582,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,963 324,963 00000000000000000cd34ba5497973998bb6fed5105f533fcc0e5226a0990701 0.20 MB 407 32
324,962 324,962 0000000000000000063f1f91e939d2adf0022887b89a58cfbd22d7dd6738c531 0.09 MB 186 30
324,961 324,961 00000000000000000717a26794b84714ca6d5277d0e00e99e2229f6277c29754 0.02 MB 9 4
324,960 324,960 000000000000000004334feab28d3fab4f4fa549cbd817d53a115b1e9cdd2a6b 0.32 MB 421 23
324,959 324,959 00000000000000001cc512c17d545589c5ea791c2a83ffdd438d4fc43baaa4d2 0.01 MB 16 90
324,958 324,958 000000000000000002fe91a1077c3dfbb104b1fc21ea6560b8f29f321b4fec8b 0.15 MB 216 22
324,957 324,957 00000000000000000e471b2959312905109ccd322ee24f4d6e9d9a8dad0bad75 0.03 MB 42 13
324,956 324,956 0000000000000000039b2f36fd24105ea1b1e03dc95c7e66cbe47117fc53a63f 0.26 MB 486 30
324,955 324,955 0000000000000000009adc4c920838543d9f09e139afb36ce5de44d2717a7c5c 0.61 MB 1,126 27
324,954 324,954 000000000000000008bf9cd0fa2a4e42313863fa5192344ba9231926eed37ad1 0.17 MB 252 25
324,953 324,953 00000000000000000b9635e6eb6451ddaf489c94fafacade111d96385607cd11 0.14 MB 304 33
324,952 324,952 00000000000000001363076555248d7de5f76e3290e798bd533f5c7ba94655b1 0.08 MB 156 26
324,951 324,951 00000000000000001b9c04d4b78f144a0806167299d3fa88885d4b0f8d5b0c29 0.31 MB 557 25
324,950 324,950 0000000000000000116ed5f6bcdbdf387ad5714c95487924ed18ec516ccc4af4 0.06 MB 121 27
324,949 324,949 00000000000000000752ce8ed52a229fe1599a1c2ffdaf7647fa06cc075b59ae 0.15 MB 203 21
324,948 324,948 0000000000000000188430131794b597a79f42052cca58a82c577d37024941a8 0.25 MB 437 33
324,947 324,947 000000000000000006c6a103f762751325412df93a9b4491bab5ce266cb116e3 0.01 MB 9 18
324,946 324,946 00000000000000000f65f9a68f2897c9c0c28dec2f09cdc1773d77b104cc2c97 0.20 MB 347 29
324,945 324,945 00000000000000001d46da116682775011e91dbcc086810213c23d1eef0b2021 0.12 MB 238 27
324,944 324,944 000000000000000013d56acca54aa68f36801c966931c8d649f90b39dca45b9b 0.24 MB 509 26
324,943 324,943 000000000000000017f6fedf6c0375e3555d460044d3eb38a32778e96934e176 0.74 MB 1,502 29
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.