Memory Pool Memory Pool Refreshing

1,839 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,819 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (5,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,785 902,785 000000000000000000009264d6bc1688809d47bd157c822f2f1a9d14ddc0c234 1.81 MB 5,048 1
902,784 902,784 00000000000000000000b029a1550403b97973e6e84251b36c759c09cba7eef7 1.79 MB 4,745 1
902,783 902,783 00000000000000000001255f869e8783664966b4776091ebe3ef29fae456d071 1.56 MB 3,433 3
902,782 902,782 00000000000000000001eb981335c346fd4c2fb189c17f43d295260d8fcf987e 1.59 MB 2,806 6
902,781 902,781 0000000000000000000133a03c2adffb263deacbaaab11ef268c97811cda1099 1.39 MB 1,597 3
902,780 902,780 000000000000000000006e0da5130fd3825390a75437ab12ffc5095249927e29 0.00 MB 1 0
902,779 902,779 00000000000000000001730262d49ceed916a4dce94118ddd6d04d20319fe7e5 1.55 MB 3,143 7
902,778 902,778 00000000000000000000cc8c1a819488ff58f9063f95afaa6829ce9f069c7e33 1.55 MB 2,632 5
902,777 902,777 000000000000000000011045f18a4d1cbcb1144bb1618238274c09b2d09ae886 1.29 MB 1,021 2
902,776 902,776 000000000000000000005bb36b874989f2177a35ea9bf9e39f5a4fc2322f08ef 1.20 MB 1,213 3
902,775 902,775 00000000000000000001bdf2fba421c9edda9e1992b8c67908a3ebac3fc37fd5 1.52 MB 2,324 3
902,774 902,774 000000000000000000019f1c8b2ffe5fab128be43f9ad477ed7e594b1ee22552 1.39 MB 2,716 8
902,773 902,773 00000000000000000001843d14b47183f881c3c89c9d565a2bbbe81947d865be 1.55 MB 3,787 10
902,772 902,772 00000000000000000001830001c23ed26688c42f1a3a5043b7a75dc3f400f666 1.52 MB 3,363 13
902,771 902,771 00000000000000000000ec188f0251079dd580865a830e87a13d2df90618dc89 1.56 MB 3,240 3
902,770 902,770 00000000000000000000997e540a4d6704099588161e23ef84a140002e99fbff 1.79 MB 4,490 2
902,769 902,769 00000000000000000001ba8201808ae852669c8f9ec0d44e92731a669fba9a06 1.73 MB 4,352 1
902,768 902,768 00000000000000000001a0b6af42a62bc9892470b4b651ee24d6d2923feef664 1.55 MB 2,595 4
902,767 902,767 00000000000000000001be9972c1ec2c7df91ae676d588d3867c79c0bd7092f0 1.82 MB 4,502 1
902,766 902,766 00000000000000000001de44447ff9bbae557eb9d0d9cea2e1fa63b323a4de7d 1.77 MB 4,583 1
902,765 902,765 0000000000000000000178d40ab1760e6a0f42785f51fa62b46595cd5da32faa 1.48 MB 2,290 1
Previous 10 blocks ↓
Total Size: 769.28 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,635.54 GB sent, 94.32 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.