Memory Pool Memory Pool Refreshing

5,073 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,016 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (389,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
518,188 518,188 00000000000000000041368d9558c54272fd46d23f99cf61025a87891a5a8655 0.49 MB 805 37
518,187 518,187 00000000000000000046a70485a9a900cd80861a5a5caa3ba9dd95dde37c8d7a 1.00 MB 173 3
518,186 518,186 00000000000000000007ef4fde202bc162dcc903226412e7165fa8a38d13e271 1.05 MB 990 13
518,185 518,185 000000000000000000210a7bc7ca8c03b959bde429f9e0e7cb800a5ed785562f 1.06 MB 1,308 25
518,184 518,184 000000000000000000434efa9f53211a537143a98a9c2ea3b5ceb512525a83e0 1.09 MB 1,264 12
518,183 518,183 00000000000000000046f4b24fa0551154bf41776855151bfdf471cfa8771bf4 1.08 MB 2,038 9
518,182 518,182 0000000000000000003a6e687ff39cfbfb11beaf6de34f06db70b022dd0352ea 1.15 MB 2,288 7
518,181 518,181 00000000000000000009d7d2bebef0cd5502c08cf8718905f8c09036be31ab20 1.12 MB 1,818 24
518,180 518,180 000000000000000000174f783cc20c1415f90c4d17c9a5bcd06ba67207c9bc80 1.14 MB 2,553 33
518,179 518,179 0000000000000000000cc23576b7e1cade4d960e34dd9fa31d4d303f3bc49aad 1.18 MB 2,632 29
518,178 518,178 0000000000000000000c1061c99efca76cef8efd4a4ec63280fa215309702606 1.01 MB 540 43
518,177 518,177 0000000000000000000816206f88b1404a814849cd0e94a3713b40f7f63c6c20 1.02 MB 712 61
518,176 518,176 0000000000000000002a5d9f73f0df258c6ff9b353713d4678b8cc75b1386711 1.07 MB 2,038 77
518,175 518,175 0000000000000000001c70af50e0e96e06f6dc606684719c2fb618ca2d10f577 1.09 MB 680 12
518,174 518,174 000000000000000000278c1fd5c90459c4f6f748c02bc0b3a6d553685f105b15 1.09 MB 1,470 9
518,173 518,173 0000000000000000003a2117f7af5728c6d76283b7243709164d8187758a7841 1.16 MB 2,718 41
518,172 518,172 000000000000000000005b793dced30441146835bff6a31aa4620f1203e7f68f 1.08 MB 1,253 22
518,171 518,171 00000000000000000040f89328df6d0e0c186a02b8f5bfe9c68e8e850efb2b33 0.11 MB 201 37
518,170 518,170 00000000000000000039855b35a02348456bd9024f997de6ff5862b52a907a2d 1.28 MB 248 2
518,169 518,169 0000000000000000002fcaa26201091464a308f0699ec0062218530ffb0ba20a 0.41 MB 658 8
518,168 518,168 0000000000000000000f598f9e81e422bab3c6d42f1b8b708f6b0ef874fc75d0 1.13 MB 2,682 37
Previous 10 blocks ↓
Total Size: 769.26 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.20 GB sent, 94.20 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.