Memory Pool Memory Pool Refreshing

16,896 transactions
23.85 vMB
Show Random Selection Loading Transactions
Max Size: 135/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,579 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 836 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,578 (123,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
752,669 752,669 000000000000000000010b86374267ee8e53960bb6bc93eb3908fae5e73e8e4a 0.61 MB 598 4
752,668 752,668 00000000000000000006f40fac7d6e143a0a1810ceeea4e9ac8d96735912f9f1 1.51 MB 2,572 13
752,667 752,667 000000000000000000070806b817029170bfd69524ccaf334d770fbd453140e7 0.76 MB 646 2
752,666 752,666 000000000000000000071e69cfa8b04cea6375d01f1c2100f53e3a15e09c09f8 1.45 MB 2,981 14
752,665 752,665 0000000000000000000576f64c9438111860fe03bbdc81b528160a8004a7d995 0.02 MB 47 8
752,664 752,664 000000000000000000087e9c6956998497bffe24e77cba78f699e4a602fbb6d5 0.41 MB 763 9
752,663 752,663 0000000000000000000333b194ba0b3f879259d835c20f14cb9d200f3a2e3c65 0.28 MB 325 8
752,662 752,662 00000000000000000009140a261afe9658fbf34bb96bb82d0f536178a4a63f47 0.40 MB 701 11
752,661 752,661 00000000000000000006ff804c09bb8ca2aa76dab727f526e0d275ee33177233 0.15 MB 259 10
752,660 752,660 00000000000000000007b82b28a1a16c06abe66f2c101fb290760fffe5211607 0.39 MB 266 5
752,659 752,659 00000000000000000005e98e9cd4f7f8a0d40c8387aa33ba92f23fd0581ff2a4 1.64 MB 1,833 3
752,658 752,658 000000000000000000020c0ac757a38e95fb07d6f5690fddaa7369cdb9f6a6f1 1.54 MB 2,119 17
752,657 752,657 00000000000000000002498e4668203ae8e8b04e2b6ae958bd551a603f7aa2fe 0.65 MB 1,044 9
752,656 752,656 00000000000000000008f2d15df4c1a67ee1478e94d8a2d3d5d47f30739d85f1 0.66 MB 1,158 9
752,655 752,655 00000000000000000000e95d6f1876f0b0d7a2657711feb7a16658e0c29f1b33 0.20 MB 293 11
752,654 752,654 00000000000000000007836266794a7533eec36380f79cd06458ff16e61819b1 1.06 MB 2,230 10
752,653 752,653 0000000000000000000043ab7b9f8456b0df454301ebfba6703eb50a891a6892 0.51 MB 297 5
752,652 752,652 000000000000000000014b77826a719065f14b29907cb2e744892ddd804caebf 1.15 MB 1,728 9
752,651 752,651 000000000000000000065fefaeb29349a9a6e2a4f0d45c6c91c28a9bd4bcc0db 0.96 MB 1,664 11
752,650 752,650 00000000000000000004b284b30bc0c71f8d928784e50f272ebd847b1b904007 0.43 MB 941 11
752,649 752,649 00000000000000000003d4b59bc8cffd701bfa83d79b0ee6cf96e1044e983bec 0.81 MB 1,383 9
Previous 10 blocks ↓
Total Size: 711.55 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: 878.75 GB sent, 21.55 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.